busybox0

Results 15 comments of busybox0

Another day shows another results, today the situation is following: `sfpowerkit:source:profile:reconcile -n Admin -u user1` removes some fieldPermissions form the profile retrieved seconds before with `sfpowerkit:source:profile:retrieve -n Admin -u user1`...

Hello @genoud, thanks for taking a look. I've linked plugin from this branch, though it fails. ``` sfdx plugins sfpowerkit 4.2.10 (link) C:\projects\sfpowerkit ``` ``` cd sfpowerkit git log -1...

Hi @genoud, the first part of the issue is fixed, thanks. Though, the 2nd part where following sequence is run, is not fixed. ``` sfdx sfpowerkit:source:profile:retrieve -n Admin -u user1...

Hi Genoud @genoud , no luck. Am I doing everything correctly ? preps: ``` cd sfpowerkit git fetch git checkout issue/713 sfdx plugins:unlink rm -rf node_modules npm i sfdx plugins:link...

Hi Genoud @genoud, To avoid any side effects of local environment, I've tried to install it in docker container `node:14.18-buster-slim` Manually installed all the components there, but no luck. The...

Not much more, here it is: ``` # sfdx sfpowerkit:source:profile:reconcile -s --loglevel=trace ------------------------------------------------------------------------------------------- sfpowerkit -- The DX@Scale Developer Toolkit - Version:4.2.10 - Release:May 22 ------------------------------------------------------------------------------------------- ProfileList [] Project Directories ["resources","force-app","portals","profiles"]...

Thanks @Caitlyn-Mills @genoud Seems linking issue fixed and the initial bug is fixed too. I've linked it on node 14.18. License details were not removed with profile:reconcile -s.

Hi @Caitlyn-Mills @genoud If the fix is ok from your side, can you please estimate when the released version with this fix may be available ? Thanks