- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2023 01:11 AM - edited 02-23-2023 01:17 AM
Hi,
I'd like the description field of the incident form to be auto populated based on the body of the email which the incident is created from.
How do I go about this?
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2023 02:09 AM
Hi @JordyZ
you can write below code in inbound email
current.description = email.body_text;
If my answer solved your issue, please mark my answer as ✅Correct & 👍Helpful
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2023 05:57 AM
@JordyZ I could see you are using a customized Description field. Please check the backend value of your description and use it.
like current.u_description
If my answer solved your issue, please mark my answer as ✅Correct & 👍Helpful
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2023 06:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2023 06:07 AM
are you creating an incident or updating it and may I know where you are mapping all other fields like short description and caller.
Description mapping should work i will do it in my PDI and let you know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2023 06:16 AM
Hi @priyasunku , I've found the problem!
For some reason I had to delete the function (that's OOB) from the code.
And now it works.
Thanks again for helping me out!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2023 04:06 AM