-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #556 from bcgov/feature-ALR-1121
ALR-1121
- Loading branch information
Showing
2 changed files
with
72 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
65 changes: 65 additions & 0 deletions
65
src/main/default/objects/AssessmentTaskDefinition/fields/Category__c.field-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<fullName>Category__c</fullName> | ||
<externalId>false</externalId> | ||
<label>Category</label> | ||
<required>false</required> | ||
<trackHistory>false</trackHistory> | ||
<type>Picklist</type> | ||
<valueSet> | ||
<restricted>true</restricted> | ||
<valueSetDefinition> | ||
<sorted>false</sorted> | ||
<value> | ||
<fullName>Registration</fullName> | ||
<default>false</default> | ||
<label>Registration</label> | ||
</value> | ||
<value> | ||
<fullName>Health and Safety</fullName> | ||
<default>false</default> | ||
<label>Health and Safety</label> | ||
</value> | ||
<value> | ||
<fullName>Housing</fullName> | ||
<default>false</default> | ||
<label>Housing</label> | ||
</value> | ||
<value> | ||
<fullName>Emergency Preparedness</fullName> | ||
<default>false</default> | ||
<label>Emergency Preparedness</label> | ||
</value> | ||
<value> | ||
<fullName>Employees/Staff</fullName> | ||
<default>false</default> | ||
<label>Employees/Staff</label> | ||
</value> | ||
<value> | ||
<fullName>Administrative and Other Matters</fullName> | ||
<default>false</default> | ||
<label>Administrative and Other Matters</label> | ||
</value> | ||
<value> | ||
<fullName>Planning and Support Agreements</fullName> | ||
<default>false</default> | ||
<label>Planning and Support Agreements</label> | ||
</value> | ||
<value> | ||
<fullName>Residents' Rights</fullName> | ||
<default>false</default> | ||
<label>Residents' Rights</label> | ||
</value> | ||
<value> | ||
<fullName>Hospitality Service</fullName> | ||
<default>false</default> | ||
<label>Hospitality Service</label> | ||
</value> | ||
<value> | ||
<fullName>Assisted Living Services</fullName> | ||
<default>false</default> | ||
<label>Assisted Living Services</label> | ||
</value> | ||
</valueSetDefinition> | ||
</valueSet> | ||
</CustomField> |