Skip to content

Commit

Permalink
Bug 561192: Don't replicate data of Ext. File Storage tables (#2586)
Browse files Browse the repository at this point in the history
<!-- Thank you for submitting a Pull Request. If you're new to
contributing to BCApps please read our pull request guideline below
* https://github.com/microsoft/BCApps/Contributing.md
-->
#### Summary <!-- Provide a general summary of your changes -->
Data should not be replicated, as data is created by the module itself.

#### Work Item(s) <!-- Add the issue number here after the #. The issue
needs to be open and approved. Submitting PRs with no linked issues or
unapproved issues is highly discouraged. -->
Fixes
[AB#561192](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/561192)
  • Loading branch information
JesperSchulz authored Dec 22, 2024
1 parent 8f215cb commit ab91f79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ table 9452 "File Storage Connector Logo"
{
DataClassification = SystemMetadata;
Access = Internal;
ReplicateData = false;
InherentPermissions = X;
InherentEntitlements = X;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ table 9454 "File Scenario"
{
DataClassification = SystemMetadata;
Access = Internal;
ReplicateData = false;
InherentPermissions = X;
InherentEntitlements = X;

Expand Down

0 comments on commit ab91f79

Please sign in to comment.