Sorry, in a bit of a haze today.Would I need to take the code you provided and change the $objectList with my$account_cList and replace the specific number format with $number.curr...
Oh, $balance is CO property.I'm not entirely sure I follow. There isn't necessarily a mathematical connection between the three for the purposes of this project.The percentage woul...
Yes, those are the two areas of interest.$creditLimit is your favorite, currency... (I know, I'm still working on a plan to transition them. trying to find a solution that doesn't ...
I'm working on a project for members who use our HELOC product. the issue I'm having is the information I need to write from is coming from a custom object and not from the lead re...
So I have this code:#if( $lead.autoPreApprovalNewRate.toString().equals("") )
#set( $lead.autoPreApprovalNewRate = 0 )
$number.number( $math.sub($lead.autoPreApprovalNewRate, "1") ...
Is there a reason that the dash would display/render when it isn't coded, yet it would show the code instead of the emoji that was q-encoded?to me, it feels like it should render t...
An update... apparently using an en-, or em-dash in the subject line causes the emoji to not render. I don't know why, but those two marks specifically cause the code to display in...
I need help.In the past, I had used converters to program emojis into the subjects of my emails.For example, I've used these converters in the past:https://blog.teknkl.com/yes-you-...