Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I don't think it will be possible to open in a new tab/window due to browser security settings:http://stackoverflow.com/questions/19293014/automatic-open-pop-up-new-window-using-javascriptBut if you're ok with having them click something, you could use the open() method mentioned there.(stackoverflo...
Right - if the sync user does something which causes a workflow to make that change, for example, it will still show the action as being associated with the user, rather than the workflow. It's not Marketo playing a practical joke on you 🙂
Why aren't you able to use the "contains" function? Could you post a screenshot or two to help explain the situation?
I believe that will work - I just wouldn't use the same code on a different landing page, it might have an effect on your reporting. I'm not positive, though, I recommend testing it thoroughly.
Right - these are fields on the lead and contact objects, so you can't add them to an account or opportunity layout. In fact, you don't *have* to add them to the page layout of the lead and contact objects either - Sales Insight will still work if you don't. We just recommend that you do because it ...
Hi Scott,When you say you embedded the form - is this on a Marketo landing page? If so, did you do so by dragging a form onto the page from the list of elements on the right, or did you embed the form's html code?
Right, I believe it's dependent on where their user is located in the SFDC role heirarchy, and your sharing rules.
Assuming it's a Marketo form on a Marketo landing page, there should be a non-javascript dependent alternative form which loads if the lead has javascript disabled. Is there a particularly large volume of leads with js disabled going to your website? My understanding is that less than .5% of interne...
It sounds like you're looking for an appending field, so it's all kept in a single text field, but every time a new value is added, it gets stuck on the end. For example, if you have a field called Interests, and a lead has the value "Apples; Oranges; Bananas" for that field. Then if you want to ...