-
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
Switching to Salesforce Lightning and Overcoming Challenges
Time is of the essence in a saturated business landscape, and getting ahead of the competition gives your company enough edge to thrive despite the…
Salesforce Marketing Effectiveness Bundle - What It Means for You?
For many years, Salesforce has been providing a variety of solutions to help organizations become more efficient and reliable in their operations. Whether it's Salesforce…
Everything You Need To Know About Salesforce Sales Enablement
Sales representatives can quickly onboard with the aid of sales enablement. Additionally, it enhances their overall sales abilities and supports them in effectively managing business…
Popular Salesforce Videos
What is Salesforce Apex Trigger | When to use Salesforce Apex Trigger | Type of Salesforce Apex Trigger
In this video, we are going to learn some basic concepts of Apex trigger. Below is the Agenda. Video Resource: SFDC Panther
Salesforce Connections 2018 Keynote - Ch. 2: Ticketmaster Is A Trailblazer
Salesforce Connections 2018 Keynote – Ch. 1: Corporate Positioning Salesforce Connections 2018 Keynote – Ch. 2: Ticketmaster Is A Trailblazer Salesforce Connections 2018 Keynote –…
Salesforce CPQ Implementation Best Practices
Follow these Salesforce CPQ implementation best practices across various phases for optimal results: Preparation phase, Implementation phase, Customization, User adoption, and Post Implementation phase. Each…