Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hello All,I'm seeking your help to understand how I can prevent people from generating thousands of "" when they edit the text in our corporate modular template.I settled the editable areas in order to contain only the text, but, as soon as my colleagues start to editing, this below is what happens!...
Hello All,I'm trying to set a default value to my velocity script but seems I'm doing mistakes coding the script but I don't know where I'm doing wrong.The script is cutting the abbreviation from the sales person name, if empty we want to display another value. The code returns an error:#set ($accou...
Thank you so much for guides! I need to do more training on velocity script, and I'm happy to learn from the bests!
Hello Sanford! Thanks a lot for your reply!Do you think we can continue now?#set ($string = ${lead.Account_Owner__c})#set ($var1 = $string.replace("/\(\w+\)/", ""))This is the Account Owner Without Abbreviation: $var1#set ($string = ${lead.Account_Owner__c})#set ($var1 = $string.replace(/\(\w+\)/, "...
We want to have FirstName LastName (Abbr.) displayed as FirstName LastName.I'm trying with regex but is not working, I'm new in velocity, and I would like kindly ask what's wrong in the script:I tried this version:#set ($string = ${lead.Account_Owner__c})#set ($var1 = $string.replace("/\(\w+\)/", ""...
Hello Ari,Thanks for your kindly reply, I'm speaking about OOB report with few filters and a very simple structure.I run the report this morning and it is still running, 15 minutes without any response it's really annoying...really not happy about this service, I opened this discussion to see if oth...
Hello All,Marketo is a great platform but when I have to run a report I cry a river!Each time I create a report I have to wait for 10 minutes at least! One single report 10 minutes it's too much time ah?How I can have a report without waiting so long?Thanks,Cris