Event profiles call point and action code conditions

Sometimes a set of business rules needs to apply to a function at a particular stage of the function's processing. For example, in Ledger Entry different rules might be required during the journal input and journal posting stages.

An event profile can contain conditions that identify the particular processing stage(s), within the function, that should trigger the business rules. The processing stages available for each function are predefined and are referred to as call points. Action codes identify the commands the operator can choose in a function; for example Cancel, Post or Hold.

For example:

If Function Code = Ledger Entry

If Call Point = Prior to Journal Post