You need to sign in to do that
Don't have an account?
How to delete content type?
How to delete content type picklists for your organization.?
You need to sign in to do that
Don't have an account?
How to delete content type picklists for your organization.?
Hello,
My XML is :
<?xml version="1.0" encoding="UTF-8"?>
<CustomObject xmlns="http://soap.sforce.com/2006/04/metadata">
<enableFeeds>false</enableFeeds>
<recordTypes>
<fullName>Referenceability_Status_Content</fullName>
<active>false</active>
<label>Referenceability Status Content</label>
</recordTypes>
<recordTypes>
<fullName>Test</fullName>
<active>false</active>
<label>Test</label>
</recordTypes>
</CustomObject>
But when i am deleting
<recordTypes>
<fullName>Referenceability_Status_Content</fullName>
<active>false</active>
<label>Referenceability Status Content</label>
</recordTypes>
<recordTypes>
<fullName>Test</fullName>
<active>false</active>
<label>Test</label>
</recordTypes>
from tha xml it again appears in XML. So how to i delete it for contentVersion?