Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
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 would just limit how high $balance could be (based on the percentage of the equity in ones home). I just need the code to t...
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 disrupt current campaigns.)$description is a string. I'm not sure how it is. I don't see that under admin. Any advice on...
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 record. What I need to solve for is the following:I exported the list for the credit limit: ${account_cList}and previewed ...
Thanks for your help. Sorry for the delayed response. I didn't get the notification that you had tagged me.
So I have this code: #if( $lead.autoPreApprovalNewRate.toString().equals("") )#set( $lead.autoPreApprovalNewRate = 0 )$number.number( $math.sub($lead.autoPreApprovalNewRate, "1") )#end And when there is a value in the $lead.autoPreApprovalNewRate field, this works beautifully. The problem is if they...
Frustrating. Thanks for the explanation.
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 the emoji and the dash space be blank because it wasn't coded.
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 instead of the emoji. Hyphen works:en-dash doesn't:em-dash doesn't:
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-can-use-emojis-in-marketo-subject-lines/?marketo-nation=tools.bluestatedigital.com/kb/subject-line-assistantAnd they w...
I am setting up a program and need to display a closing date. We have a field in the lead record that indicates when the promotion ends. The problem is this date is padded because we may allow for stragglers to have an extension to take advantage of the offer. #set( $lead.autoPreApprovalExpirationDa...