Does anyone have experience adding a hyperlink or ...
# suitescript
m
Does anyone have experience adding a hyperlink or button at the line-level? We need the link to be visible/clickable in edit mode. We have tried using the standard field types inline HTML and hyperlink but the link is only being displayed in view mode. We have also tried adding the field through a client script. Thanks in advance!
m
The only way I've been able to do this is use a checkbox field and consider it being changed as a click.
m
Thank you!