Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • Login to your Salesforce Org where the package is Installedis Installed.

Note: We will be creating a Public site to receive all the web hooks from the Plaid. Since it will be an external User, Please make sure that the external profiles does not have access to any Object or Field permissions. 

Note : Check the Webhook URL in the Postman(Application) for every Environment Before Entering the Webhook URL in plaid Credentials.

Updating the Field Mapping.

  • Click on the Gear Icon ⚙️ and go to seetupsetup.

  • In the quick find box search for custom settings.

  • Seach Search for Plaid Request field Mapping custom settings.

  • Click Manage.

...

  • Select and Populate the fields with below Values.

    • Action Type - Lightning Component.

    • Lightning Component - bankconnect: BankVerificationRequest_Aura

    • Height - 400px

    • Standard Label Type - None

    • Label - Bank Verification Request.

    • Name - Banke Bank Verification Request.

...

Update Page Layout

...

  • Provide Access(Read, Create, and Edit) to the below Objects.

    • Transactions

    • Income

    • Historical Balances

    • Bank Verification

    • Bank Accounts

    • Assets

    • Bank Connect Logs

    • Holdings

  • Now provide access to Apex classes

  • Provide Access to below classes.

  • bankconnect.WSProductService

  • bankconnect.PlaidCallbackService

    Go to Site Guest User profile again and click on Apex class Access.

...

  • class Access.

...

  • Provide Access to below classes.

    • bankconnect.WSProductService

    • bankconnect.PlaidCallbackService

    • bankconnect.BankVerificationController

    • bankconnect.PlaidTransactionsCallBackService

Create a Bank Verification URL Field :

Email Template.

  • Please find the Email Template Code in below Section.

...

  • Create New.

  • Select Custom(without using Classic Letterhead) option.

  • Click Next.

  • Populate the Fields.

    • Folder - Choose any folder in which you want to store your template.

    • Available for use - True.

    • Email Template Name - BankConnectEmail Template(You can populate this field with your desired name)

    • Subject - Bank Verification Required.

  • Paste the Email Template code in which we have made the changes.

  • Click Save.

Congratulations! You have successfully installed Bank Connect Application.

Note: We will be creating a Public site to receive all the web hooks from the Plaid. Since it will be an external User, Please make sure that the external profiles does not have access to any Object or Field permissions. 

Note : Check the Webhook URL in the Postman(Application) for every Environment Before Entering the Webhook URL in plaid Credentials.