Adding group to user after integration is ran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2024 01:25 PM
We are getting a full file integration to update User Records and HR Profiles daily, but we run into an issue where we can not add a group to those users. Our goal is to add our 'Contingent Worker' group to each user on the file.
We have tried adding a Transform script and a Flow but we can get neither to add the group to the user record.
Flow:
Most of the data coming over is written to the HR Profile so we based the trigger off of this table.
Table: HR Profile
Trigger --> EW Position Status = Active & EW Position Entry Date is after Today
Actions: Create Record on sys_user_grpmember Table
Fields: Group is Contingent Worker & User is Trigger Record User
Transform script:
When: OnAfter