Table fields on catalog Item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2022 06:08 AM
How can I Populate custom table fields on catalog item(Portal and UI).
Catalog Item
|
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2022 06:17 AM
Hi Sneha,
Are you having any variable which refers to that custom table?
Also are you having some variables on your catalog form to hold that data from Field1, Field2 etc
If yes then you can use getReference() with callback to get the fields and set those
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2022 06:28 AM
Hi Ankur,
I have to create a catalog form which can take values from enduser( could be in variable) and set it on custom table but i want to given option to submit multiple rows for eg.
collect users temp addresses on the catalog form ( this will create a ritm and will also going to save the data in custom table) but here one user can have multiple temp address so how to get the multiple rows data ( in ritm and custom table)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2022 07:05 AM
then create catalog item and have Multi row variable set variable in it.
that mrvs will have the required variables where user will input and you can then insert that in your custom table
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2022 12:26 AM
@Sneha
Thank you for marking my response as helpful.
If my response helped please mark it correct and close the thread.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader