Set Up Process Enforcements
CL Loan allows you to customize the lending terms as per your business requirements, and in order to comply with local laws and lending policies. This is done using the process enforcement feature. For example, compliance with the Service Member Relief Act (SCRA) may be implemented using the process enforcement functionality. For more information on applying process enforcements, refer to the Process Enforcements in the respective CL Loan User Guide.
Perform the following steps to set up process enforcement:
Log in to your Salesforce account.
Click on your profile name, and then, Developer Console.
In the developer console, click File, Open, Objects.
Type Factory_r in the Filter text field to locate the Factory Registration object.
Click the Factory_Regsitration__c object.
In the list of fields that appear, select the last three fields having the namespace as "clcommon" and click Execute. These fields include:
clcommon__Package_Namespace__c,
clcommon__Interface_Name__c
clcommon__Implementing_Class__c
In the Execute window, click Insert Row. A blank row is inserted with a corresponding column for each of the fields.
Provide the following values for each field as follows:
Field
Value
clcommon__Package_Namespace__c
loan (or other namespace for which PE is implemented
clcommon__Interface_Name__c
IProcessEnforcementFactory
clcommon__Implementing_Class__c
ProcessEnforcementFactory
Click Save Rows to save this row.