How do we map feilds in incident form from record producer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2023 05:22 AM
How do we map feilds in incident form from record producer if we dont have any similar feilds in incident table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2023 05:26 AM
Hi @sushmachava ,
please go through the step mentioned in the article it will help you to achieve the task.
"Map to field" does not map the variable to the configured field in a record producer.
I hope this helps!
Regards,
Hemant

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2023 05:26 AM
Hi @sushmachava,
You could use description field to add the information which you can't map, or work_notes based on your use case.
If thats not what you are looking for, let me know what your expectation would be.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2023 11:36 PM
Hi Peter
if i need to add other feild data as description in incident form how can i do that. since in the form we have description filled that will replace the data with what user is providing in the record producer
right?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2023 04:11 AM
You could use something like current.description += '\nField Label: ' + producer.fieldname to add additional rows to your description.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.