Define FiservCCM Scripts
Theme: Configure | Audience: System Administrator, Automation Engineer
What is it?
The FiservCCM implementation a script to provide the error checking for each task execution. This script is requested during the agent definition and the contents of the script is passed during task startup to enable the creation of a unique file for each task.
Script Contents
The script is used to define non-critical error messages that can change the result of the task execution from Failed to Complete. The objective is to prevent workflows from being stopped due to configured non-critical error conditions.
ERROR=InvalidAccountStatus;RESULT=OK;TASKID=12,16,18
where
- ERROR indicates the error to check for. This value is found in the Value field of the error message (i.e.
<Message><DictionaryContents><Item><Key>ResponseCode</Key><Value>InvalidAccountStatus</Value></Item></DictionaryContents></Message>) - RESULT is the end result if the error matches. OK means the job completion status will be changed from Failed to Complete.
- TASKID indicates which FiservCCM tasks are affected by this. When TASKID= contains no values, then all tasks that contain the error will be changed to a Complete status. If TASKID=n,n,n contains values, then only those defined task ids will be changed to a Complete status.
Define scripts
To define FiservCCM scripts, complete the following steps:
- Open Solution Manager.
- Select Library.
- Select Scripts.
- Select Script Types from the upper right-hand corner.
- Select +Add.
- In the Name field enter Fiserv CCM.
- In the File Extension field enter txt.
- In the Description field enter Used for FiservCCM Integration.
- Select Save.
- Select Script Runners from the upper right-hand corner.
- Select +Add.
- In the Name field enter Fiserv CCM.
- In the OS field select Fiserv CCM from the list.
- In the Type field select Fiserv CCM from the list.
- In the Command field enter cmd.exe /c.
- Select Save.
- Select Scripts from the upper right-hand corner.
- Create the Error Checking script.
- Select +Add.
- In the Name field enter a name for the script. It is suggested using the proposed agent name and append error-checking to the name.
- In the Type field select Fiserv CCM from the list.
- Assign the required roles.
- In the Script field paste the error checking contents.
- Select Save.