Skip to content

Commit e57e1e5

Browse files
authored
Merge pull request #1883 from navikt/cnote
add edit access to cnotes
2 parents 03a8ca6 + c4332a2 commit e57e1e5

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

force-app/main/default/permissionsets/NKS_Config.permissionset-meta.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,15 @@
431431
<object>Common_Code__c</object>
432432
<viewAllRecords>false</viewAllRecords>
433433
</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>
434443
<objectPermissions>
435444
<allowCreate>false</allowCreate>
436445
<allowDelete>false</allowDelete>
@@ -691,4 +700,4 @@
691700
<enabled>true</enabled>
692701
<name>ViewSetup</name>
693702
</userPermissions>
694-
</PermissionSet>
703+
</PermissionSet>

0 commit comments

Comments
 (0)