Make subject person empty based on a field value on HR case table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023 04:53 AM
Hi Team,
I am using a record producer to create record in HR core case table.
Record producer has a field called external employee, if this is checked as true then when case is created subject person field should be empty.
If external employee field is false, then HR case can have subject person.
I have used record producer script to clear subject person value based on external field but it did not work.
Any other way ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023 03:27 PM
Hi Rambo1, you could use a Catalog UI Policy. Under the Catalog UI Policy Action there is a check box option called "Clear the variable value". Set your Catalog UI Policy rule to match External Employee = True, then set the action to hide the Subject Person field and clear the value.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023 10:18 PM
Hi David,
Subject person is not field or variable on record producer.
SO we cannot use catalog ui policy.