Questions tagged [deployment]
Deployments in Salesforce incorporate any action that needs to be taken to get a system from one organization to another, be it a sandbox to production, sandbox to sandbox, or even developer org to developer org.
1,681 questions
0 votes
0 answers
40 views
Deploy new field on a object
I am trying to create a new field in Apex and write it in the object, but I receive this error: package.xml (Line: null: Column: null): An object 'Test_Obect__c' of type CustomObject was named in ...
1 vote
0 answers
102 views
Why are Data Streams and DLOs not deployed via Data Kit, while the DMO is?
I have a requirement to deploy Salesforce Data Cloud metadata, including Data Streams, Data Lake Objects (DLOs), and Data Model Objects (DMOs) using Data Kits and Salesforce CLI package.xml. I’ve ...
0 votes
1 answer
315 views
Deployment error: "Could not find HEAD"
In the last week, I've seen some updates have occurred in Salesforce extensions on Visual Studio Code. Some colleagues in my team have been having trouble with the new updates, including me. I have ...
2 votes
1 answer
232 views
Why do milestone actions only allow flows created from the “New Flow” option?
I’m working with the new “New Flow” option available in milestone actions (Entitlements and Milestones – Winter ’25 feature). According to the release notes, the process to add a flow is: Open the ...
2 votes
1 answer
315 views
Frozen "Setup" Page in Sandbox
I deployed some Apex + Visualforce code to the sandbox this morning (I'm not sure if this is the cause of the problem). In the sandbox in Chrome, I have a frozen screen on the "Setup" page. ...
2 votes
0 answers
198 views
Deploying Prompts that have Einstein Retrievers
I have the genAiPromptTemplate and when i go to deploy it i get this: Failure to create template: 0hfVE000000WjV8, Caused by: [We couldn’t validate the prompt template because something went wrong: ...
0 votes
0 answers
95 views
Can't Delete OmniScript Page from Salesforce Experience Cloud Site (Standard Route)
I'm working with a Salesforce Experience Cloud site and encountering an issue where a standard OmniScript page appears in QA and UAT, but not in Production. The route is: { "id": "123&...
1 vote
1 answer
459 views
What command is equivalent to sfdx force:source:deploy
Hope you are all well! I used to use the command in the sfdx cli terminalto validate: sfdx force:source:deploy -m ApexClass:OpportunityTriggerHandler -l RunSpecifiedTests -r OpportunityTriggerTest -c ...