group() Function

Returns information for group.

Syntax

group( groupId, property )

groupId: (Number) The Id of the group to be retrieved.

property: (Text) Information to retrieve for this group.

Returns

Text

Notes

The property value accepts the following (case-sensitive) values:

  • created
  • creator
  • groupName
  • groupTypeName
  • lastModified
  • parentName
  • delegatedCreation
  • description
  • Id
  • memberPolicyName
  • parentId
  • securityMapName
  • viewingPolicyName

group() cannot be used to define a column of process report data or in a process event.

Examples

You can copy and paste these examples into the Expression Rule Designer to see how this works.

group(2, "created") returns 12/16/05 6:37 PM GMT

Open in Github Built: Fri, Jun 03, 2022 (01:08:29 PM)

On This Page

FEEDBACK