-
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
Useful Salesforce Steps and Instructions - Part 2
Hello All, Welcome to another part of Useful Salesforce Steps and Instructions. The provided below steps will be very useful for you while working with…
A Complete Introduction to Heroku
There are still minutes when I specify Heroku just to be met with a blank gaze. Which is really awful on the grounds that Heroku…
Popular Salesforce Videos
Introduction to Asynchronous Apex In Salesforce
Here is the first video on Asynchronous Apex where you get a bit idea of why to use and why there is a need for…
Pardot vs Marketing Cloud: What's The Difference?
There are different functions of each Salesforce product according to the use cases. Many businesses get confused between Salesforce Pardot and Marketing cloud. Pardot is…
Do you need to learn Salesforce Admin & App Builder if you want to become Salesforce developer ?
5 reasons why you need to learn the Salesforce Admin and App Builder even if you want to become or you are a Salesforce Developer.…