How to define Pending conditions in permissions
Pending conditions in permissions
1)check field type if field type is DATETIME then you ${now}, if field type is DATE then use ${today}.
2)check group form permission put ;PENDING;Conditions; in group form condition column.
3) Expressions allowed are
a > b, a < b, a = b
. Usage of a>=b or a<=b wont work
4) Expressions where end condition is empty Usage will be a> . Usage of a>'' wont work