Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
ok then is there a way to differentiate between these 2 opportunities when they are using the same fields? currently, that script is returning value for empty as well as not empty, because the custom fields inside these opportunities use the same field. What I want to do is if the stage for opportun...
I don't know why it doesn't show the image in my last reply, but this is what I have
Hi Sanford, I changed my code to what you suggested however it still doesn't solve the problem of differentiating the different opportunity lists #if( !$OpportunityList.isEmpty())#foreach( $oppty in $OpportunityList )#if ( $display.alt($oppty.Primary_Program__c.contains("Video Game Design and Animat...
is there a way I can loop it only for items inside the opportunity list which has the stage value set to "Documents Collection" because we have different opportunity lists inside the same lead and the only thing which differs is "stage"
Hi There, I am trying to write a velocity script to pull data from opportunity list items, but I'm running into an issue when a record has more than one opportunity - the script isn't differentiating between opportunities even though I'm adding the opportunity stage as unique identifying criteria.#i...
Thank you @SanfordWhiteman. I'll send it to our networking team and see if they can update the policy
Does anyone have an idea how to resolve the ERR_NAME_NOT_RESOLVED error? Already did a DNS flush and the error still persist. Is there another way we can load the /js/forms2/js/forms2.min.js This issue is only happening for some users however one of the users is from our web development team.Page U...
Hi There, I hope someone can help with this. I'm using the code below, to pass the values from our custom HTML form into Marketo, it works fine for most cases. However, I do see sometimes the form creates an empty lead and some leads don't show up in our Marketo instance. Can someone please advise ...