Questions tagged [github]
The github tag has no summary.
76 questions
0 votes
0 answers
21 views
Is there any way to automatically register a GitHub Workflow-created scratch org on a local machine?
Scratch org is created on a temporary virtual machine in GitHub workflow. The scratch org is automatically registered with the virtual machine's CLI. Now, to be able to register the scratch org with a ...
0 votes
0 answers
131 views
How do to continue support for the DeveloperForce .NET Toolkit?
The project Force.Com Toolkit for .NET was the de facto .NET library from 2014 and still very usable, but hasn't had any PR activity since 2019. There are a bunch of open issues and it appears that ...
1 vote
0 answers
34 views
How should I distribute an open-source Salesforce development framework?
I'm currently working on a passion project to strengthen my Salesforce development skills. I'm creating a lightweight, open-source development framework, and I'm trying to figure out what method makes ...
1 vote
0 answers
35 views
DeferSharingCalc in scratch-org-def not working
I have an issue. I enabled DeferSharingCalc in scratch org def Then I performed: assigned proper PS to the user, and then ran Deploy permission set Assign permission set Push source to scratch org ...
0 votes
0 answers
34 views
What metadata (if any) should be excluded from a CI/CD pipeline? [duplicate]
I want to set up a CI/CD pipeline for my org to make it easier for me to develop and deploy changes to APEX and other code-based customizations in my org. I'm following this link from SalesforceBen....
0 votes
1 answer
48 views
How to git init a remote branch instead of master [closed]
I was asked to copy my team's remote branch, called v8.1, to my local. I am to do a bug fix against this branch. In Github, I went to Code, switched to v8.1 and copied the SSH command, running it in ...
1 vote
1 answer
918 views
Connecting to Github Organization Account
Great news! Salesforce DevOps Center is Generally Available. I am struggling to connect it to a repository owned by Organization. DevOps Center guide says the following: GitHub repos owned by an ...
0 votes
1 answer
191 views
Best practices for managing Github during Salesforce Releases?
My team is working on a project that will likely take over 6 months. We are making edits to Site pages, classes, fields, flows, etc. Part of this process involves staging changes in a partial sandbox ...
1 vote
1 answer
244 views
Passing artifact name for Vlocity deployment validations
This is for Vlocity deployment using Github Actions. Scenario: In the code repo I have made a minor change in my Omniscript and I want to validate this change before I deploy. Following is the yml ...
0 votes
2 answers
1k views
Deploying Salesforce Profile via Git
Has anyone successfully deployed Profiles using Git? If yes, what are the steps to do that? I tried to find documentation, but have not been able to find anything that I can use.
1 vote
1 answer
186 views
How do you organize your org metadata? - unmanaged packages, custom folder structure in SFDX....?
I've been considering ways to organize my company's SF metadata, with the goal of grouping together metadata that are specific to particular processes, while leaving out shared metadata. SF has made ...
0 votes
1 answer
148 views
Is pushing all changes on one branch on Git a great idea?
We didn't use much Git during development and we created multiple functionalities. Is pushing all changes on one branch a great idea or should we create one branch for every feature? Advantages: we ...
0 votes
0 answers
284 views
Deployment getting failed due to Time based workflow
I m getting below issue when deploying the workflow rules from the git to sandbox and also removed the all pending actions from the sandbox then re tried it again but no luck, same issue occuring even ...
0 votes
2 answers
2k views
invalid fullname, must end in a custom suffix ( for ex. __c )
I m getting error invalid fullname, must end in a custom suffix ( for ex. __c ) when deploying changes via Github (2 custom fields on , one on lead another on the Opportunity )to another sandbox. Also ...
0 votes
1 answer
939 views
force:package:version:promote in CI script not finding package Alias: Subscriber Package Version Id not defined in sfdx-project.json
I am in the process of creating a CI script that uses GitHub actions for the creation and promotion of new package versions. For this I have created a shell script that is run after test classes have ...