- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-19-2020 02:22 PM
Hi,
I have an excel file to upload into SYS_USER table with their primary group assigned. As part of the transform map script, I had the below script but it doesn't work. Can you please let me know what I am missing?
Solved! Go to Solution.
- Labels:
-
Orchestration

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-19-2020 02:25 PM
Hi Angel,
Replace sys_group with sys_user_group in the grp glideRecord.
Regars,
Muhammad
Muhammad

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-19-2020 02:25 PM
Hi Angel,
Replace sys_group with sys_user_group in the grp glideRecord.
Regars,
Muhammad
Muhammad

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-19-2020 02:26 PM
Group is maintained in sys_user_group table.
Update your code to get group name.
Regards,
Sachin