When HR Task is Awaiting Information, Change the Parent HR Case state to 'Suspended'
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2024 10:08 PM
Hello,
Question: When HR Task is Awaiting Information, Change the Parent HR Case state to 'Suspended'.
I have written a business rule for the above on HR Task Table 'AFTER UPDTAE' when 'STATE IS AWAITING INFORMATION'.
can anyone help if there's anything wrong with the script
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2024 11:39 PM
Line 7 should be : if(current.state =='5')
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2024 12:05 AM
Thanks, i tried but its not working
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2024 12:27 AM