How to read the custom fields on a lead from API. The readonly property on the field is set to false in the describe API result for the lead information. Is there a way to change this and be able to read the custom fields from the API call?
Solved! Go to Solution.
Read only only means that it cannot be updated. You can retrieve any fields listed in a describe call by passing them in the corresponding 'fields' parameter for your query.
It works. Thank you Kenny:)