amtrack / force-dev-tool

[DEPRECATED] Command line tool supporting the Force.com development lifecycle
MIT License
108 stars 37 forks source link

"customSettingAccesses" changes in Profile xml file are not getting picked in the pipelines. #218

Closed nitssnatha closed 4 years ago

nitssnatha commented 4 years ago

Hi @amtrack When I am adding custom setting permissions to profile file as per version 47. Its not getting validated against org.

amtrack commented 4 years ago

@nitssnatha Can you please provide more information about what you are trying to do?

I have no insight what you are doing in the pipelines ...

nitssnatha commented 4 years ago

I am just deploying a profile with some custom setting in "customSettingAccesses" tag which is not getting validated against the target org. See the screencast below CustomaccessSetting

amtrack commented 4 years ago

@nitssnatha According to the Salesforce Metadata docs (v47 and v48) customSettingAccesses is only available with API version 48.

EDIT: The docs are inconsistent: In the v47 docs, customSettingAccesses does not appear, however in the v48 docs it says that it is supported starting v47.

amtrack commented 4 years ago

@nitssnatha @joshnarani I've just tested this and can now confirm that this is indeed a bug.

nitssnatha commented 4 years ago

Thanks, @amtrack for testing this.

amtrack commented 4 years ago

:tada: This issue has been resolved in version 2.6.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket: