Minha área
Carregando
Comentários
-
Hi @RS_RS , can you try this? <#if record.item?has_content> <#list record.taxsummary as tax><#if tax_index==0></#if> Tax Code : ${tax.taxcode} </#list> </#if>
-
Hi @RS_RS , based on SuiteAnswers 64720 "Printing Transactions with Tax Information in SuiteTax" it looks like you have to loop through the tax summary table first like this: <#list record.taxsummary as tax> ${tax.taxcode} </#list> If you are sure that you should only have one value, the following might work: <#list…
-
Hi @Ehab Elboraey thank you for confirming. For now, the ability to include search filters/criteria is not available as a feature and is logged as an enhancement request in SuiteIdeas #465791 Saved Search > Advanced Template > Include Filters on the Printing Template.
-
Hi @User_K51C7 , you might try to take a look at the email header to find some more clues on what happened. Here are some references: ・SuiteAnswers ID 14695 "Determine Email Origin Based on Email Header Details" ・SuiteAnswers ID 72924 "Viewing Email Headers in Gmail" Here are some other articles providing insight to what…
-
Hi @Amjad Kasem , just adding on what Jervin already suggested, this information is available on SuiteAnswers 44536 "Printing Subsidiary Logo on Advanced Templates". Also looking at SuiteAnswers ID: 78139 "Standard Packing Slip PDF/HTML Template" ${subsidiary.logo} should be available for use in the source code as long as…
-
Hi @Ehab Elboraey , to show total you can use a variable within your Advanced PDF template source code and add values within the list loop. For example, something like this will show total amount and quantity. <#assign totalAmount = 0> <#assign totalQuantity = 0> <#list results as result> <#assign totalQuantity =…
-
Hi @3964709, the ability to use Advanced PDF/HTML Templates with Summary Saved Searches is logged as an enhancement request in SuiteIdeas as enhancement #647374.
-
Choice: C
-
Choice: A
-
Choice: A
-
Choice: B.
-
Choice C.
-
Hi @Dext3r, I also tried but there seems to be no freermarker built-in that can convert numbers to words in foreign language. In English we can use the following formula as default value on the custom field, to convert to words however it will still show English words even I switched to another language under Set…
-
Hi @SanjeevV, there seems to be an on-going issue involving rich text fields/email formatting. The reported problem looks like the screenshot you shared. This has been investigated, verified and the fix should be released anytime soon, likely within the day. If this is urgent for you, file a support case to receive more…
-
Hi @John Jacobs , there seems to be an on-going issue involving rich text fields/email formatting. This has been investigated, verified and the fix should be released anytime soon, likely within the day. If this is urgent to you, file a support case to receive more details.
-
Hi @User_KWM0A, maybe you want to try double clicking on the Oracle | NetSuite logo on the upper left of your screen to show the Performance Details popup screen? It might shows us a clue on what is causing the delay.
-
Hi @Kei inoue-mizu, I hope we can improve that by starting to engage more here in our community group. I know that many Japanese users search for answers here. I hope to see more users start being active here in our community!
-
Hi @User_KWM0A , I just tried on my test account and the performance was not bad at all. Maybe you can check if any of the following apply to your template? PDF template includes image of big size When image is uploaded on file cabinet, "Available Without Login" was not set Custom script are loaded upon printing Printing…
-
Hi @User_JN6ZZ , there are a few places to check. On the invoice, before saving ask them to check if Communication> Messages> To Be E-mailed is checked. Uncheck this if you don't want to send an email upon saving. This is defaulted based on preference set on Customer record> Preferences: Or a global preference in Setup>…
-
Hi @Elise M. , I can only think of using a bundle installation script. For testing, I was able to get the before and after version as follows: /** * @NApiVersion 2.x * @NScriptType BundleInstallationScript */ define(['N/runtime'], function(runtime) { function checkVersion(params) { log.debug('fromVersion',…
-
C. From SuiteAnswers 7619 "A text row can be used in a financial statement to display static text or to provide a blank row between sections."
-
Hi @Ted Stout , looks like there is no feature for this at the moment. The following are logged as enhancement request in SuiteIdeas. # 141758 Messages > Attachments tab > Add new file: Ability to change the way the Folder field is defaulted # 162418 File Cabinet: Provide the ability to choose a default folder. I hope this…
-
Hi @Elise M. have you tried checking the Bundle Install Base page? You can go to Customization> SuiteBundler> Create Bundle> List. On your created bundle, check the Bundle Install Base page. This should show you the list of accounts and their versions.
-
Hello @Kei inoue-mizu , welcome to the NetSuite Support Community! My name is Lea, and I am from the Japan Support Team. I specialize in customization and scripting. We currently do not have any Japanese speaking moderator on this community as of yet. My daily work is supporting our Japanese customers through support…
-
Hi @CMC_CC , Custom Actions create new buttons to reference custom client scripts. However, even if you create a client script, we do not have an API for you to save currently entered data to the record and combine it other actions. (See Enhancement 161254 in SuiteIdeas) To learn more about custom actions, here are your…
-
Hi @Vernita you use client script entry points: pageInit (SuiteAnswer ID: 44551) or lineInit (SuiteAnswer ID: 44555). PageInit is executed after the page completes loading or when the form is reset while lineinit is executed when an existing line is selected. You might find the sample script from the following SuiteAnswer…
-
B. Inventory Count
-
Hi @User_VZN29, sublist fields are accessible using Sublist Action Groups (Answer ID 70217) however this can only be used on Item Sublists. Your screenshot looks like you are trying to set Journal lines. In this case, you need to use SuiteScript. See the following references: ・Set Default Values in a Sublist (Answer ID…
-
Hi @John Robertson Sr. , you can use Setup> User/Roles> User Access Reset Tool just in case you wanted to clear security questions or unlock user's access for a particular user in the future.
-
D. SuiteAnalytics Connect