Here is what Apply Pending Effective Rules do:
Apply Pending Effective Rules
<Rule>… // Rules that get ‘fired’ when a pending effective-dated transaction is applied (when it becomes ‘effective’)
Would any HRT customers out there find this interesting or useful? Use-cases in mind... please share!
Of course <Rule> are these types of things:
Rule ::= ( <ControlRule>
| <GeneralRule> // valid in all contexts
| <FieldRule> // valid in Field context only
| <FieldCreateRule> // valid in Field context with Create action
| <GroupRule> // valid in a GroupField only
| <ArrayRule> // valid in an ArrayField only
| <ActionRule> // valid in Action context only
| <FormInvokeRule> // valid in the Form Invokes section only
)