ADM_BUSINESSRULEEXECMOMENT_ENUM

The ADM_BUSINESSRULEEXECMOMENT_ENUM enumeration specifies when a business rule is to be executed relative to the action that triggers it.

Syntax

enum ADM_BUSINESSRULEEXECMOMENT_ENUM
{
    ADM_BUSINESSRULEEXECMOMENT_BEFORE  = 0,  //0x0
    ADM_BUSINESSRULEEXECMOMENT_AFTER   = 1,  //0x1
}

Constants

  • Flag

  • Description

  • ADM_BUSINESSRULEEXECMOMENT_BEFORE

  • Indicates that the business rule is to be executed before the action that triggers it.

  • ADM_BUSINESSRULEEXECMOMENT_AFTER

  • Indicates that the business rule is to be executed after the action that triggers it.

Requirements

Minimum required version: 2009.1

See also