Skip to content

Commit

Permalink
Merge pull request #556 from bcgov/feature-ALR-1121
Browse files Browse the repository at this point in the history
ALR-1121
  • Loading branch information
GandlojuVishwantha authored Mar 20, 2024
2 parents db3331f + b0836a4 commit 6d5a5be
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
<behavior>Edit</behavior>
<field>Description</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>Category__c</field>
</layoutItems>
</layoutColumns>
<layoutColumns>
<layoutItems>
Expand All @@ -38,6 +42,9 @@
<actionListContext>Record</actionListContext>
</platformActionList>
<quickActionList/>
<relatedLists>
<relatedList>AssessmentTaskDefinitionAIDRelatedList</relatedList>
</relatedLists>
<showEmailCheckbox>false</showEmailCheckbox>
<showRunAssignmentRulesCheckbox>false</showRunAssignmentRulesCheckbox>
<showSubmitAndAttachButton>false</showSubmitAndAttachButton>
Expand Down
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&apos; Rights</fullName>
<default>false</default>
<label>Residents&apos; 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>

0 comments on commit 6d5a5be

Please sign in to comment.