How to automatically set submitter contact when a record producer is submitted
When cases are created from record producers, the field “submitter contact” is not automatically set. The logic for setting the submitter automatically must be configured by the process designer. This user guide is relevant if you want the user who submitted the case to be automatically set as the submitter of the case as well.
The procedure is to open the record producer in Studio and hard code the field “channel” to “portal”, which in turn gets the users contact person object and adds it to the case.
Prerequisite:
-
User is logged in
-
User has English as preferred language
-
User has created an application like the one in user guide 15.2 “How to define a new process”
-
[The application contains a record producer]{.underline}1
Steps:
-
Navigate to the process you wish to define
a. In the filter navigator, go to: UH Core > FUP > FUP
b. Search your way to the process you wish to define2
c. Open the process
-
Click «Edit in AES»
-
Click the cogwheel “Edit application properties”
-
Click “Open app in Dev Studio”
-
In the field “Script”, add a line:
current.channel='portal';
-
Click “Update”
The result is that when new cases are created with the record producer, the submitter of the case is automatically set as the submitter of the case.
-
If the application doesn’t have a record producer, you can follow the user guide here, to create a new one. ↩
-
From the list you are only able to see the functions. You can open the function and find the subfunction in the related list: “Function analysis” to navigate down the hierarchy. There are 3 levels in total, and in the last level, you will find the processes. ↩