Is it possible to add a sublist URL field that inv...
# suitescript
n
Is it possible to add a sublist URL field that invokes a client script function?
I want to create my own
Remove
column that will remove the current sublist line
I tried with javascript:myCustomFunction(args) and i get invalid field value
u
Currently the only way i have done something similer was to add a textarea field on line level. And added a formula field that populates it with the URL to a custom record. In view mode, the URL will be visible as a clickable link I know it s not supposed to be but it works.
You can create a Suitelet and add a remove link with the method I told you. And in that suitelet just delete the row you want and redirect to the records page. Possible In View Mode Only