How to set up a delegate via the Service Catalog

daniellethomson
Tera Expert

Anyone have a script they you to allow users to setup a delegate via the Service Catalog instead of going to the user profile? Thanks in advance!

1 ACCEPTED SOLUTION

Uncle Rob
Kilo Patron

You could set up a record producer on the sys_user_delegate table.


Name your variables the same as the column names in the table you want to populate, and no scripting required.


View solution in original post

2 REPLIES 2

Uncle Rob
Kilo Patron

You could set up a record producer on the sys_user_delegate table.


Name your variables the same as the column names in the table you want to populate, and no scripting required.


daniellethomson
Tera Expert

Perfect... Didn't think of that. Thanks!