Skip to main content
Newcomer
November 1, 2024
Question

NetSuite Integration Custom Buttom with Code

  • November 1, 2024
  • 1 reply
  • 91 views

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.

1 reply

TsumiNewcomerAuthor
Newcomer
November 2, 2024

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.