14
Points
Questions
4
Answers
0
-
Hello, I need to call a suiteLet from a UserEventScript (in after commit function). After a long period of search, …
- 6K views
- 3 answers
- 0 votes
-
Hey, While continuing my SuiteScript training, I noticed that there is no way to “wait” for one/many promises to …
- 901 views
- 1 answers
- 1 votes
-
Hi Everyone, I have a strange behavior on a SuiteScript ClientScript. Here is my code : define([], function() { // METHOD FUNCTION this._validateCouponCode = function() { if(this.fieldId !== ‘custentity_sdr_coupon_code’) return true; …
- 2K views
- 1 answers
- 0 votes
-
Hello, I would like to automate the creation of custom forms in NetSuite. As NS implementator, we often create the …
- 960 views
- 1 answers
- 0 votes