My Stuff
Comments
-
Below is the error we are getting: Custom GL Lines Plugin error due to a failed validation of script output: Transaction was not in balance. Total = -25.08
-
/** @NApiVersion 2.x @NScriptType CustomGLPlugin **/ define(['N/record', 'N/log', 'N/search'], function(record, log, search) { function customizeGlImpact(context) { try { var SAMPLE_CUSTOMER_ID = "5879"; var SAMPLE_ORDER_TYPE_ID = "1"; log.debug("GL Impact Script", "start"); var transactionRecord =…
-
We are using same code, but its not working. FYI information, we are using Suiscript 2.x
-
Happy Holidays
-
I am able to fix the error. I was doing wrong in command prompt while deploying. You can close this.
-
Sorry for some confusion. I said. I had already activated it before. But After making changes, when I am trying to reactivate the extension, I am getting this error.
-
Please check my comments on your question. Is the previous activation status is completed before you activate this extension? Yes, I was able to activate the same extension while creating it. But after making changes and deploy, I am not able to activate it again. Are there any changes recently to your account before you…
-
Bundle is 500777. Map/Reduce Script: SspLibrariesCompilerMapReduce.js Its the Bundle for Suitecommercestandard
-
Got it. Thank you.
-
They have files a defect and are working on that. Will update you once I have any update.
-
@Berkley Guse is that question for me?
-
same code working fine in SB. But not in Production. Also through UI, yes, we are able to create item fulfillment.
-
@Richard James Uri-Oracle I had a call with Support team, and found both Suitescript version has some limitation. Because of the taskid format differences in both version, the TaskID created in Suitescript 1.0 can't be identified in SUitescript 2.0 Seems we don't any solution as of now.
-
Got it.
-
I am using Schedule Script 1.0 to create the task. Below is the exact code: //Load File var fileObj = nlapiLoadFile(fileId); var fileName = fileObj.name; //Create CSV Import Task var job = nlapiCreateCSVImport(); job.setMapping(<SAVED CSV IMPORT ID>); job.setPrimaryFile(fileObj); job.setOption("jobName",…
-
Seems NetSuite Support team won't help me in time. Can anyone help me here?
-
The problem is CSV response file can't be found in File Cabinet. So, its not feasible to make it available without login.
-
Hope so.
-
@Richard James Uri-Oracle Sure. Will update, if get it fixed.
-
Any update?
-
Can anyone suggest some specific server types, that I can suggest to my client?
-
@Jack Daryl Espiel-Oracle Thank you for the clarification. Will be looking forward to use the feature in SuiteScript 2.0 .
-
Thank you. I have voted for that. Just wonder, if its already available in SuiteScript 1.0, is that very difficult to have same feature in SuiteScript 2.0? What is the need of voting to make that available? Can't NetSuite have this feature without voting? That's weird. Thank you. Asha
-
Thank you for your response. But problem is its a roadblock of our implementation.
-
Hello @Jack Daryl Espiel-Oracle Thank you so much for your input. But the solution you share won't help the recipient to know whether all records imported successfully or not. I am looking for options to get similar information as the system sends to user when CSV Import is done through Assistance. Like below: Type of…
-
@M.Lisa Thank you so much. But its not working.
-
I have already checked that, and its checked. Email is sent, when saved CSV Import is executed from UI. But from SCript, its not sending.
-
All fields are either Free-form text/Date/List-Record type fields.
-
I had tried that too. But it didn't work for me.
-
If below code is not working, document.getElementById('item_row_'+salesorderitems).style.color='red' then try to add a css style on a class and add that class to this element. But I would recommend to first check what are you getting in below code. var elementGrp = document.getElementById('item_row_'+salesorderitems); If…