Skip to main content

Hi, I have a question, In the custom button with code in NetSuite. Is it possible to get the values of a record ( like name, address etc) in the script? I tried to use record.load but it does not work since it is not a SuiteScript.

Hi, I to anybody also wondering how to solve this. I solved it by customizing the ds_custom_script_executor.js file by adding a new module that will get the values that I needed and passed it as parameters to the custom script. Since the executor file is a Suitescript the record.load works fine there.

Cheers Happy Coding.


Reply