Click or drag to resize

UserBusinessRuleLayer Property

Specifies in which layers the rule will be available. The available events and actions depend on the chosen layer. Allowed values: FTE=Front-End, BKE=BackEnd, COM=Common (both). [Required] [Default("BKE")] [Filter(multi eq)]

Namespace:  Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public UserBusinessRulesRepositoryLayer Layer { get; set; }

Property Value

Type: UserBusinessRulesRepositoryLayer
See Also