Skip to content

Commit e17100b

Browse files
authored
Merge pull request #2164 from navikt/Last-modified-felt-skal-vises-om-sist-endret-av-er-en-med-Saksbehandler-profil-
TOLK-2806 : Last modified felt skal vises om sist endret av er en med Saksbehandler profil
2 parents 85fde35 + 3cb431c commit e17100b

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

force-app/main/default/flexipages/HOT_Request_Record_Page.flexipage-meta.xml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.0" encoding="UTF-8" ?>
22
<FlexiPage xmlns="http://soap.sforce.com/2006/04/metadata">
33
<flexiPageRegions>
44
<itemInstances>
@@ -1085,9 +1085,10 @@
10851085
<fieldItem>Record.LastModifiedById</fieldItem>
10861086
<identifier>RecordLastModifiedByIdField</identifier>
10871087
<visibilityRule>
1088-
<booleanFilter>1 OR 2</booleanFilter>
1088+
<booleanFilter>1 OR 2 OR 3</booleanFilter>
10891089
<criteria>
1090-
<leftValue>{!Record.LastModifiedBy.Contact.Account.CRM_Person__r.INT_Confidential__c}</leftValue>
1090+
<leftValue
1091+
>{!Record.LastModifiedBy.Contact.Account.CRM_Person__r.INT_Confidential__c}</leftValue>
10911092
<operator>EQUAL</operator>
10921093
<rightValue>UGRADERT</rightValue>
10931094
</criteria>
@@ -1096,6 +1097,11 @@
10961097
<operator>CONTAINS</operator>
10971098
<rightValue>Formidler</rightValue>
10981099
</criteria>
1100+
<criteria>
1101+
<leftValue>{!Record.LastModifiedBy.Profile.Name}</leftValue>
1102+
<operator>CONTAINS</operator>
1103+
<rightValue>Saksbehandler</rightValue>
1104+
</criteria>
10991105
</visibilityRule>
11001106
</fieldInstance>
11011107
</itemInstances>

force-app/main/default/flexipages/Service_Appointment_Record_Page.flexipage-meta.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.0" encoding="UTF-8" ?>
22
<FlexiPage xmlns="http://soap.sforce.com/2006/04/metadata">
33
<flexiPageRegions>
44
<itemInstances>
@@ -778,7 +778,7 @@
778778
<fieldItem>Record.LastModifiedById</fieldItem>
779779
<identifier>RecordLastModifiedByIdField</identifier>
780780
<visibilityRule>
781-
<booleanFilter>1 OR 2</booleanFilter>
781+
<booleanFilter>1 OR 2 OR 3</booleanFilter>
782782
<criteria>
783783
<leftValue>{!Record.LastModifiedBy.Profile.Name}</leftValue>
784784
<operator>CONTAINS</operator>
@@ -789,6 +789,11 @@
789789
<operator>EQUAL</operator>
790790
<rightValue>UGRADERT</rightValue>
791791
</criteria>
792+
<criteria>
793+
<leftValue>{!Record.LastModifiedBy.Profile.Name}</leftValue>
794+
<operator>CONTAINS</operator>
795+
<rightValue>Saksbehandler</rightValue>
796+
</criteria>
792797
</visibilityRule>
793798
</fieldInstance>
794799
</itemInstances>

0 commit comments

Comments
 (0)