How to add URL to dynamic EDITOR sublist?
Hi,
I’m trying to add a simple URL string to a sublist field (with URL fieldType) on a Suitelet, but nothing seems to be working. Does the EDITOR SublistType not support URLs? Ultimately, I am hoping to add a link to the purchase order here.
Thanks for the help!
You can make your column a TEXT
type and just put an <a href>
in there with the proper syntax/url.
It turns out that the EDITOR mode doesn’t seem to support URLs. I tried all the tricks, including using HTML, without any success. We eventually opted to use a normal LIST sublist, which works well.