How to customize a report for dynamic role assignment?

Hello experts,

We used dynamic role to assign uid_department to business roles, so that people in certain departments will be automatically assigned business role.

Now we need to generate a report to indicate what business roles are associated with a certain department. Could anyone give some advice on how to write the SQL query?

Thanks.

Parents
  • What do you want to have a result? A list of Business Roles for a given UID_Department based on what? Did you assign a department to the role via Org.UID_Department and built the dynamic query based on that? Or did you assign people from more than one department to the business roles?

  • We assigned the business role via Dynamic Role to make people under department A, B or C to have the business role, and consequently obtain the group or resources attached to the business role via inheritance.

    Below is the WhereClause for one of the role for example:

    (UID_Department in ('2503ae6b-8dbf-4c77-b6a6-46539b633ae4')) or (UID_Department in ('7a51c75a-9f12-411b-9aef-012cd4560274', '6a565212-4063-428e-bc5e-fb1c422d4583')) or (UID_Department in ('e9bf6660-9670-4451-b449-bb9c64cde220'))

    We need to print all dynamic roles for auditor review in a reader friendly manner, so is looking for a report can show what departments are linked with what business roles

Reply
  • We assigned the business role via Dynamic Role to make people under department A, B or C to have the business role, and consequently obtain the group or resources attached to the business role via inheritance.

    Below is the WhereClause for one of the role for example:

    (UID_Department in ('2503ae6b-8dbf-4c77-b6a6-46539b633ae4')) or (UID_Department in ('7a51c75a-9f12-411b-9aef-012cd4560274', '6a565212-4063-428e-bc5e-fb1c422d4583')) or (UID_Department in ('e9bf6660-9670-4451-b449-bb9c64cde220'))

    We need to print all dynamic roles for auditor review in a reader friendly manner, so is looking for a report can show what departments are linked with what business roles

Children