- We have a deploy.xml file which indicate that the deployment path. If you deploy all the object, then we set path as
Example,
<objects>
<path>~/Objects/*</path>
</objects>
- In this code section * means the whole file under the Object wants to deploy.
- Set the proper hierarchy in the path if you just want to deploy a specific file. In this case, avoid using * from this set of codes, or else it may cause an error while deploying.
Example,
<objects>
<path>~/Objects/CRM fields/custevent_check_correct_contacts_roles.xml</path>
</objects>
<objects>
<path>~/Objects/CRM fields/custevent_check_correct_contacts_roles.xml</path>
</objects>
