Variable fields prepopulate on case form when submitted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2023 02:21 PM
Hello,
I have a problem that I can't seem to fix with my HR Service case form that I create when I submit it from a record producer that I have.
The Variable fields prepopulate on case form when submitted from the Record Producer. Case Form below:
Record Producer fields below:
I don't want the subject person or opened by to show in the description when created. Can someone please assist?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2023 02:48 PM
Hi @Primm ,
What's problem with record producer, open and update the script part, where you stuck.
Share the script part of record producer.
-Thanks,
AshishKMishra
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2023 02:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2023 03:03 PM - edited 11-15-2023 03:04 PM
so looks like the description value populated via the "createCaseFromProducer()" function, as you see, the input producer object.
You next task -> open this script include "hr_ServiceUtils" and search for the "createCaseFromProducer" and find the code line where description is being prepared .. you need to tag those line which are adding "subject person or opened by".
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2023 03:33 PM
I don't see anything about the description.