We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03a8ca6 + c4332a2 commit e57e1e5Copy full SHA for e57e1e5
force-app/main/default/permissionsets/NKS_Config.permissionset-meta.xml
@@ -431,6 +431,15 @@
431
<object>Common_Code__c</object>
432
<viewAllRecords>false</viewAllRecords>
433
</objectPermissions>
434
+ <objectPermissions>
435
+ <allowCreate>false</allowCreate>
436
+ <allowDelete>false</allowDelete>
437
+ <allowEdit>true</allowEdit>
438
+ <allowRead>true</allowRead>
439
+ <modifyAllRecords>false</modifyAllRecords>
440
+ <object>Conversation_Note__c</object>
441
+ <viewAllRecords>false</viewAllRecords>
442
+ </objectPermissions>
443
<objectPermissions>
444
<allowCreate>false</allowCreate>
445
<allowDelete>false</allowDelete>
@@ -691,4 +700,4 @@
691
700
<enabled>true</enabled>
692
701
<name>ViewSetup</name>
693
702
</userPermissions>
694
-</PermissionSet>
703
+</PermissionSet>
0 commit comments