Hello everyone. anyone have any idea how to add a ...
# suitescript
b
Hello everyone. anyone have any idea how to add a pencil icon in an sublist in suitelet? upon clicking the icon it will open a new window from another suitelet. Thanks
s
you can create a html type field in suitelet sublist and add something like this <a href='your_another_window_suitlet_link'><img src='you pencilicon'> </a>