In a suitelet sublist, can you create dynamic url fields (columns)?
Answered
In a suitelet sublist, can you create dynamic url fields (columns) like you can in a “normal” suitelet list?
Like:
list.addColumn({...}).setURL({...}).addParamToURL({param: 'id', value: 'internalid', dynamic: true})
Or for sublists, can you only have a ‘static’ url field where all the rows have the same value (i.e. ‘Edit’, ‘View’, etc)?
Best answer
@mdford I don’t think this is documented anywhere, but you can use TEXT/TEXTAREA fieldType with inline Html. With this you can create a dynamic url using <a href> to create sublist hyperlinks
Thanks – this worked like a charm! I am very appreciative for your help and time!
Not that I know of. Your best chance is probably a client script.