Skip to main content
January 30, 2021
Question

how to store user or group pickers selected values into a cdt of type group or user

  • January 30, 2021
  • 2 replies
  • 0 views

how to store user or group pickers selected values into a cdt of type group or user

    2 replies

    danny.verb
    February 1, 2021

    Users can be stored as Text where you store the username since it's unique per user. For groups, you should store an integer ID. You can always use the group() function to get properties about a group

    February 2, 2021

    thank you