Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thanks for the insight Sydney, I completely forgot that Leads in SFDC do not have Accounts associated with them like Contacts. So is there a way we can score leads depending on Company (Revenue, # of Employees, etc) in Marketo?We want to qualify B2B leads depending on the company revenue, # of emplo...
Hey Sydney,Yes, I'm referring to the fields Marketo designates as Company.We're just in this weird limbo where we're using both SFDC and Marketo at the same time without SFDC sync enabled at the moment. We wanted to use Marketo as soon as possible and we realized that our SFDC needed a new data mode...
I understand that Accounts in SFDC are synced one way to Marketo (as in you can't create Accounts through Marketo, however if I make a change in SFDC to an account then it will display for the respective leads that are a part of the Account).We currently are in the process of mapping fields to turn ...
I was sending the wrong keys (case-sensitive) ....thanks!
Hey Marketo Nation!We have a HTML form (with our branding guidelines) that we submit via JavaScript using the Forms API.We have two Fields we created called 'Relocation' and 'UScitizen' that are of type Boolean.I add the values to the form using .addHiddenField() method of the Forms API, but I can't...
Thanks for your help, just talked to our dev team and we can enable CORS for the service we created.UploadCare would be nice, but we didn't want another repo to use just for this functionality when we already have an AWS subscription.
Would there be a way to submit the form from the server instead of using JavaScript? We are doing the file upload server-side due to CORS.
Well we needed to store a file (resumes) somewhere and store it with the lead. So what we did was we created a REST call that passes the file and stores it in our S3 bucket, and returns the URL.So what we want to do is store the URL of the file in our S3 bucket in a field with our lead. What would y...
Hello Marketo Nation!We are planning to create leads using the REST API. We have a custom built form (using our branding guidelines) and we will be creating the lead from the data from our form.We want to distinguish our leads depending on which form that the user filled out. Is there a default Fiel...
Thanks Greg and Sanford for the insightful information! I think we will end up storing the document in a S3 bucket (since we already have a subscription).