My Stuff
Comments
-
Hello @User_7SHIP , NetSuite Release Preview should not have limitation on integration as well as OpenAir Sandbox, just note on the account id difference. You can refer to "Release Preview Test Plan" in HELP for NetSuite or OpenAir to see all limitations. Also beware OpenAir Release Preview does NOT support integrations.
-
Hello @3957432, If you need to add extra page and you are ok to have fixed terms in template there is one elegant solution with utilising Freemarker <pbr/> tag .That will ensure there is always this extra page added. Sample code snippet to add simple extra page to each printout: </tr></table> <pbr size="A4" /> <p>TEST…
-
Nice guide @"Jack Daryl Espiel-Oracle", I would add that for users that would like to have this build into UI there is Enhancement #284616 Advanced PDF/HTML Templates > Add Audit Trail and Versioning history / switch into Template Editor
-
Hello @"aedelrosario", Such option is unfortunately not documented / supported. Closest enhancement on this topic is Enhancement 471430 : Development Account > Ability to copy existing data from Production or SandBox So if you need system level feature for purging / resetting to blank state best would be to request via…
-
Hello matteo.leggieri, If you use getDataCenterUrls what you need to do is to feed it proper account id to do the correct url lookup for you - try use it with 5435600_SB1 (yes "_" for account ids, the returned url uses "-" just to comply with URI standards) Mikko De La Fuente-Oracle is correct, nowadays you can see all…
-
This typically happens as you have a custom line field type of Decimal/Integer/Currency Number and have there some defaulting formula. (In your case you have {item.amount}) * You expect that system will source the corresponding integer value form the field amount and it would do as long as your formula is referencing…
-
The relevant enhancements to have more flexibility there Enhancement #155958 Transactions > Sales Order > Add ability to control "Printed Picking Ticket" field/flag (Enable reset on reprints) Enhancement #177552 Transactions > Sales Order > Print Picking Ticket > System Notes on Printing history (Track also subsequent…
-
Hello @"PaulFleetwood", Yes that is the Enhancement #32026 Transactions > Print Checks and Forms > All transactions (Packing Slips, Invoices) > Ability to show if a transaction has been printed before For printing Picking Tickets one could at least track the first print in System Notes on related Sales Order via "Printed…
-
Hello @"Srivalli Alapaty", I second @"SuiteSean" with the suggestion and also note that ?has_content can be tricky https://freemarker.apache.org/docs/ref_builtins_expert.html#ref_builtin_has_content It is true if the variable exists (and isn't Java null) and is not "empty", otherwise it is false. In NetSuite build-in…
-
Sorry to hear that @"JCirocco" , For such events I would recommend to note/print out the Customer Service hotline from SuiteAnswer 68846 : "What to do when unable to access NetSuite" * Note in advance also your NetSuite Account ID as you may need that for the phone IVR menu * Ideally set up and let it report by Authorized…
-
Hi @"MJPNUH", From NetSuite side you can get nice live visual overview on what endpoint versions are supported / working / deprecated on "API Version Usage" portlet after installing the free APM bundle SuiteAnswer 44050 : "Installing the Application Performance Management SuiteApp" SuiteAnswer 67398 : "Monitoring the API…
-
@"JohnRosa" as of today officially supported is still Eclipse 4.5.2 (Mars) where Neon has some code completion parts working it is currently not supported version. At least here you can check all the tips SuiteAnswer 22743 : "Automatic Code Completion in SuiteCloud IDE Plug-in for Eclipse" SuiteAnswer 82607 : "Code…
-
Hello @"rosse, " This should be now fixed in 19.2 via Defect #549513 - You can confirm it in Release Preview or if you have any account already on 19.2.
-
So I see that if you have used Custom Line Field TYPE = Currency and set it with Sourcing & Filtering SOURCE LIST = Item SOURCE FROM = Base Price System currently rounds the value as Currency type has 2 Decimal Precision for custom field. This is tracked under Enhancement #44937 Add ability to set the number of decimal…
-
Hello Kirk, I understand the frustration there. This was previously investigated with Product Engineering team and output is that this level / depth of referencing is not currently supported - hence likely the statement it is “expected to not work”. - It is very unfortunate the system actually process the first line item…
-
Hello @"GuyMahieu", In 2019.2 you can check if the new data source (Data Source = NetSuite2.com) will not ultimately resolve this for you. As of 2019.2, the new data source for SuiteAnalytics Connect is no longer considered a beta feature and is now generally available. The new data source supports NetSuite phased release…
-
Hello @"tompasto", If you need to use older data source (Data Source = NetSuite.com) Have you checked the SuiteAnalytics Connect – Read All Permission ? Sounds may fit your need of granting non-Administrator users expanded access just within the ODBC channel: As of 2018.2, the SuiteAnalytics Connect – Read All permission…
-
Currently this is not required. Here is what documentation says: Is SuiteAnalytics Connect access (ODBC or JDBC or ADO.NET) affected by mandatory 2FA?No. SuiteAnalytics Connect access is not subject to the mandatory 2FA requirement. SuiteAnswer 84048 : "FAQ: Updates for Mandatory 2FA"…