-
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
Salesforce Apex Test Class Best Practices
If you’re planning to get a job as a Salesforce Developer one day, these testing principles are an absolute must learn! To get the minimum…
Top 10 Salesforce Winter '23 Release Features
The most awaited release of the year is finally here. The Salesforce Winter '23 release provides succinct, high-level explanations of improvements and new modified features…
How Salesforce Mobile App Can Help Your Business?
The traffic on the internet has been constantly shifting from desktops to mobile phones, and approximately 70% of active users on the internet are from…
Popular Salesforce Videos
What is Lightning Web Components (LWC) in Salesforce?
LWC is a collection of modern framework which has lightweight features and we can create a reusable code. Watch this video and let us know…
GS DevOps Mate: Your Free Flexible Toolkit for Faster & Smoother Salesforce Deployments
Our webinar about GS DevOps Mate: A free, open-source, CI/CD platform agnostic toolkit! Our host is Rohan Gore a Technical Architect here at Groundswell who…
All About Public Group in Salesforce
Public Group represents a custom group of users defined by an administrator. Users can be added to a public group individually, or based on their…