Is it possible to add a sublist URL field that invokes a client script function?
Nicholas Penree
09/08/2021, 6:33 PM
I want to create my own
Remove
column that will remove the current sublist line
Nicholas Penree
09/08/2021, 6:33 PM
I tried with javascript:myCustomFunction(args) and i get invalid field value
u
Umar Naeem
09/14/2021, 10:43 AM
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.
Umar Naeem
09/14/2021, 10:44 AM
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