I've just followed the instructions at <https://st...
# suitescript
c
I've just followed the instructions at https://stoic.software/effective-suitescript/24-add-button/ to use a UE script to add a button to a form in view mode. Now I want my button click handler to know the internal id of the record it was clicked on. How can I do that?
1
h
Use the currentRecord SuiteScript module to get the id
c
Thank you very much