Overview
This article provides information about how to insert a Vendor’s Account number into the Memo field on a check. The article includes information to perform this by using a Workflow Rule. For more information, refer to the Salesforce Workflow article.
Utilizing the Memo field to insert a Vendor’s Account number can be done by using the Memo field on the Cash Disbursement object.
Do you want to:
Create a Workflow Rule
- Click the Gear and select Setup.
- From the Quick Find search textbox, enter Workflow Rules. Then, select Workflow Rules.
Note: If you are creating a Workflow Rule for the first time, review the Understanding Workflow information on this page. Once you have reviewed the Understanding Workflow information, select the Don’t show me this page again checkbox if you do not need to review this information again. Otherwise, do not select this checkbox.
Note: Click here to view the above image in full screen. - Click Continue. The All Workflow Rules screen displays.
Note: Click here to view the above image in full screen. - Click New Rule.
Note: Click here to view the above image in full screen. - Click Continue with Workflow Rules.
- Select Cash Disbursement from the Object drop-down list. Then, click Next.
Note: Click here to view the above image in full screen. - Enter Account Number as the Rule Name.
Note: If desired, enter a Description such as the following: This Workflow Rule is used to add an Account Number in the Memo field on a check.
Note: Click here to view the above image in full screen. - In the Evaluation Criteria section, the “Evaluate the rule when a record is,” defaults to the created, and any time it’s edited to subsequently meet criteria radio button. Leave the default selected radio button.
- In the Rule Criteria section, from the Rule this rule if the drop-down list, select formula evaluates to true. Then, copy and paste the following into the textbox: AcctSeed__Vendor__c <> null.
Note: Click here to view the above image in full screen. - Click Save & Next. The Edit Rule Account Number screen displays.
Note: Click here to view the above image in full screen. - Select New Field Update from the drop-down list. The New Field Update screen displays.
- Enter Account Number in the Name field.
Note: When you click Enter, the Unique Name should automatically populate with the Account_Number. - The Field to Update drop-down list defaults to Cash Disbursement. Select Memo from the drop-down list to the right of Cash Disbursement.
Note: Click here to view the above image in full screen.
- In the Specify New Field Value section, select the Use a formula to set the new value radio button.
Note: Click here to view the above image in full screen. - Click the Show Formula Editor hyperlink.
- Copy and paste the following into the textbox: AcctSeed__Vendor__r.AccountNumber.
Note: Click here to view the above image in full screen. - Click Save.
- Click Done.
Note: Click here to view the above image in full screen. - Click Activate.
Note: Click here to view the above image in full screen.
Verify the new Workflow Rule
- Navigate to Accounting Home and click the Create Entries tab. Then, under the Expenses menu, click Cash Disbursements.
- Click New to create a new Cash Disbursement.
- Complete the required fields.
Note: Select a Vendor that has an Account Number. - Click Save.
Note: The Memo field will display the Account Number.
Note: Click here to view the above image in full screen.
Comments
0 comments
Article is closed for comments.