want the value of description
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-30-2024 02:12 AM
Hi
here i can see the details, activity, approvers, and description of the HR case. in the description part it is populating the value of rich description, but i want the value of description. please help me out with this.
Thanks
Nani

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-30-2024 07:44 AM
@nivassoft08 Usually the description and rich description on an hr case are same. Rich description is nothing but an HTML version of the description field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-30-2024 07:45 AM
You should then change the field where value is fetched from "rich_description" to "description" on the function getNonGlobalCaseDescription().
The function in defined in the script include hr_utils