Michael Scott
09/14/2021, 1:17 PMsublist.addField({id: "custpage_transactionnumber", label: "Transaction Number", type:serverWidget.FieldType.URL });
and this is the sublist row
sublist.setSublistValue({id: "custpage_transactionnumber", line: 1, value: "http://…."}).linkTest = transaction.number
I get an error: cannot set property “linkText” of null
is there any restriction of using fieldType URL in suitelet sublist? If so, is there any workaround to display links is sublist results?
thanks