プロフィール
コメント
-
Following re: licence implications of Advanced Partner Centre.
-
I will add that on Windows systems, the alternative to right click then open in new tab is to center-click (click down on the mouse wheel or center button). That does the same thing as right clicking and selecting open in new tab.
-
I can confirm I get the same error with JRE 8 and JDK 11 installed. The answer I got from NS support is that the Eclipse plug-in is in the process of being deprecated, so they will not upgrade it to use TBA (which is the core problem here: it is trying to upload using user credentials using a WSDL version of 2021.1)
-
Hi @Sampath Kumar Rudra, Have you tried running the script through the script debugger to see the members of the oldRecord object? Thanks, Pierre
-
Hi @Vernita , Glad it worked out. Yeah, if you are looking for the earliest, your starting date has to be later than the latest possible date. Thanks, Pierre
-
Hi @Sampath Kumar Rudra, Is the error happening when you are trying to EDIT an existing record, or only on COPY or CREATE, where scriptContext.oldRecord is null? Thanks, Pierre
-
Hi @Vernita , Here is a code snipped I would suggest (I have placed comments where I have removed code not relevant to your question): <?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE pdf PUBLIC "-//big.faceless.org//report" "report-1.1.dtd"> <pdfset> <#if statements?has_content> <#list statements as statement> <pdf>…
-
Hi @Vernita , I'm sorry: I should have paid more attention to your variable name. Of course "highestQuantity" implies a maximum. In any event, the issue is the same: you want to iterate through the line items and use any algorithm you want to determine the max. Perhaps something like this: <#assign highestQuantity = 0>…
-
Thank you @Jeff Pineda-Oracle . This does help. One additional note: it is not clear from the help files that both CLI versions (for Node.js and for Java) can coexist on the same machine. Turns out they can, since the command line name is different (suitecloud vs sdfcli). I would recommend a note to this effect be added to…
-
Hi @Vernita , I am sure one of the Gurus will have screenshots to supplement, but the basic gist is this: To create the variable, you use the #assign FreeMarker directive, like so: <#assign highestQuantity = 0> Since the template is processed sequentially (think like old BASIC programming), you will need code in the header…
-
Hi @Jeff Pineda-Oracle , Thanks for the answer. I tried looking in the Help Center article "SuiteCloud Development Framework XML Reference" for the structure/scheme of the features.xml file, but I don't see it listed there. Is there a reference for that file? Thanks, Pierre
-
Hi @Pauline Joy Cac-Oracle , Unfortunately, using Basic printing is not an acceptable workaround for us. We rely heavily on the advanced templates for if/else and switch/case statements to customize the output based on the items that are on a given transaction. All our transaction types use advanced templates; not a single…
-
Following as we have the same question/concern.
-
Hi @Dominica Sevilla-Oracle , The process you outlined will certainly send all the invoices in a single shot, but they will still be separate PDF attachments, will they not? My read of @User_MVXFS 's query was that their customer does not want to have to open 20-30 separate PDFs. Thanks, Pierre
-
Hi @User_MVXFS , Have you looked at the Invoice Grouping feature? That would seem to fit the bill, unless you have a complicated customer hierarchy or use basic projects. Thanks, Pierre
-
Hi @PaulFleetwood , I have experienced the same issue, but had not given it any thought to the cause, so thank you very much for this. I will remove the saved password for our account URL, but certainly if there is a fix that would allow the password saving without causing this bug, I would be interested. Thanks, Pierre
-
Hi @Joy Noreen Magoling-Oracle , We have a related issue. On the Picking Ticket (we use a custom transaction form as well as a custom Advanced PDF/HTML template), the kit item itself shows up along with the components. This makes sense from the perspective that, in our use case, what the warehouse staff will pick are the…
-
Hi @User_8FFLQ , My suggestion would be to use the workflow to remove the standard Print and Email buttons. I have not tested, but I think that should do it. Not sure, however, what happens if the Print or Email actions are set to be in the Menu vs a Button on the Custom Form definition. Thanks, Pierre
-
As I understand from our developer consultants, the plan is to eventually deprecate the SuiteBundler in favour of the SuiteCloud Development Framework (SDF).
-
Following, as we are looking at implementing this feature shortly and will likely need to do the same thing.
-
Hi @User_59IYG Avidan, As far as I know, you would need to copy it to your Production Account, or to another account you control (such as a Dev Account) first, since the refresh is a complete copy of the Production copied over and overwriting the complete Sandbox. Thanks, Pierre
-
Hi @Joy Noreen Magoling-Oracle , Thank you, but that was not my question at all. I am well aware of how to populate the Purchase Description field on the items, etc. The question is about using a Description Item (a type of item), not about populating the Description field on a different item type. Thanks, Pierre
-
Good morning @Joy Noreen Magoling-Oracle and @John Griffin . Worked with NS Support and it turns out the problem was that we did not have the General Preference to allow per-line Departments and per-line Classes enabled. Enabling those preferences fixed the issue. NS is looking at amending the help pages to specify that…
-
Hi @Joy Noreen Magoling-Oracle , I have confirmed that the error persists using the Standard Form, and yes the custom form we were using has the Location field in the body and in the line items. Thanks, Pierre
-
Hi @Micah Timbol-Oracle , I note that article is for SuiteTax, which we do not have enabled in our account. Is there an equivalent article for legacy tax? Thanks, Pierre
-
Following, as we have the very same problem. I am about to start development work on a custom solution involving a script to populate a JSON field, and logic in the template to read that JSON field, but if there is a simpler solution, I am all ears. Thanks, Pierre
-
Following, as we have the very same problem. I am about to start development work on a custom solution involving a script to populate a JSON field, and logic in the template to read that JSON field, but if there is a simpler solution, I am all ears. Thanks, Pierre
-
We use a customized solution from Prolecto Resources Inc. (www.prolecto.com). Not sure if Marty Zigman is on here or not, but he is the man.
-
Hi @Jack Daryl O Espiel-Oracle , Thank you for your reply. Except it is not accurate. At least since 2019.2 (when I started using NetSuite), Highlighting can be done both on the Detail drill-down, and on the Summary view. On a Saved Search record, under the Highlighting Subtab, the Highlight if... Sublist sets out the…
-
@mayurS : Listen, we are all trying to help each other here and do our best. Perhaps going back to first principles will help: the Administrator Role has full rights over all aspects of the NetSuite account, including the ability to create, view, edit, and delete any and all records, even those of another Administrator. It…