Collections added for field validation and process notifications

The 'CurrentUser()' function now allows you to navigate to the 'gebr' table using dots.

  • Example: [CurrentUser().gebr_signature_1]

The new 'IsMemberOfGroup' function allows you to check if the current user is a member of a group. You need to provide a comma-separated list of group numbers as input.

  • Example: [IsMemberOfGroup(3,5)] » You will get a 1 as a result when the current user is a member of group 3 or group 5, and a 0 as a result if the user is not a member.