Customize Document Collection

Log in to DC Supervisor App

Go to Settings > Profiles > Select Profile Name

Click the iconand look for the "ACTION_RESOURCES" > "ACTION_REQUEST": {}

Add one or more Object of each new action.

Add as many actions as you can to collect ID, documents, or forms to sign.

Add "," between objects added into the resources or actions array

Save it!

"ACTION_RESOURCES": {
    "ACTION_REQUEST": {
    "REQUEST": [
      {
        "id": "1",
        "name": "Actions",
        "icon": "",
        "actions": [
          // Add ACTIONS here
        ]
      },
      {
        "id": "2",
        "name": "Document to Sign",
        "icon": "",
        "actions": [
          // Add DOCUMENTS TO SIGN here
        ]
      }
    ]
    },
  "RESOURCES": {
    "name": "Resources",
    "icon": "",
    "resourcesFile": [
      // Add RESOURCES here
     ]
    }
}

Action Types

Action ID and Code Name must be inserted in incremental way by Admin. TagName is the default assigned tag/s per request

Request Document

Request Application Form

Request Map Location

Request Agent Form

Request Snapshot

Request Web Cobrowse

Request Document Signature

Tips. The user has to re-login and create a new session with the customer to reflect the changes.