- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2022 07:27 AM
I am trying to change how the short description populates when a case is created. Right now, it is the name of the HR Service plus the Opened For's name. I'd like to change it to the name of the HR Service plus the Subject Person's name. I tried creating a business rule, but it isn't working. I'm thinking there's a problem with my script, but I'm not sure what to change. Is a business rule even the right approach?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2022 07:30 AM
Hi,
Make sure the field name used in script is correct backend field name. Normally field names are lower case, I see upper case in your script.
Thank you,
Palani
Palani

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2022 07:30 AM
Hi,
Make sure the field name used in script is correct backend field name. Normally field names are lower case, I see upper case in your script.
Thank you,
Palani
Palani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2022 05:38 AM
Thanks Palani! I corrected the capital letters and my code worked.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2022 02:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2022 05:38 AM
Thank you John! I corrected my capital letters and the code worked.