My Stuff
-
Re: Why is this client script not logging anything?
Thanks @Dext3r The issue was the number of scripts deployed to the record. There were already 10 scripts and this was the 11th Once the script was amalgamated with one of the other scripts on the rec…1 -
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
