Questions tagged [change-set]
Change sets are to send customizations from one organization to another organization.
411 questions
0 votes
1 answer
97 views
LWC changes appear in Sandbox org, but changeset deployment to Production org has stopped working
What has been working: I have successfully created an LWC component using sfdx and deployed it to my sandbox org. I edit files in vscode, run sf project deploy start --target-org sandbox, and the LWC ...
-1 votes
1 answer
49 views
How to move only the required picklist value using change set?
For example, if I have a picklist called MyPicklist and it has values Apple, Ball, Cat I need to move only the value Apple and I dont want to move Ball or cat using change set to other org which ...
0 votes
0 answers
208 views
Insert failed. First exception on row 0; first error: INVALID_CROSS_REFERENCE_KEY, invalid cross reference id: [] on Contract Insert
I am getting this error while I run the Test Classes trying to validate a Change Set between Sandbox and Prod. The error is pointing to the line where I Insert a Contract with an AccountId related to ...
0 votes
1 answer
214 views
Apex Class not working in Prod. Works great in Sandbox
I am really new to Apex, so I apologize if this has been asked/answered. I created an Apex class for a flow in the Sandbox. It was working great, when I used the outbound change set to move it to ...
1 vote
0 answers
59 views
visual force page deployment using change set
I am trying to deploy the visual force page using the change set and getting the error "
0 votes
1 answer
204 views
Insufficient privileges when adding fields in package (changeset)
I am getting an "insufficient privileges" error when adding fields (yes, just fields) to a package I'm building, despite the fact I'm system administrator using a DE (I am creating a brand ...
2 votes
1 answer
1k views
Outbound change sets missing after migration to Hyperforce?
Past weekend my main developer sandbox was migrated to Hyperforce. Everything appeared to be OK, until I wanted to add something to an outbound change set. They were all gone. In the documentation re. ...
0 votes
1 answer
3k views
DevOps Promotion Failed, how to change or delete?
Our team is using a DevOps Pipeline that starts from our individual sandbox, moves to an integrated sandbox, moves to a full sandbox, and then attempts to deploy to production. In my sandbox, I ...