B1SiteActionTrigger
- Structure that defines a timed condition-based site action trigger.
* Specifies the condition, time, and site action to execute when the trigger fires.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ConditionId | FName | Condition ID (Condition_Site.Id) that must be met for this trigger to fire. | Category: B1SiteActionTrigger Foreign: Condition_Site.Id |
| TimeHHMM | int32 | Time in HHMM format at which this trigger is evaluated. | Category: B1SiteActionTrigger |
| SiteActionId | FName | Site action ID (SiteAction_Site.Id) executed when this trigger fires. | Category: B1SiteActionTrigger Foreign: SiteAction_Site.Id |