How to check whether custom field exists? | Community
Skip to main content
September 9, 2013
Question

How to check whether custom field exists?

  • September 9, 2013
  • 3 replies
  • 1165 views
Hello,
i need to check whether custom field is defined in the system.
I know if I fet lead by getLead, it returns only fields that are not null. Also at the check time I dont have specific email,
so I'm intersted in request that returns Lead metadata.

Thanks.
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

September 9, 2013
Have you tried the describeMbject call on the lead record object? 
September 9, 2013
Jim is correct if you want to get the list of fields via API.  You can also export the API accessible fields in Marketo->Admin->Field Management->Export Fields
September 9, 2013
got it,
Thank you!