Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
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...
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...
Yeah, sorry I wasnt more clear. it would affect other dynamic content if I made it static which is why I hesitated to do so.If you don't have an answer, I don't think there is one
To be clear, I am trying to segment based on location, my concern is if I do that, it will change all of the ones (event the ones I don't want to revert) to static. Is this not the case? I don't want to do something that will create more work.