In Description field need to add list of data in Tabular Format

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2023 08:22 AM - edited 03-01-2023 01:58 AM
Hi All,
I have a requirement wherein I have to add the list of data based on the same Source id in the Task Description field. But that should be in tabular format.
Below data, we will get it from the Product table.(Please Note- Data will be Dynamic based on source id)
ex:
LineNumber PartNum Uom Qty Desc
1 | 12 | EA | 21.00000000 | desc1 |
2 | 110 | EA | 2.00000000 | desc2 |
3 | 11018 | EA | 2.00000000 | desc33 |
4 | 11023 | EA | 2.00000000 | desc23 |
5 | 1102 | EA | 2.00000000 | desctest |
Screenshot-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2023 08:39 AM
Hi @Priya Gautum ,
Hope you are doing good.
I think the data type of the field should be html.
Also we would need to construct the HTML in the script in order to populate.
Regards
Harshal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2023 08:54 AM
Hi Harshal,
Thank you for your response!
Yes, the Data type is HTML.
I need help building this in HTML.
Thankyou!