Prerequisite
DisplayDuplicate:
Create record in Lending Manager Setting (Custom Setting) with developer name Find{ObjectLabel}DuplicateSOSL.
Object Label = Label of object on which you want to see duplicate records
In value we must pass SOSL to find duplicate records.
Developer Name should be equal to the label DuplicateSOSL.
OffersWizard:
Create a record of Send Offer Wizard Configurations metadata.
Label and Name can be anything
Application type should be Individual or Business
Email columns should contain the comma separated Credit Application field Api Names. These columns will then present in offers table send to the customer
BCC Email contains the BCC email address
Email template API Name contains the lightning email template API Name. This template can have credit application field api name in {} (curly brackets) and {offersTable} this tag will get replaced by offers table.
Grid columns should contain the comma separated Credit Application field Api Names. These columns will then present in offers selection table.
RecordType Developer Name contains the record type api name of credit application I.e. Micro_Finance or Equipment_Finance.
Reply To contains the reply to email address
There should be record type and application type on the credit application record
IntakeDocSubmission:
In prerequisite section of lending manager admin console set the Advanced Configurations
There should be submitted document checklist records associated to credit application record.
Create record of CustomPlaidToolkitDomain in Plaid Common Settings (Custom Setting) with plaid url as the value.
Fundera and LendingTree:
In lending manager admin console we have to Set Webhook Credentials.
Instance name defines whether the org is production or sandbox
Lead Source defines for which platform we are setting the credentials
In fundera we have no username and password
In lendingTree we have to specify credentials and password will be visible only one time when we click save.
IntakeAppObj defines the object’s record which should get created when the webhook hits
To use the credentials we have to activate it using active checkbox.
From the site we can get the webhook URL
For lendingTree append /services/apexrest/cloudmaveninc/LendingTree_Callback in the url
For fundera append /services/apexrest/cloudmaveninc/ Fundera_Callback the url.