Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
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...
The goal is that this token would identify the credit limit for the specific product(s) using the product types (which are also in the account file) vs a random product credit limit number. Does that answer your question?An example: I want to know someones credit limit for a heloc (in this case) tha...
I've been tasked with creating a campaign that is requiring velocity scripting. I thought I would know how to find the data, but I'm not able to.So far I have the following:#foreach( $list in $account_cList )#if( $list.listID.equals("CreditLimit") )#set( $targetList = $list )#break#end#endThe ...
So this got back burnered with other priorities that came up but has come back around. Let me know if I should start a new post with this, or if it's okay to continue on the one from before.So no, to answer your question, this doesn't need to be pre-created combos. I would just need to output the se...
I would love to have the ability to click on a block of dynamic content and return it to the default value without having to turn the whole thing static. Where it shows you the green checkmark to indicate that the section is using dynamic content... it would be great to be able to select it and say ...
haha good to know. I'll see what we can do about changing our currency fields to strings so that we can do that as it looks unsightly... and someone I respect says it's better anyways
Makes sense. Another question on a similar topic for this campaign I'm working on. Right now we have currency values being pulled over via token, but there are no commas. so for example if I were to pull the token for a rate, it would come over as something like 1000 or 5000 is there a way I can say...
Yeah, this is why I asked. This isn't how I wanted to go about it, but it seems like for it to get done, it has to be via some math operation in Marketo and this was the cleanest thing I could find.The list that these are going out to are all have a value for this field. So hopefully it's not a pr...
Hello all,I'm hoping I can get a little help with some Velocity scripting. Essentially I I have a token that populates for certain people and I am trying to reduce that rate (it's a token) by either .25 or .50. doing some research and I found this site (Velocity Math Tool: Subtract : MathTool « Velo...
I'm hoping I can get a little help with something related.essentially I am trying to reduce a specific rate (it's a token) by either .25 or .50. doing some research I found the following to plug in:$math.sub($lead.autoPreApprovalNewRate, ".25")and$math.sub($lead.autoPreApprovalNewRate, ".50")and tha...