Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bedre feilmelding på valideringsregel for aktivitet #1964

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
&quot; Prioritert IA (Fia)&quot;.</description>
<errorConditionFormula>AND(TAG_IsIAPriority__c = false, (ISPICKVAL(TAG_ActivityType__c,
&apos;Prioritert IA (Fia)&apos;)))</errorConditionFormula>
<errorMessage>Du kan kun registrere &quot;Prioritert IA (fia)&quot; inne på en IA-sak så lenge
IA-saken har status &quot;vi bistår&quot;.</errorMessage>
</ValidationRule>
<errorMessage>Du kan kun velge &quot;Prioritert IA (FIA)&quot; som tema når du er inne på en IA-sak med status &quot;VI BISTÅR&quot;.
Vennligst sjekk at du er på en IA-sak og at statusen er korrekt, eller velg et annet tema.</errorMessage>
</ValidationRule>
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<description>Du kan kun registrere &quot;Prioritert IA (fia)&quot; inne på en IA-sak.</description>
<errorConditionFormula>AND(TAG_IsIAPriority__c = false, (ISPICKVAL(TAG_ActivityType__c,
&apos;Prioritert IA (Fia)&apos;)))</errorConditionFormula>
<errorMessage>Du kan kun registrere &quot;Prioritert IA (fia)&quot; inne på en IA-sak så lenge
IA-saken har status &quot;vi bistår&quot;.</errorMessage>
</ValidationRule>
<errorMessage>Du kan kun velge &quot;Prioritert IA (FIA)&quot; som tema når du er inne på en IA-sak med status &quot;VI BISTÅR&quot;.
Vennligst sjekk at du er på en IA-sak og at statusen er korrekt, eller velg et annet tema.</errorMessage>
</ValidationRule>
Loading