Hello, has anyone created url fields in a suitelet...
# suitescript
h
Hello, has anyone created url fields in a suitelet sublist before? This is what i have currently and not sure how to attach a dynamic url link to the field :
Copy code
list.addField({
    id: 'custpage_qiqid',
    label: 'Quality Inspection Queue ID',
    type: serverWidget.FieldType.URL
});
r
Use FieldType.TEXT. For Suitelets if you enter HTML or URL in TEXT type fields, NS will parse it correctly.
👍 1
e
Untitled
❤️ 1
h
@Eric B thanks so much, this works
👍 1