ISS Validation (Order) Workflow
ISS Validation (Order) workflow, shown in the following figure, validates the Order according to the Rule Set definition in Administration - Data Validation view for orders.
It is triggered by the VerifyItem signal, which is called by the Verify applet menu item of the Order Header menu.

Workflow Description
This workflow does the following:
This workflow calls the Validate method of the Data Validation Manager Business Service. This workflow validates the Order according to the Rule Sets that are defined in Administration - Data Validation. For more information, see Validate Method.
Process Properties
Name | Business Object | Data Type | Comments |
---|---|---|---|
Error Code |
Order Entry |
String |
The Error Code that is returned if an error occurs. |
Error Message |
Order Entry |
String |
The Error Message that is returned if an error occurs. |
Object Id |
Order Entry |
String |
The Row ID of the current object. |
Process Instance Id |
Order Entry |
String |
The Row ID of the current workflow process. |
Return Code |
Order Entry |
String |
The Return Code that is defined in the Rule Set. |
Return Message |
Order Entry |
String |
The Return Message that is defined in the Rule Set. |
Siebel Operation Object Id |
Order Entry |
String |
The Row ID of the Siebel Operation Object. |
Store Messages |
Order Entry |
String |
Variable to determine if the validation messages must be stored in the validation tables. |
Validation Ruleset Name |
Order Entry |
String |
The name of the Rule Set that is defined in the Data Validation Administration screen. |