-
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
Apex Trigger In Salesforce - The Developer Guide
Apex Trigger in Salesforce A trigger is an Apex script which executes before or after DML events occur. Apex triggers enable you to work on…
Salesforce Ecosystem, A Successful Philosophy
Since its inception, Salesforce has built its own success on the success of its customers. To ensure this, over the years, it has developed a…
The High-Tech Storefront: Managing Complex Software and Hardware Bundling in Salesforce Commerce
High-tech enterprises face a major shift in product distribution models. Traditional technology sales separated physical equipment from software systems. Today, corporate customers demand integrated digital…
Popular Salesforce Videos
Salesforce Einstein Prediction Builder and Einstein Next Best Action
Salaesforce Einstein Prediction Builder is a declarative tool that helps fast-track predictions based on Salesforce fields. This will help a Salesforce admin to custom-build predictions…
6 Best Salesforce Development Training Courses | Learn Salesforce Development Easily
In this video, I'm talking about the 6 Best Salesforce Development Training Courses that are available over Udemy for the novice or Intermediate Salesforce Developer.…
Salesforce Anywhere: Technology Enabling the All-Digital, Work-From-Anywhere World
While companies, governments and organizations are slowly returning to their offices, the COVID-19 pandemic has changed the future of work forever. In fact, nearly 70…