-
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

All You Need to Know About Reports and Dashboards in Salesforce
Dynamic Dashboard – An Overview A unique dashboard is a powerful device to break down business measurements for all intents and purposes. It permits organizations…

Rollup Summary for Account Hierarchy with Flow | Salesforce Developer Guide
Introduction Salesforce Account Hierarchies are great for modelling global organisations or large corporations with a complex structure and multiple subsidiaries. However, there is a catch…
Popular Salesforce Videos
Salesforce Lightning Tutorial | Salesforce Developer Training for Beginners
This salesforce developer training for beginners video is a salesforce lightning tutorial where you will learn introduction to salesforce, salesforce components, salesforce lightning, lightning vs…
Salesforce Marketing Cloud: Journey Builder Demo
With Journey Builder from Marketing Cloud, send your customers personalized, connected experiences to build lasting relationships with your brand. Watch this video and learn.
Engineer More Than Software at Salesforce
Salesforce engineers are builders. Together, we’ve created a platform that helps companies around the world connect with their customers. Driven by our commitment to trust,…