Skip to content

Commit

Permalink
Hypercare\ALR-901
Browse files Browse the repository at this point in the history
  • Loading branch information
Keerthana9894 committed Feb 8, 2024
1 parent 544c482 commit 0db3f76
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<fullName>DocumentTemplate__c</fullName>
<externalId>false</externalId>
<formula>CASE(
RegulatoryAuthorizationType.Name ,
&apos;Mental Health&apos;,&apos;CertificateTemplateMH&apos;,
&apos;Supportive Recovery&apos;,&apos;CertificateTemplateSU&apos;,
&apos;Seniors and Persons With Disabilities&apos;,&apos;CertificateTemplateSN&apos;,
RegulatoryAuthorizationType.RegulatoryAuthorizationCode__c,
&apos;MH&apos;,&apos;CertificateTemplateMH&apos;,
&apos;SU&apos;,&apos;CertificateTemplateSU&apos;,
&apos;SN&apos;,&apos;CertificateTemplateSN&apos;,
NULL
)</formula>
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
Expand Down

0 comments on commit 0db3f76

Please sign in to comment.