Overview
For existing Accounting Seed users, there are some configuration changes that need to be made for using the new Bank Reconciliation.
Note: These changes are not applicable to users who are installing Accounting Seed for the first time.
Prerequisites
- New Bank Reconciliation is only available for the Lightning UI.
- My Domain in Salesforce must be enabled. To learn more, view the Salesforce My Domain knowledge article.
Use this article to complete the following:
- Configure the Page Layouts
- Configure the Compact Layouts
- Add new Components to a Custom Lightning Record page
- Configure Permission Sets
Configure the Page Layouts
For help with editing page layouts, refer to the Edit Page Layouts Manually knowledge article.
Bank Reconciliation page layouts
- Remove the following buttons:
- Create Reconciliation Report
- Clear/Unclear Transactions.
- Remove the Status field from the Additional Information section.
- Add the following buttons:
- Create CSV File
- Create PDF Summary
- Create Next.
- Remove the Statement Start Date field.
- Add the following fields:
- Override Beginning Balance
- Type
- Status.
Cash Disbursement page layouts
- Add the Bank Reconciliation Date field.
Cash Receipt page layouts
- Add the Bank Reconciliation Date field.
Journal Entry Line page layouts
- Add the Bank Reconciliation Date field.
Bank Deposit page layouts
- Add the following fields
- Bank Reconciliation Date
- Ledger Amount (only if multi-currency is enabled).
Configure the Compact Layouts
Bank Reconciliation compact layouts
If you have multi-currency enabled, add the Currency field in the compact layouts (Bank Reconciliation object | Compact Layouts).
Add new Components to a Custom Lightning Record page
If you have a custom Lightning Record page for Bank Reconciliation, there are two new components that will need to be added onto the page. Use the steps below to add the new components.
- Access the Object Manager and display the Bank Reconciliation object.
- Select the Lightning Record Pages.
Note: Click here to view the above image in full screen. - Select the custom page and Edit it.
- Drag and drop the following two new components onto the page:
bankRecCalculator and BankRec Data Table.
Note: Click here to view the above image in full screen. - Click Save.
Configure Permission Sets
Bank Reconciliation has been configured to use the following three permission sets:
- AS Full Admin
- Accounting Manager
- Cash Out & Banking
Custom Permission Sets
If you used the legacy Bank Reconciliation and have custom permission sets, complete the steps below.
- On the Bank Reconciliation object, provide Edit access to the following fields:
- Type
- Status
- Override Beginning Balance.
- On the Bank Reconciliation object, provide Read access to the following fields:
- Uncleared Deposits
- Uncleared Payments
- Calculated Balance
- GL Ending Balance
- GL Difference
- Error.
- Provide Read access to the Bank Reconciliation Date field on the following objects:
- Cash Receipt
- Cash Disbursement
- Journal Entry Line
- Bank Deposit.
- Provide Read access to the Amount Number field on the following objects:
- Cash Receipt
- Journal Entry Line
- On the Uncleared Bank Reconciliation Line object, provide the following access:
Note: This is a new object with the Koali release.- Name - Read
- Bank Reconciliation - Read and Edit
- Related Source Document - Read and Edit
- Cash Receipt - Read
- Cash Disbursement - Read
- Journal Entry Line - Read
- Bank Deposit - Read
- Amount - Read and Edit
- Add the following Apex Classes:
- AcctSeed.BankReconciliationHelper
- AcctSeed.BankReconciliationPDFReportNew
- Add the following Visualforce page: BankReconciliationPDFReportNew.
Comments
2 comments
Is it possible to modify the layout of the BankReconciliationPDFReportNew visualforce page. I haven't looked but imagine it's locked like most managed packages. Or, would it be possible to get the few lines of code so that I (an administrator) could quickly re-create our own? .
Raynard,
Thanks for this great question. Our Development team asked that I let you know this is something that is on our Roadmap.
Thanks,
Barb
Please sign in to leave a comment.