SOLVED

Re: field type definitions

Go to solution
Anonymous
Not applicable
Where can I find a description of all the field types in Marketo?
Tags (1)
1 ACCEPTED SOLUTION
Anonymous
Not applicable
I don't think there is a document, but the list is below, with my notes:
  1. Datetime - For a date & time
  2. Email - Email address
  3. Float - For numbers with decimal values
  4. Formula - See here: https://community.marketo.com/MarketoArticle?id=kA050000000Kyp3CAC
  5. Integer - For whole numbers
  6. Percent - Percentages 😉
  7. Phone - Phone numbers, functionally I think this works like text
  8. Score - Scores, which are whole numbers
  9. String - Shorter text
  10. Text Area - Longer text
  11. Url - Functionally like text, but web addresses

View solution in original post

12 REPLIES 12
Anonymous
Not applicable
About the multiple options. Let's say you wanted wanted to ask about product interest:

Product A
Product B
Product C
(check all that apply)

Each Product would have a checkbox by it on the form. The way you'd do this is make three fields of type checkbox, one for A, B, and C.
Anonymous
Not applicable
No, if you make a Marketo field it doesn't automatically make a field in SF. Any fields you make in Admin under Marketo would be Marketo only fields.
Anonymous
Not applicable
Just added a page to developer documentation that describes field types:

http://developers.marketo.com/documentation/faq/field-types/
Anonymous
Not applicable
Can you explain how to make "several checkbox fields (one per choice)"?
Anonymous
Not applicable
So if I make a custom field in admin under field management it will not synch to SF automatically?
Anonymous
Not applicable
"All that apply" is a little tricky. Usually the best way to do it is to actually make several checkbox fields (one per choice).
Anonymous
Not applicable
No, just make a Marketo custom field in admin under field management. No need to do anything else on the SFDC sync side.
Anonymous
Not applicable
And how can I set up the question/answers so that respondents can select one than one answer (all that apply)?
Anonymous
Not applicable
Thanks Erik. So in order to not have this custom field synch with SF I selected the checkbox "Block Updates from Salesforce Synch", is that correct? Anything else I need to do? 
 
Anonymous
Not applicable
We don't really have the same kind of picklist concept. Just use a string field and set up the values in the Form itself.
Anonymous
Not applicable
thank you Erik!

Can you also tell me where I would go to get info. on creating new answer choices or picklist values for a new custom field in Marketo? Note: I'm creating new custom fields for an event that will not get synced with SF.

Anonymous
Not applicable
I don't think there is a document, but the list is below, with my notes:
  1. Datetime - For a date & time
  2. Email - Email address
  3. Float - For numbers with decimal values
  4. Formula - See here: https://community.marketo.com/MarketoArticle?id=kA050000000Kyp3CAC
  5. Integer - For whole numbers
  6. Percent - Percentages 😉
  7. Phone - Phone numbers, functionally I think this works like text
  8. Score - Scores, which are whole numbers
  9. String - Shorter text
  10. Text Area - Longer text
  11. Url - Functionally like text, but web addresses