Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
@SameetShah ,This is pretty commonplace. It's not really about blocking and unblocking however. An easy way to do this is:Turn off the implicit sync between SFDC and Marketo.Include the score and marketing owner in your CSV file that you use for the list import so they get set to the initial values...
@jinawatson,wildly frustrating isn't it when stuff like that happens. What pod are you on? Do you swap between multiple instances within the same browser profile? Have you tried the usual suggestions such as:Clear cookies and cacheTry it in incognitoTry a different browserCheersJo
@Christine_LeBla,yes, you'll need to create new fields. If you're worried about 'clutter' in your Marketo database, give the fields generic names, and use the description to note what they are being used for, and on what date they stop being relevant. That way you'll know when they can be re-used...
@Guitarrista82,Can you step back from the screen shots and technical stuff and give a clear business synopsis of what it is you need to achieve.CheersJo
@Liz_Nguyen1 ,hopefully the guidance provided has got you over the line? CheersJo
I was just experimenting with this, and about to post. My gut feel is that @Karen_Vuong you were doing this 'back to front' and trying to hide the field under certain circumstances? @SanfordWhiteman is completely correct. The show rules are implicitly 'or'.
@SanfordWhiteman, quite. I was feeling generous rather than contentious (I know.. strange), so I just gave the answer rather than pushing back. 🙂
@Liz_Nguyen1 ,try something like this:if (!window._zi_fc) {window._zi_fc = {}}window._zi_fc.onMatch = (data) => { const fullFormCountries = ["Italy", "Germany", "France"] if (fullFormCountries.includes(data.country)) { console.log('User located in a full form country'); RegardsJo
@jay2 ,which language are you developing in?You shouldn't really need to worry about the checksum, but regardless knowing your dev stack will help immensely.RegardsJo
@cierac ,this isn't a Marketo issue. It's an HTML and CSS issue.There are two issues:Your table:As a quick fix, search for width="1200" in your table. Remove it, and put width:100%; into the style (more elegantly, move it into a class, but that'll work for now). Your Carousel:Find the CSS class sl...