Skip to content

Commit

Permalink
#297: add allowRead + viewAllRecords for copado__System_Property__c
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Nov 24, 2022
1 parent cdaa9cf commit 78d0e0f
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" ?>
<?xml version="1.0" encoding="UTF-8"?>
<PermissionSet xmlns="http://soap.sforce.com/2006/04/metadata">
<applicationVisibilities>
<application>mcdo_contributor</application>
Expand Down Expand Up @@ -109,4 +109,13 @@
<object>copado__Pipeline_Action__c</object>
<viewAllRecords>true</viewAllRecords>
</objectPermissions>
<objectPermissions>
<allowCreate>false</allowCreate>
<allowDelete>false</allowDelete>
<allowEdit>false</allowEdit>
<allowRead>true</allowRead>
<modifyAllRecords>false</modifyAllRecords>
<object>copado__System_Property__c</object>
<viewAllRecords>true</viewAllRecords>
</objectPermissions>
</PermissionSet>

0 comments on commit 78d0e0f

Please sign in to comment.