- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2016 11:03 AM
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!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2016 11:17 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2016 11:17 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2016 01:13 PM
Perfect... Didn't think of that. Thanks!