sfpowerkit icon indicating copy to clipboard operation
sfpowerkit copied to clipboard

A Salesforce DX Plugin with multiple functionalities aimed at improving development and operational workflows

Results 28 sfpowerkit issues
Sort by recently updated
recently updated
newest added

`sfdx sfpowerkit:source:profile:reconcile -s` removes `` tag from profiles. As a result, all profiles after deploying have default Salesforce license, that is incorrect for some of them. The bug is critical...

**Edit after few days: there are at least 2 very similar issues. Added Part 2 into this one.** ### Part 1. sfpowerkit:source:profile:retrieve followed by sfpowerkit:source:profile:merge gives delta when run against...

**Describe the bug** Let's imagine we have object named aaa__c with 10 fields including bbb__c, and object bbb__c with own 10 fields **including field named aaa__c.** field aaa__c.bbb__c is of...

investigating

sfpLogger.ts has been removed and created as a separate lib. This commit refactors all commands to use the standalone lib ## Summary of changes ## Checklist - [x] Adhere to...

## Avoid removing userlicence when running reconcile with source only flag ## Checklist - [ ] Adhere to [Contribution Guidelines](https://docs.dxatscale.io/about-us/contributing-to-dx-scale): Yes - [ ] Updates to documentation at [DX@Scale Guide](https://github.com/dxatscale/dxatscale-guide)...

Add tabs recocile when merging profile. ## Summary of changes ## Checklist - [x] Adhere to [Contribution Guidelines](https://docs.dxatscale.io/about-us/contributing-to-dx-scale) - [x] Updates to documentation at [DX@Scale Guide](https://github.com/dxatscale/dxatscale-guide) required? - [x] Tested...

**Describe the bug** Yes, I know you have previously put this issue in the `wontfix` bucket, but I think that is based on an incorrect assumption. I've commented on the...

sfpowerkit diff is no longer being updated as this is being provided by other open source tools such as: https://github.com/scolladon/sfdx-git-delta This only applies to the sfpowerkit:project:diff and not to the...

deprecation

**Describe the bug** Task and Event records take the fields from the Activity Object, but when we are doing a reconcile of the profile, the permissions related to Task and...

We have namespace orgs and unlocked 2GP packages. I use the generate patch and apply patch commands to update picklist values between versions. First we are generating the patch using...