Skip to content

Commit

Permalink
Merge branch 'User/EDRD-98' of https://github.com/bcgov/MoH-SAT into …
Browse files Browse the repository at this point in the history
…User/EDRD-98
  • Loading branch information
deepakmulamalla committed Dec 21, 2024
2 parents 00ecddb + c361b80 commit 7da27b1
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<StandardValueSet xmlns="http://soap.sforce.com/2006/04/metadata">
<sorted>false</sorted>
<sorted>true</sorted>
<!--<standardValue>
<fullName>Business User</fullName>
<default>false</default>
Expand Down Expand Up @@ -51,4 +51,19 @@
<default>false</default>
<label>Physician</label>
</standardValue>
<standardValue>
<fullName>Chair</fullName>
<default>false</default>
<label>Chair</label>
</standardValue>
<standardValue>
<fullName>Reviewer</fullName>
<default>false</default>
<label>Reviewer</label>
</standardValue>
<standardValue>
<fullName>Vice Chair</fullName>
<default>false</default>
<label>Vice Chair</label>
</standardValue>
</StandardValueSet>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<StandardValueSet xmlns="http://soap.sforce.com/2006/04/metadata">
<sorted>false</sorted>
<standardValue>
<sorted>true</sorted>
<!--<standardValue>
<fullName>Business User</fullName>
<default>false</default>
<label>Business User</label>
Expand Down Expand Up @@ -41,14 +41,29 @@
<default>false</default>
<label>Technical Buyer</label>
</standardValue>
<standardValue>
<fullName>Other</fullName>
<default>false</default>
<label>Other</label>
</standardValue> -->
<standardValue>
<fullName>Physician</fullName>
<default>false</default>
<label>Physician</label>
</standardValue>
<standardValue>
<fullName>Other</fullName>
<fullName>Chair</fullName>
<default>false</default>
<label>Other</label>
<label>Chair</label>
</standardValue>
<standardValue>
<fullName>Reviewer</fullName>
<default>false</default>
<label>Reviewer</label>
</standardValue>
<standardValue>
<fullName>Vice Chair</fullName>
<default>false</default>
<label>Vice Chair</label>
</standardValue>
</StandardValueSet>

0 comments on commit 7da27b1

Please sign in to comment.