UI Page Rows and Columns
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2022 06:16 AM
Hello all,
I am looking for help in creating rows and columns on UI page. (free text input field)
and update the inputs from the table input to a custom table (email_table).
Also, user should be able to add multiple rows using + icon.
Request help on the same.
Example:
To |
CC |
BCC |
Test User |
Manager1 |
Manager 2 |
Thanks,
DB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2022 06:32 AM
what's the business requirement?
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
03-22-2022 07:10 AM
Hi Ankur,
The Business Requirement is to Add a button.
Example - "Add" when the user selects the button it should show a pop-up which contains 4 columns example - (To, BCC, CC)
And it should contain "+" button if user wants he can add multiple rows.
The above 4 columns should be string only.
The inputs from 4 columns should be updated to the respective columns in the custom table - <email_table>
If we are passing values:
It should get updated to table as -
To : Test User
CC : Manager1
BCC: Manager 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2022 07:40 AM
Hi,
why not use catalog item and add OOB MRVS in it?
It would be easier and you need not play around with HTML in UI page
your users can add multiple rows and once catalog item is submitted you can perform your logic to update respective fields in your target 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
03-22-2022 11:29 PM
Can you please share any existing example for the same sir?
Thanks,
DB