My Stuff
Review our AI Community Guidelines before posting AI-generated or AI-assisted content. Verify accuracy and include the appropriate AI disclaimer.
Action Required: Review and submit pending reconciliation matches before the NetSuite upgrade to avoid rework. After 26.2, unsubmitted matches will be unmatched. For more details, see SuiteAnswers 1047397
Comments
-
Since 50% of my scripts are still using Suite Script v1.0, so on Client Script I was using Ext.MessageBox.alert. As there is nothing like dialog.alert which is present in N/ui/dialog module I have tested it on chrome and edge, same result
-
For anyone who still did not find a solution, create the following user event on Time /** *@NApiVersion 2.x *@NScriptType UserEventScript */ define([ 'N/log', 'N/runtime', 'N/redirect' ], function(log, runtime, redirect) { function beforeLoad(context) { var tsid = context.newRecord ? context.newRecord.getValue({ fieldId:…
-
I think its a general issue, as I am receiving the same error now today
-
Only related to SuiteBundler Feature
-
My suite bundles which contains both SuiteScript v1.0 & 2.0 scripts and tons of custom field and custom records, and 10s of client using it, what would happen to them? Does deprecation means netsuite is not going to keep it updated and we can keep on using it for our existing bundles and customer can keep on updating the…
-
Additionally, in entryForm tag, how to represent timeentrycustomform for timesheet form?
-
Thanks, but this solution requires user intervention to enter key data in field created by form.addSecretKeyField. How can I go around without asking user to enter key data
-
In my specific case a suitelet is encrypting a text, and store it in a table. Then all the remaining suitelets & scheduled jobs are require to read the encrypted text to decrypt and use it for processing
-
Not able to find the SuiteIdea
-
Thanks for the response, I did get some more information that 1. Existing customers using SuiteBuilder bundles, would continue to do so, until netsuite creates a way to transfer them to the new deployment mechanism 2. There will be a new SDF SuiteApp that requries to be created compared to existing SuiteBuilder bundle, on…