Click or drag to resize

ActivityAutoAccept Property

Defines whether (a workitem for) the activity can be auth accepted when the user opens the workitem. AutoAccept is only used when * The activity is assigned to an individual (not a group) or the activity is a voting activity * The activity (the workitem) is not already accepted/rejected

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public bool AutoAccept { get; set; }

Property Value

Type: Boolean
See Also