I want to print all the data from a list of a record in incident form for the first record. Like Incident number, Description, Priority,Caller etc for the particular incident.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2018 04:53 AM
I want to print all the data from a list of a records on incident form for the first record. Like Incident number, Description, Priority,Caller etc for the particular incident.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2018 12:00 PM
HI,
What exactly you want to achieve?
Thanks,
Ashutosh Munot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2018 07:30 PM
Hi Ashutosh,
Lets assume a incident INC0010064 having details as screenshot attached below in list.
Now I want to achieve that for this incident all details (number, caller, short description.....) publish through script. The order of the details of incident must be in same order as in list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2018 11:09 PM
Hi,
You can write Business Rule to fetch record details for particular fields, in which you can mention sys_id and field names of particular incident.
Thanks,
Manali H.