Add users to group as part of transform map

Community Alums
Not applicable

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?

find_real_file.png

 

 

 

1 ACCEPTED SOLUTION

MrMuhammad
Giga Sage

Hi Angel,

Replace sys_group with sys_user_group in the grp glideRecord.

Regars,

Muhammad

Regards,
Muhammad

View solution in original post

2 REPLIES 2

MrMuhammad
Giga Sage

Hi Angel,

Replace sys_group with sys_user_group in the grp glideRecord.

Regars,

Muhammad

Regards,
Muhammad

sachin_namjoshi
Kilo Patron
Kilo Patron

Group is maintained in sys_user_group table.

Update your code to get group name.

 

Regards,

Sachin