My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Please note that on Saturday, April 18, 2026, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 15 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
-
Re: September 4, 2024 | Question of the Week
option b1 -
Re: Advanced PDF show negatives in brackets
This code works: <#list record.item as item> <#if with_rate> <#if (item.rate< 0)>$(${item.rate?abs?string(",##0.00")}) <#else>${item.rate}</#if></#if>…2 -
Re: Why is the set field value on a customer deposit sourcing the wrong field from the sales order
Thanks @Tafara That is really helpful. I have ended up creating a client script instead which does source the field correctly: /** * @NApiVersion 2.x * @NScriptType ClientScript */ define( ['N/r…2 -
Re: August 14, 2024 | Question of the Week
getCurrencyRate1 -
Re: Search to see how many times a record enters a state in a workflow
Thanks @Jervin Nicholas Teopengco-Oracle That works! For the old records, I have updated the values using a CSV import and the values from the workflow history saved search1
