File Name
Syntax
R_AEVRuleEvent(REF this_Rule: R_RULES_REC) IS
Parameters
this_Rule - Current rule record
Returns
Nothing
Side Effects
None
Description
This is the event handler for rule interactions.
Dialog Forms Called
rrul.dfc[usage_secured]
rrul.dfc[usage_unsecured]
rrul.dfc[rule_save_as]
rrul.dfc[approver_type]
people.dfc[peoplesearchuser]
rrul.dfc[notification_type]
people.dfc[peoplesearchonly]
rrul.dfc[change_list]
r_common.dfc[set_priority]
File Name
Syntax
R_ChangeListEvent(REF this_Change: R_CHANGE_REC) IS
Parameters
this_Change - Current change record
Returns
Nothing
Side Effects
None
Description
This is the event handler for change selection.
Dialog Forms Called
None
File Name
Syntax
R_PerformRuleEditView(VAL w: WINDOW, VAL field_Name: STRING) IS
Parameters
w - Current window handle
field_Name - defines whether the edit or view button was selected.
Returns
Nothing
Side Effects
None
Description
This routine retrieves a rule from the database then calls "R_AEVRuleEvent" to either edit or view the given rule.
Dialog Forms Called
rrul.dfc[rules_notebook]
c_prnt.dfc[printchoice]
File Name
Syntax
R_RequestEditRules IS
Parameters
None
Returns
Nothing
Side Effects
None
Description
This is the wrapper routine for the edit rules system action.
Dialog Forms Called
rrul.dfc[wwrules]
File Name
Syntax
R_RequestNewRule IS
Parameters
None
Returns
Nothing
Side Effects
None
Description
This is the wrapper routine for the rules system action.
Dialog Forms Called
rrul.dfc[rules_notebook]
File Name
Syntax
R_RequestRuleScheduler IS
Parameters
None
Returns
Nothing
Side Effects
None
Description
This is the wrapper routine for the rules scheduler system action.
Dialog Forms Called
rrul.dfc[rule_sched]
File Name
Syntax
R_RulePriorityEvent(REF this_action: R_ACTIONS_REC) IS
Parameters
this_Approval - Current approval record.
Returns
Nothing
Side Effects
None
Description
This is the event handler for updating an approver priority.
Dialog Forms Called
None
File Name
Syntax
R_RuleScheduleEvent IS
Parameters
None
Returns
Nothing
Side Effects
None
Description
This is the event handler for scheduling the rule monitor.
Dialog Forms Called
None
File Name
Syntax
R_WWRulesEvent(REF this_Rule:R_RULES_REC) IS
Parameters
this_Rule - Current rule record
Returns
Nothing
Side Effects
None
Description
This is the event handler for interacting with the rule list.
Dialog Forms Called
None