Routines for rrul_ww.kb


R_AEVRuleEvent

File Name

rrul_ww.kb

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]


R_ChangeListEvent

File Name

rrul_ww.kb

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


R_PerformRuleEditView

File Name

rrul_ww.kb

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]


R_RequestEditRules

File Name

rrul_ww.kb

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]


R_RequestNewRule

File Name

rrul_ww.kb

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]


R_RequestRuleScheduler

File Name

rrul_ww.kb

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]


R_RulePriorityEvent

File Name

rrul_ww.kb

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


R_RuleScheduleEvent

File Name

rrul_ww.kb

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


R_WWRulesEvent

File Name

rrul_ww.kb

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