-
I’m currently working on a Suitelet script in SS2.0 and am encountering an issue with returned search values. I’ve seen …
- 2K views
- 4 answers
- 0 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
-
0 I’m trying to load sprintf library into my scripts. https://github.com/alexei/sprintf.js/blob/master/src/sprintf.js I uploaded the library into my file cabinet to SuiteScripts/Modules/sprintf.js If I load …
- 3K views
- 1 answers
- 0 votes
-
I need to default my ship address to the location on a sales order. I know I can script this, …
- 1K views
- 4 answers
- 0 votes
-
For searching large sets of data, which would be faster, using the query module or the search module? Thinking …
- 2K views
- 0 answers
- 1 votes
-
For saved searches filters are defined as arrays or arrays of arrays if you use complicated “AND”, “OR” operators. In …
- 1K views
- 1 answers
- 0 votes
-
I am trying to make a dashboard for my SuiteApp but the portlet code provided in the help section is …
- 962 views
- 0 answers
- 0 votes
-
Hi All, How Can I write a userevent script to Budget record type ? Or How Can I create a …
- 2K views
- 2 answers
- 0 votes
-
Hi all, My basic goal is to create a “backward” Transfer Order for a Transfer Order given. So, just need …
- 3K views
- 1 answers
- 0 votes
-
Overview: I’m working on Netsuite 2019.2. Using Suitescript 2.0, I’m requested to create a VendorPayment record. I used the ‘N/record’ …
- 3K views
- 1 answers
- 0 votes