public enum Activities
Public Enumeration Activities
type Activities
Update | 0 | The process will show all the rows that fit the filter, and will allow the user to update them |
Insert | 1 | The process will create new rows |
Delete | 2 | The process will delete the rows that fit the filter. |
Browse | 3 |
The UIController will show all the rows that fit the filter but will not allow the user to update them.
In this mode the user can use the Incremental search option. In a BusinessProcess it'll behave the same way as Update Activity |
AsParent | 4 | The task activity will be set according to the activity of its parent (calling) task. |