Pages for Using Statements for Evaluation and Calculation in a Rule
| Page Name | Definition Name | Navigation | Usage |
|---|---|---|---|
|
Select a Statement |
SCC_RULE_STMT_SEC |
On the Define Rule page, click the Details icon on a blank row in the Evaluations and Calculations group box. |
Select a Statement to add to a Rule. |
|
Define If Statement |
SCC_RULE_IF_SEC |
On the Select a Statement page, select IF. |
Select an If Statement for a Rule. |
|
Define Else Statement |
SCC_RULE_ELSE_SEC |
On the Select a Statement page, select ELSE. |
Select an Else Statement for a Rule. |
|
Define For-Each Statement |
SCC_RULE_FOR_SEC |
On the Select a Statement page, select FOR EACH. |
Select a For-Each Statement for generic loop processing for a Rule. |
|
Exit For-Each Statement |
SCC_RULE_EXTF_SEC |
On the Select a Statement page, select EXIT FOR EACH. |
Select to exit a For-Each loop. |
|
Define Assignment Statement |
SCC_RULE_ASGN_SEC |
On the Select a Statement page, select ASSIGN. |
Select an Assignment Statement to assign data to an object. |
|
Define Call Statement |
SCC_RULE_CALL_SEC |
On the Select a Statement page, select CALL. |
Select a Call Statement to call a Rule. |
|
Exit Rule Statement |
SCC_RULE_EXTR_SEC |
On the Select a Statement page, select EXIT RULE. |
Insert to exit a Rule. |
|
Create Entity |
SCC_RULE_CREN_SEC |
On the Select a Statement page, select CREATE ENTITY. |
Create an Entity within a Rule. |
|
Call Dynamic Rule Group |
SCC_RULE_DYNR_SEC |
On the Select a Statement page, select CALL DYNAMIC RULE GROUP. |
Insert to call a dynamic Rule Group. |
|
Define Add To List Statement |
SCC_RULE_LADD_SEC |
On the Select a Statement page, select ADD TO LIST. |
Select an Add to List Statement to add a value to a list in a Rule. |
|
Define Length of List Statement |
SCC_RULE_LENL_SEC |
On the Select a Statement page, select LENGTH OF LIST. |
Select a Length of List Statement to return the length of a list in a Rule. |
|
Define Sort List Statement |
SCC_RULE_SRTL_SEC |
On the Select a Statement page, select SORT LIST. |
Define an Sort List Statement to sort a list for a Rule. |
|
Define Clear List Statement |
SCC_RULE_LCLR_SEC |
On the Select a Statement page, select CLEAR LIST. |
Select a Clear List Statement to reset a List variable to empty in a Rule. |
|
Write to Log Statement |
SCC_RULE_WLOG_SEC |
On the Select a Statement page, select WRITE TO LOG |
Select a WRITE TO LOG statement to log the contents of variables. |