Minha área
Carregando
Comentários
-
Greetings @User_Q9SHI, Can you try using ${tranline.inventorydetail} (sublist field) and ${record.createdfrom.total} (body field) to print the Inventory Detail and Price (total) respectively? Make sure that the Inventory Detail column is shown in the Items sublist of the source Sales Order for the inventory detail to be…
-
Greetings @MJ NCO, For your particular concern, it is recommended to file a case to NetSuite Customer Support since they have the tools to investigate and analyze problems with email/sms infrastructure side. Hope this helps. -Jack
-
Greetings @Benoit Cavailles, To confirm my understanding of your goal, you need to create a Custom Segment/Field where you can select from the Employee records in the account. Is this correct? -Jack
-
${credit.amount} cannot be printed without the following list iteration: <#list record.credit as credit> ... <#-- ${credit.fieldID} can be only printed within here --> </list> or outside of it because it is how sublist fields are printed. For more information, refer to the following Freemarker documentation: -Jack
-
As mentioned in my previous post, 'bill to address' is not yet available for Advanced Templates. -Jack
-
Greetings @User_Q9SHI, To add Credit Memos to the Customer Payment template, a separate table for it should be created similar to the existing Apply Table that shows the invoices. Here is a sample code snippet of the Credits Table for reference: <#if record.credit?has_content> <table class="itemtable" style="width: 100%;…
-
Greetings @nag_m, Thank you for posting a new inquiry in NetSuite Support Community. Tagging our guru @Camille Cagalingan-Oracle who might be able to help you out on this one. To others who have any ideas, feel free to share them here. -Jack
-
Greetings @jshuster, As of now, there is no setting to change the option name nor display a reference to another field in a Custom Record Dropdown/Multi-select Custom Field. Only the record name or number (if the Name field is disabled) can be displayed. I haven't found an existing Enhancement Request about this, so feel…
-
Yes. Currently, the method I showed in my previous post is the only way since the option for a text type criteria allows only one value to be set unlike multi-select or list criteria.
-
Greetings @User_Q9SHI, ${record.address} seems to be an invalid reference that does not pull any data and can be safely replaced/removed. This could be a placeholder reference for the Customer's Default Billing Address that is not yet available for Advanced Templates but can be printed using Basic Templates. Note: Deleting…
-
Testing further, you can also set the same text type criteria multiple times like in the screenshot below: Result: If you find this reply to your question useful, others might be as well. By clicking “Yes” on “Did this answer your question”, you’ll be able to help the community find the solution much easier and faster…
-
Apologies for not so soon update @David Levinson. I have tried your formula and it works well on my end. To obtain the same result without using a formula, assuming that you only need the Invoices that currently have 'Paid in Full' status, you can use the Status criteria and set it to Invoice:Paid in Full. See sample…
-
Greetings @mandry, Currently, the only workaround to check Multiple Select Fields in Workflows is to use a Workflow Action Script. Refer to the SuiteAnswers Articles below for more details: 38449: Creating Workflow Action Scripts (SS1.0) 49266: SuiteScript 2.0 Workflow Action Script Type (SS2.0) The following Enhancement…
-
Greetings @User_Q9SHI, We would like to request the following additional information for testing: By 'deposit', are you referring to Customer Payment records (Transactions > Customers > Accept Customer Payments > List)? In Home > Set Preferences > Transactions subtab > Printing section, is the Print Using HTML option…
-
You're very welcome @Jay Schwausch! Glad I could help ? -Jack
-
You will be able to save the template by clicking the Save button on the error dialog. See screenshot below: -Jack
-
Greetings @Jay Schwausch, Testing on this, I was able to reproduce your concern. However, the error can be ignored and you can proceed on saving the template. The PDF will be generated without any errors when you try to print using the template since the syntax is correct and the data processing is valid. With the behavior…
-
Greetings @David Levinson, We would like to request the following additional information for testing: What is the type of the Custom Field on your case (e.g. Free-Form text, Currency, etc.)? Can you post the formula that you used as workaround? -Jack
-
Greetings @farrago, We would like to request the following additional information for testing: What is the type of the field that you need to update (e.g. Free-Form text, Currency, etc.)? Is the Store Value option enabled for the field? On what record(s) is the field applied on? -Jack
-
Greetings @Vernita, Thank you for posting a new inquiry in NetSuite Support Community. Tagging our guru @Shamaine Chan-Oracle who might be able to help you out on this one. To others who have any ideas, feel free to share them here. -Jack
-
Greetings @User_HPB3I, Upon checking, the Expenses sublist cannot be removed from the Form yet. The following Enhancement Request has been filed for the possibility of future implementation: Enhancement 154994: Transactions > Purchases/Vendors > Purchase Order / Item Receipt>Customize: Be able to remove expense tab on the…
-
Greetings @jmack_admin, Since the Custom Form field is only accessible on Edit mode and the Set Field Value action cannot set values in View mode, the only solution for your requirement is to use a Workflow Action Script or a User Event Script with the code that adds the button, the code that directly sets the Custom Form…
-
Since the SuiteAnswers Article linked on the thread I specified is no longer available, here is a copy of its contents: Scenario Downloading files in PDF using Google Chrome was actually previously filed as a Defect but this has been ruled out by our Engineers as a standard behavior of the system for that browser. The…
-
Greetings @Sophie Sk, This question has been asked before by another user in the following thread: .nl instead of .pdf If you have further inquiries, please let us know. If you find this reply to your question useful, others might be as well. By clicking “Yes” on “Did this answer your question”, you’ll be able to help the…
-
Thanks for the information @rtaylor3454. I found the following SuiteAnswers Articles that could be the case on your end: 47808: Remove Lock from Custom Item Field in SuiteCommerce Advanced 37891: Unable to Edit Custom Fields Assigned As Field Sets or Sort Fields in SuiteCommerce Advanced Let us know if the solution…
-
Hi @rtaylor3454, Was the Custom Field being shown as locked installed from a bundle? To confirm, refer to the sample screenshot below: -Jack
-
Greetings, Just a minor correction in the SuiteAnswers ID provided by @Tafara. The correct one is 14021. -Jack
-
Greetings @Pierre_Plourde, Thank you for posting a new inquiry in NetSuite Support Community. Upon checking, the highlighting feature is only available currently on the Drill Down/Detail View of the Saved Search result. It is not yet supported on Summary View. The following Enhancement Request has been filed for the…
-
Glad to hear that @Carissa. Hopefully, it works throughout your testing ? -Jack
-
Hi @Kenny Wise, For starters, we recommend the SuiteFlow User Guide available on the following SuiteAnswers page: 50287: User Guides The user guide is a PDF document (SuiteFlowUserGuide.pdf) that you can download with comprehensive information on the usage of the SuiteFlow feature. This document is updated for every new…