-
How to find that a field is not supported in Salesforce Metadata API?
I have the Order Status field in the Order. Object file defined simply as follows:
<fields>
<fullName>Status</fullName>
<picklist>
<picklistValues>
<fullName>Draft</fullName>
<default>false</default>
</picklistValues>
<picklistValues>
<fullName>Activated</fullName>
<default>false</default>
</picklistValues>
</picklist>
<trackHistory>true</trackHistory>
<type>Picklist</type>
</fields>I get the error:
Order.object: This standard picklist field not supported in metadata API
Log In to reply.
Popular Salesforce Blogs
Market your Brand Like a Superstar with New Salesforce Marketing Cloud March 2020 Features
For all Salesforce lovers, New Year celebrations begin only when Salesforce release their product updates. So, it is Happy New Year for us all as…
Popular Salesforce Videos
Get Started with Salesforce Functions
This session will introduce you to Functions, discuss common use cases and help developers get started with local development and any scratch org. If you…
Data Loader Alternative | Export and Import Data Using Salesforce Inspector
Find out how to export and import data using Salesforce Inspector, a very useful alternative to traditional data loader. watch this video and learn all…
How to Create Custom Field in Lighting Experience | Salesforce
Fields you create on standard or custom objects are called custom fields. You can create a custom field on the Contact object to store your…