-
Running a commissionable item search via SuiteScript, unknown type?
I am crafting a SuiteScript user event to compute project commission amounts based on Estimates, in advance of sales orders/invoicing transactions. (We compute the real commissions at final invoicing via the incentive sales module, and it's working fairly well.) This sneak peek will be used by accounting as an early…
-
Customer statement generation via restlet to base64
Hello Suite people, i am working on customer statement generation via dynamics were API triggers the script and returns base64 string to decode to pdf. When i test via postman the base64 result string cannot decode, getting the following error The MIME of file was detected as “text/plain”, but the decoder displays it as…
-
non-AMD modules (jquery, blockUI) via @NAmdConfig
It is not possible to use non-AMD modules (jquery, blockUI) via @NAmdConfig ./configOPT.json when using ClientScript. We need to use jquery.blockUI.js non-AMD module, but the module is not loaded during the run. any advise or creative idea on how to do that?
-
Retrieiving Authorization Tokens from a third party
We are trying to retrieve an auth token from a third party system in order to pass Purchase Order's directly to their server. var headerObj = { "Content-Type": "application/json", "EnterprisesID": "Account#" } var getAuthToken = https.get({ url:…
-
Upcoming Change to Custom Segment IDs
This notice is to inform you of an upcoming change to the IDs used for custom segments in SuiteAnalytics Workbooks, SuiteScript 2.x Analytics APIs including SuiteQL, and SuiteAnalytics Connect queries. This change will provide consistency in how custom segments are identified across different channels. To prevent issues…