Table of Contents |
---|
Login to your Salesforce org where the package is installed.
...
RequestByEmail
True if request to send/receive documents is made using Email
RequestByPhone
True if request to send/receive documents is made using SMS
TfaMethod
Method to receive the
Two-factor authentication Code.
Populate the Value with SMS or Email
TfaRequired
True if Two-factor Authentication is Required
ErrorBatchMessages
time,Unavailable,Bad,reset,Server,error,failed
NextScheduleBatchRunTime
Provide the time-frequency to run the batch.
For Example - If you want the batch to run in every 2 minutes, Populate the value field with 2.
ScheduleBatchRequired- True. Before scheduling the batch mark this custom setting as True.
File Request Field Mapping:
...
Go to your Source Object from Object Manager.
Go to Page Layout of your Source Object -> Mobile & Lightning Actions
Drag the already existing Request Files and Send Files button on the Object Layout.
Save the Record.
...
Expand | ||
---|---|---|
| ||
· Click Save.
|
Add the Related List on the Page Layout.
...
Adding Lightning Component on Lightning Record Pages.
...
Select the Record Page.
Click Edit.
Search for displayMedialist Component in the Quick Find box.
Drag the Component to the Record Page.
...
Click Save.
Update
...
Secure File templates.
These template records are created one-time to auto-populate the File Request and Send Form. This would avoid writing the same content again and again. Also, this field can be updated on the Form itself if required.
Go to the Secure File Transfer Application.
Click on the Text/Email Secure File Templates tab.
Create Records for ‘Media Request’ and ‘Send Media’.
Select ‘Media Request’
...
Click Next and Update the SMS/Email/Message Fields According to Business requirements.
...
Select the file tags according to business requirements.
...
Expand | ||
---|---|---|
| ||
|
Click Save.
Now again click on the New button to create Send Media Record.
Update the SMS/Email/Message Secure File Templates.
...
Click Save.
Please Note the contents in the Images shown above are only for demo purpose please feel free to change the contents according to your requirements.
...