
Dynamics portal appears to only prepend the currency symbol when there is a value in the field. I have tried using the following but it duplicates the currency symbol if the field is already populated.
$('input.money').parent('div').addClass('input-group').prepend('<span class="input-group-addon">£</span>');
I don’t want to have to check each currency field to see if it's null in order to prepend the currency symbol
Your advice would be great :)
*This post is locked for comments
I have the same question (0)Hi Gman
I saw thread on adxportal explaining this workaround earlier for v7 for this.
community.adxstudio.com/.../60a022d5-89a9-e511-9404-000d3a10c026
I would question the requirement why do you need tho show symbol if value is null for currency fields as this mirrors CRM behaviour i.e if you do not have value of currency field on record it appears as null
Regards
Sumit