My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
-
Re: September 11, 2024 | Question of the Week
True1 -
Re: Cannot move fields in subtab
I just found the reason: Field groups need to be created before you can click into the subtab on the form customisation page1 -
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
