Skip to content

Commit cfd124e

Browse files
authored
Merge branch 'main' into nedbemmaningaccountteam
2 parents 083a13f + 1a8b599 commit cfd124e

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata">
3+
<caseValues>
4+
<article>None</article>
5+
<plural>false</plural>
6+
<value>Ansatte (fjernes)</value>
7+
</caseValues>
8+
<gender>Masculine</gender>
9+
<name>employees_account</name>
10+
</CustomFieldTranslation>

force-app/main/default/objects/Account/fields/TAG_Main_Industry__c.field-meta.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<externalId>false</externalId>
66
<formula>IF((VALUE(INT_IndustryCode__c) &lt;=0.999),&quot;Annet&quot;,
77
IF((VALUE(INT_IndustryCode__c) &lt;=3.999),&quot;Jordbruk,skogbruk og fiske&quot;,
8-
IF((VALUE(INT_IndustryCode__c) &lt;= 9.999),&quot;Bergverksdirft og utvinning&quot;,
8+
IF((VALUE(INT_IndustryCode__c) &lt;= 9.999),&quot;Bergverksdrift og utvinning&quot;,
99
IF((VALUE(INT_IndustryCode__c) &lt;= 33.999),&quot;Industri&quot;,
1010
IF((VALUE(INT_IndustryCode__c) &lt;= 35.999),&quot;Elektrisitets-, gass-, damp- og varmtvannsforsyning&quot;,
1111
IF((VALUE(INT_IndustryCode__c) &lt;= 39.999),&quot;Vannforsyning, avløps- og renovasjonsvirksomhet&quot;,

sfdx-project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"path": "force-app",
55
"default": true,
66
"package": "crm-arbeidsgiver-base",
7-
"versionNumber": "1.509.0.NEXT",
7+
"versionNumber": "1.510.0.NEXT",
88
"dependencies": [
99
{
1010
"package": "crm-platform-base",

0 commit comments

Comments
 (0)