-
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
Drive Financial Growth with Sage Intacct Consulting Benefits
Businesses must keep ahead of the curve in an ever-changing business climate by using the appropriate solutions. Sage Intacct, a financial management tool designed to…
What should you hire Salesforce Consulting Services?
In this case, Salesforce consulting services are relevant. Salesforce consultant companies will help businesses resolve any issues and provide them with the best-in class solutions to fully…
Salesforce Outlook Integration: The Stepping Stone To Boost Your Sales Productivity
Communication has always been a crucial part of our life; without it, there is no way we can share ideas and might impact collaboration among…
Popular Salesforce Videos
Create Custom Object and Tabs in Salesforce Lightning Experience
In this video, Sanjay Gupta Tech School explains how to create custom objects and tabs in Salesforce Lightning Experience. Watch this video and learn all…
Solving the Fizz Buzz (SSJS) in Salesforce Marketing Cloud
Cameron Robert from Datarati uses 2 different approaches to solve the Fizz Buzz programming challenge using SSJS Salesforce Marketing Cloud. What you'll learn: » How…
Salesforce Integration | GET Method - Part 2 | Salesforce
Salesforce integration is the process of merging the data and functionality of Salesforce with another application to provide users with a single unified experience. It…