-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to deploy the custom fields in standard object in sf using package.xml #3020
Comments
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
Hello @PiusSe 👋 It looks like you didn't include the full Salesforce CLI version information in your issue. A few more things to check:
Thank you! |
Hello @PiusSe, I am able to deploy a Custom Field on a Standard Object with a manifest. Maybe I am not understanding the issue. Steps:
<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
<types>
<members>Case.ancb__c</members>
<name>CustomField</name>
</types>
<version>61.0</version>
</Package>
Can you please provide use with a github repository (with detailed steps) that allows us to easily reproduce this issue? The Dreamhouse sample app is a good starting point |
i AM USING 62.0 SOAP API AND CLI VERSION IS "cliVersion": "@salesforce/cli/2.58.7",. wHAT IS YOURS? |
This issue has not received a response in 7 days. It will auto-close in 7 days unless a response is posted. |
When trying to deploy the custom fields in standard fields getting below error . but when tried with custom fields in custom objects deployment is success .
SF command sf project deploy start --manifest manifest/package.xml
Cli version : @salesforce/cli/2.58.7 linux-x64 node-v20.11.1
{
"architecture": "linux-x64",
"cliVersion": "@salesforce/cli/2.58.7",
"nodeVersion": "node-v20.11.1",
"osVersion": "Linux 6.1.106-116.188.amzn2023.x86_64",
"rootPath": "/home/codebuilder/.npm-packages/lib/node_modules/@salesforce/cli",
"shell": "bash",
"pluginVersions": [
"@oclif/plugin-autocomplete 3.2.2 (core)",
"@oclif/plugin-commands 4.0.13 (core)",
"@oclif/plugin-help 6.2.10 (core)",
"@oclif/plugin-not-found 3.2.18 (core)",
"@oclif/plugin-plugins 5.4.6 (core)",
"@oclif/plugin-search 1.2.7 (core)",
"@oclif/plugin-update 4.5.5 (core)",
"@oclif/plugin-version 2.2.11 (core)",
"@oclif/plugin-warn-if-update-available 3.1.13 (core)",
"@oclif/plugin-which 3.2.12 (core)",
"@salesforce/cli 2.58.7 (core)",
"apex 3.4.8 (core)",
"api 1.2.1 (core)",
"auth 3.6.54 (core)",
"data 3.6.5 (core)",
"deploy-retrieve 3.12.3 (core)",
"info 3.4.3 (core)",
"limits 3.3.29 (core)",
"marketplace 1.2.25 (core)",
"org 4.5.7 (core)",
"packaging 2.8.2 (core)",
"schema 3.3.26 (core)",
"settings 2.3.16 (core)",
"sobject 1.4.33 (core)",
"source 3.5.18 (core)",
"telemetry 3.6.10 (core)",
"templates 56.3.17 (core)",
"trust 3.7.27 (core)",
"user 3.5.29 (core)",
"@salesforce/sfdx-scanner 4.5.0 (user) published 15 days ago (Tue Aug 27 2024)",
"sfdx-plugin-source-read 1.2.0 (user) published 323 days ago (Tue Oct 24 2023)"
]
}
Error Case.AllOpenCases Not in package.xml
| Error Case.All_ARC_Pays Not in package.xml
| Error Case.All_Application_Support_Cases Not in package.xml
| Error Case.All_Basic_Deduction_Cases Not in package.xml
| Error Case.All_CE_Cases Not in package.xml
| Error Case.All_Cases Not in package.xml
| Error Case.All_Compos_GL_TRUE Not in package.xml
| Error Case.All_Contractor_Pay_Cases Not in package.xml
| Error Case.All_Converga_Cases Not in package.xml
| Error Case.All_Courier_Post_Pays Not in package.xml
| Error Case.All_EIS_Admin_Cases Not in package.xml
| Error Case.All_Holidays_Act Not in package.xml
| Error Case.All_Investigation_Cases_created_by_CS Not in package.xml
The text was updated successfully, but these errors were encountered: