Modify existing authorized user of workset via grid:

  1. Identify user who will granted authorizations
  2. Identify authorizations to be added/changed to that person
  3. Perform the update call
  4. Refresh the view

Add new user to workset:

  1. Get list of users that can be modified (by grantor)
  2. Select grantee from list of users
  3. Call permset with the param "EXISTS"
  4. refresh view, which adds grantee to grid; then follow steps above for existing user
  • No labels