Skip to content

Commit 31bed7d

Browse files
authored
Merge pull request #116 from navikt/NKS-1081
removed unused flows
2 parents 60436c1 + fa17ccc commit 31bed7d

9 files changed

+10
-289
lines changed

force-app/main/default/flows/CRMHenvendelse_ConversationNote_BeforeUpdate_OfficeRestrictionSetToTrue.flow-meta.xml

Lines changed: 0 additions & 117 deletions
This file was deleted.

force-app/main/default/flows/CRMHenvendelse_Thread_BeforeUpdate_OnOfficeRestrictionSetToTrue.flow-meta.xml

Lines changed: 0 additions & 123 deletions
This file was deleted.

force-app/main/default/objectTranslations/Conversation_Note__c-no/CRM_Date_Registered__c.fieldTranslation-meta.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

force-app/main/default/objects/Conversation_Note__c/fields/CRM_Date_Registered__c.field-meta.xml

Lines changed: 0 additions & 11 deletions
This file was deleted.

force-app/main/default/objects/Conversation_Note__c/fields/CRM_Legacy_Case_Id__c.field-meta.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.

force-app/main/default/objects/Conversation_Note__c/fields/CRM_Number_of_API_Retries__c.field-meta.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
33
<fullName>CRM_Number_of_API_Retries__c</fullName>
44
<defaultValue>0</defaultValue>
5-
<description>Counts the number of retries that has been performed to post this record to Henvendelse via API</description>
5+
<description>Counts the number of retries that has been performed to post this record to
6+
Henvendelse via API</description>
67
<externalId>false</externalId>
78
<label>Number of API Retries</label>
89
<precision>2</precision>
@@ -11,4 +12,4 @@
1112
<trackTrending>false</trackTrending>
1213
<type>Number</type>
1314
<unique>false</unique>
14-
</CustomField>
15+
</CustomField>
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
33
<fullName>CRM_Sent__c</fullName>
4-
<description>Resolves to true if the conversation note has successfully been sent to Henvendelse.</description>
4+
<description>Resolves to true if the conversation note has successfully been sent to
5+
Henvendelse.</description>
56
<externalId>false</externalId>
67
<formula>NOT(ISBLANK(CRM_Henvendelse_BehandlingsId__c))</formula>
78
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
89
<label>Sent</label>
910
<trackTrending>false</trackTrending>
1011
<type>Checkbox</type>
11-
</CustomField>
12+
</CustomField>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
<?xml version="1.0" encoding="UTF-8" ?>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
33
<fullName>CRM_Is_logged_in_User__c</fullName>
4-
<description
5-
>Will return true if the logged in user is the same as Recipient. Used for List view Filtering, not to be shown</description>
4+
<description>Will return true if the logged in user is the same as Recipient. Used for List view
5+
Filtering, not to be shown</description>
66
<externalId>false</externalId>
77
<formula>$User.Id == CRM_From_User__c || $User.ContactId == CRM_From_Contact__c </formula>
88
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
99
<label>Is logged in User</label>
1010
<trackHistory>false</trackHistory>
1111
<trackTrending>false</trackTrending>
1212
<type>Checkbox</type>
13-
</CustomField>
13+
</CustomField>

force-app/main/default/objects/Thread__c/fields/CRM_Recipient__c.field-meta.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)