Saturday, September 8, 2018

Sample form.addButton() onclick client script

1. Define a function clientscript() inside a global client side script and deploy to record where you want the function to be executed.


2. Note id of the script (customscript110).
3. Define a function testAddButton() inside a server side script, say a suitelet.
4. Call form.setScript('customscript110') inside the testAddButton() function.
5. Finally, call form.addButton('custombutton','Show Message', 'clientscript()') inside the testAddButton() function, specifying clientscript() as your button script.

Example:


DISCLAIMER: The sample code described herein is provided on an "as is" basis, without warranty of any kind, to the fullest extent permitted by law. NetSuite Inc. does not warrant or guarantee the individual success developers may have in implementing the sample code on their development platforms or in using their own Web server configurations.

NetSuite Inc. does not warrant, guarantee or make any representations regarding the use, results of use, accuracy, timeliness or completeness of any data or information relating to the sample code. NetSuite Inc. disclaims all warranties, express or implied, and in particular, disclaims all warranties of merchant-ability, fitness for a particular purpose, and warranties related to the code, or any service or software related thereto.
NetSuite Inc. shall not be liable for any direct, indirect or consequential damages or costs of any type arising out of any action taken by you or others related to the sample code.

No comments:

Post a Comment