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
samyt
10/04/2019, 2:16 PM
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>