Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

feat: child xml required for Custom Object #228

Closed
wants to merge 1 commit into from

Conversation

froucher
Copy link
Contributor

The change set in Custom Object must always contains the following xml properties:

<?xml version="1.0" encoding="UTF-8"?>
<CustomObject xmlns="http://soap.sforce.com/2006/04/metadata">
  ...
  change set
  ...
    <deploymentStatus>Deployed</deploymentStatus>
    <label>CustomObjectTest</label>
    <nameField>
        <label>CustomObjectTest Name</label>
        <type>Text</type>
    </nameField>
    <pluralLabel>CustomObjectTest</pluralLabel>
    <sharingModel>ReadWrite</sharingModel>
</CustomObject>

@amtrack
Copy link
Owner

amtrack commented May 12, 2020

closing in favor of #230

@amtrack amtrack closed this May 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants