function readOnly(count){ }
Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
<?xml version="1.0" encoding="UTF-8"?> <Package xmlns="http://soap.sforce.com/2006/04/metadata"> <fullName>pkg</fullName> <types> <members>standardobject</members> <name>CustomObject</name> </types> <version>54.0</version> </Package>
<members>customobject</members>
You can create package.xml file and retrieve something like below.
You can re-deploy package again by changing name of member tag to custom object.
Please mark as Best Answer if above information was helpful.
Thanks,