- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 08:47 AM - edited 11-14-2023 08:57 AM
Hr Service field is not populating when created from Record Producer.
This is what I have in the script
Can someone direct me as to what I'm doing wrong?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2023 06:33 AM
current.hr_service = gs.getProperty("sn_hr_er_case._Leave_SysID");
current.contact_type= "self_service";
current.state = "10"; // Ready
current.status = " submitted"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2023 12:48 PM - edited 11-15-2023 12:48 PM
I figured out the answer my problem. I had to create a system property with the sys_id
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2023 06:33 AM
current.hr_service = gs.getProperty("sn_hr_er_case._Leave_SysID");
current.contact_type= "self_service";
current.state = "10"; // Ready
current.status = " submitted"