My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
-
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 -
Re: August 8, 2024 | Pop Quiz
Subscription Plan1
