UI Page Rows and Columns

DB1
Tera Contributor

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 

9 REPLIES 9

Ankur Bawiskar
Tera Patron
Tera Patron

@DB 

what's the business requirement?

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

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:

find_real_file.png

It should get updated to table as -

To : Test User

CC : Manager1

BCC: Manager 2

 

 

 

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

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Can you please share any existing example for the same sir?

Thanks,

DB