Multi line string field is possible to store in database table ?

JG16
Tera Contributor

Hi,

I want to store list of values in Database table field like below

XXXXX

XXXXX

XXXXX

XXXXX

------

is the above format is possible to store ? if so what is the data type i should declare in db. Or any other alternative is there ?

Thanks & Regards

JG

 

1 ACCEPTED SOLUTION

deb27
ServiceNow Employee
ServiceNow Employee

You can use field type

Two Line Text Area

Multiple Line Small Text Area

View solution in original post

7 REPLIES 7

deb27
ServiceNow Employee
ServiceNow Employee

You can use field type

Two Line Text Area

Multiple Line Small Text Area

JG16
Tera Contributor

Thanks deb, I will try with multi Line small text area. But i am doing back end operation , hope the data type will work ?

JG16
Tera Contributor

Multiple Line Small Text Area data type works . Thank you so much Deb 🙂