Click or drag to resize

UserBusinessRuleExecutionSessionExecute Method

Executes the business rule for the specified business object.

Namespace:  Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public void Execute(
	EnterpriseOneEntityObject obj
)

Parameters

obj
Type: Aloe.EnterpriseOne.Model.CoreEnterpriseOneEntityObject
The object over which to execute the business rule.
See Also