Skip to content

Commit

Permalink
Merge pull request #2274 from navikt/NrEmpPermSet
Browse files Browse the repository at this point in the history
Add Nr of employees grouped and formula to IPS_UO_Arbeidsgiver_base_p…
  • Loading branch information
raac09 authored Jan 16, 2025
2 parents 5cc03a9 + 188808e commit 0cbdb2e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,16 @@
<field>Account.CRM_MainIndustry__c</field>
<readable>true</readable>
</fieldPermissions>
<fieldPermissions>
<editable>false</editable>
<field>Account.CRM_NumberOfEmployeesFormula__c</field>
<readable>true</readable>
</fieldPermissions>
<fieldPermissions>
<editable>false</editable>
<field>Account.CRM_NumberOfEmployeesGrouped__c</field>
<readable>true</readable>
</fieldPermissions>
<fieldPermissions>
<editable>false</editable>
<field>Account.CRM_RegistrationYear__c</field>
Expand Down
4 changes: 2 additions & 2 deletions sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": [
{
"package": "crm-platform-base",
"versionNumber": "0.230.0.LATEST"
"versionNumber": "0.249.0.LATEST"
},
{
"package": "crm-platform-access-control",
Expand Down Expand Up @@ -52,7 +52,7 @@
},
{
"package": "crm-arbeidsgiver-base",
"versionNumber": "1.461.0.LATEST"
"versionNumber": "1.486.0.LATEST"
},
{
"package": "crm-community-base",
Expand Down

0 comments on commit 0cbdb2e

Please sign in to comment.