-
Open the Run MQL window:
-
From the compass, select Collaboration and
Approvals.
-
In the navigation pane, click .
To run an MQL command, enter the command in the
MQL Command box and click Run
or press Enter.
-
To find the string resource labels used for the notifications, pPrint the details of the
eService Trigger Program Parameters object that manages sending the email. Run this command:
print businessobject "eService Trigger Program Parameters" PolicyInboxTaskStateAssignedPromoteAction "Complete Task Notification"; This object notifies the owner that the task has been completed. Note the values for these eService Program Arguments: - eService Program Arugment 4: the string resource that defines the subject for the email notification
- eService Program Arugment 5: the string resource that defines the text of the email notification
- eService Program Arugment 6: the name of the string resources file where the text is defined
-
Using the information found in step 2, update the page object that contains string resources for the indicated file (usually emxCompoentsStringResources.properties) to change the required strings. Do not update the file directly. For more information, see Changing Onscreen Text and Other Strings.
-
Repeat steps 2 and 3 for the "eService Trigger Program Parameters" PolicyInboxTaskStateReviewDemoteAction "Reject Task Notification" object. This object controls the notification sent to the user when the route owner rejects their task.
-
Repeat steps 2 and 3 for the "eService Trigger Program Parameters" PolicyInboxTaskStateReviewDemoteAction "Review Completion Notification" object. This object controls the notification sent to the user when the route owner reviews and approves their task.
|