My Stuff
Community Articles: What Topic Should We Cover Next? Your idea could be our next feature—drop your suggestion now and spark the next big discussion!
Comments
-
use 'customlist' in the API, in this example 22 is the internal id of the custome list. Then loop on the result. In this example I just want to get the first one. var value = nlapiLoadRecord('customlist', 22); var getline = value.getLineItemCount('customvalue'); var getvalue = value.getLineItemValue('customvalue', 'value',…
-
As far as I know, there is no direct control to the attribute width for table columns created thru suitelet
-
I was able to script that 'new email' pop-out. Using combination of jquery, html custom field and suitescript API. You put a jquery call to the html custom field on before load: nlapiSetFieldValue("custbody_jquery", jquery(customerid)); function jquery(customerid) { var jquery = ""; jquery += "<script…
-
This one would work too: nlapiGetFieldValue("id")
-
This is possible. I've already created a webhook-restlet in netsuite project. I am mobile right now but will show how it can be done.
-
Work like a charm! Thank you so much!
-
We also have this problem login timeout, along with concurrency issue.
-
We have similar issue a while ago and spoke to Netsuite support. They confirmed that this is an existing defect and they are now working on the fix.
-
voted for this enhancement