Questions tagged [devopscenter]
This tag is for questions related to DevOps Center, the Salesforce-provided managed package for source-driven development and deployment released (GA) in December 2022.
25 questions
0 votes
0 answers
7 views
Getting error in PR validation Layout Cannot use field:WhatId in RelatedContent section
I have deployed my PR successfully on QA environment. The PR does not contain any change related to layouts. But when trying to validate same in the SIT org getting below error: Layout Event-...
1 vote
0 answers
18 views
Scratch org tracking reset for new Work Item
I'm trying to understand how source tracking works for DevOps Center in my setup... For POC purposes I have the following setup: Enterprise Production org acting as a Devhub Two Partner Developer ...
2 votes
1 answer
245 views
DevOPs Center: AppSwitcher of Type AppMenu failed to deploy due to In field: AppMenuItem.Name - no ConnectedApp named Chatter_Desktop
This is a Dev Ops Centre question. I'm trying to deploy a bundle to Production from my final staging environment, which is a partial sandbox. It deployed to the partial with no issues, but fails to ...
0 votes
0 answers
50 views
How to select which Work Items to be back synced
I have multiple dev environments in Salesforce DevOps Center used by different project streams. We have a requirement where we dont want to sync all the work items. Current Devops center functionality ...
1 vote
1 answer
200 views
Error deploying User Access Policy
Not able to deploy user access policy. Getting the error: An unexpected error occurred. Please include this ErrorId if you contact support: 2002295043-77668 (-408224866) Changed the status from ...
1 vote
0 answers
60 views
Deploying prefixed metadata with DevOps Center/CLI: "Only components in the same namespace as the organization can be created through the API"
I'm trying to wrap my head around how metadata-driven deployments (e.g. through DevOps Center or the sf CLI) can coexist with metadata created by managed packages. For example, our org installed the ...
1 vote
0 answers
123 views
Maintain and deploy environment specific Salesforce namedCredentials & metadata using Azure DevOps
We are using Azure DevOps to deploy code on multiple Salesforce orgs using Salesforce CLI project commands i.e., https://developer.salesforce.com/docs/atlas.en-us.246.0.sfdx_cli_reference.meta/...
2 votes
0 answers
297 views
RecordType failed to deploy due to duplicate value found: <unknown>
everyone! So, I was trying to deploy a new Opportunity Record Type from one Dev sandbox to another (Dev > UAT) using both Change-set and DevOps Center, but I keep receiving the following error with ...
1 vote
1 answer
307 views
DevOps manual change handling
I am implementing DevOps Centre as a move away from change sets but am struggling to find information on what seems like a fairly straight forward question. I am happy with multiple projects looking ...
1 vote
1 answer
348 views
Isn't it possible to modify a DevOps Center pipeline after the project has been running?
I have defined a project for our production instance so that we could at least build things in a couple of sandboxes before pushing to production (so just two stages: development and production). Now ...
0 votes
2 answers
358 views
salesforce devOps Center: Response code 403(Forbidden)
what can i do: when depoying in devOps center: Response code 403 (Forbidden)
1 vote
1 answer
587 views
DevOps center error
I'm trying to do a large deployment into our UAT environment and the 'Stages' tab in DevOps Center won't load for me anymore. Each time I click on it i get the classic error message "There was an ...
5 votes
1 answer
5k views
The experience `devName` attribute is returning and invalid name for `File_Related_List__c` route
I've been getting a weird one lately (last month+) that's stopping me from deploying an experience/community. Just what I've found in case someone else has seen this. Context Salesforce has recently ...
0 votes
1 answer
60 views
Getting NamespacePrefix as null while running run_tests task with cumulusci
I am trying to run apex test with CumulusCI, I am running on Unmanaged code(Scratch orgs) I have set my name space in cumulusci.yml minimum_cumulusci_version: '3.1.2' project: name: AmpImpact ...
2 votes
1 answer
540 views
Move a work item backwards Salesforce DevOps
Started using Salesforce Devops to try it out; I'm confused on best practice with work items. The scenario is we have some changes (apex code in this case) promoted along to a pre prod environment. In ...