Skip to content

Commit

Permalink
Merge pull request #890 from bcgov/Feature-EHIS-834
Browse files Browse the repository at this point in the history
Feature-EHIS-834
  • Loading branch information
GandlojuVishwantha authored Jun 21, 2024
2 parents 1f0a380 + 83192b3 commit 3a59cfd
Show file tree
Hide file tree
Showing 18 changed files with 1,351 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1153,6 +1153,42 @@
<type>Flexipage</type>
<profile>EHIS Standard User</profile>
</profileActionOverrides>
<profileActionOverrides>
<actionName>View</actionName>
<content>EHIS_Water_Treatment_Record_Page</content>
<formFactor>Small</formFactor>
<pageOrSobjectType>Asset</pageOrSobjectType>
<recordType>Asset.Water_Treatment</recordType>
<type>Flexipage</type>
<profile>EHIS Standard User</profile>
</profileActionOverrides>
<profileActionOverrides>
<actionName>View</actionName>
<content>EHIS_Water_Treatment_Record_Page</content>
<formFactor>Large</formFactor>
<pageOrSobjectType>Asset</pageOrSobjectType>
<recordType>Asset.Water_Treatment</recordType>
<type>Flexipage</type>
<profile>EHIS Standard User</profile>
</profileActionOverrides>
<profileActionOverrides>
<actionName>View</actionName>
<content>EHIS_Water_Treatment_Record_Page</content>
<formFactor>Small</formFactor>
<pageOrSobjectType>Asset</pageOrSobjectType>
<recordType>Asset.Water_Treatment</recordType>
<type>Flexipage</type>
<profile>Admin</profile>
</profileActionOverrides>
<profileActionOverrides>
<actionName>View</actionName>
<content>EHIS_Water_Treatment_Record_Page</content>
<formFactor>Large</formFactor>
<pageOrSobjectType>Asset</pageOrSobjectType>
<recordType>Asset.Water_Treatment</recordType>
<type>Flexipage</type>
<profile>Admin</profile>
</profileActionOverrides>
<profileActionOverrides>
<actionName>View</actionName>
<content>EHIS_Water_Source_Intake_Record_Page</content>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<CompactLayout xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>EHIS_Water_Treatment_Compact_Layout</fullName>
<fields>Name</fields>
<fields>RecordTypeId</fields>
<fields>Status</fields>
<fields>AccountId</fields>
<label>EHIS Water Treatment Compact Layout</label>
</CompactLayout>
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,26 @@
<default>false</default>
<label>WD 4</label>
</value>
<value>
<fullName>WT 1</fullName>
<default>false</default>
<label>WT 1</label>
</value>
<value>
<fullName>WT 2</fullName>
<default>false</default>
<label>WT 2</label>
</value>
<value>
<fullName>WT 3</fullName>
<default>false</default>
<label>WT 3</label>
</value>
<value>
<fullName>WT 4</fullName>
<default>false</default>
<label>WT 4</label>
</value>
<value>
<fullName>SWS</fullName>
<default>false</default>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>Location__c</fullName>
<displayLocationInDecimal>false</displayLocationInDecimal>
<externalId>false</externalId>
<label>Location</label>
<required>false</required>
<scale>4</scale>
<trackHistory>false</trackHistory>
<type>Location</type>
</CustomField>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>Name</fullName>
<trackHistory>true</trackHistory>
</CustomField>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<label>POE/POU Treatment</label>
<required>false</required>
<trackHistory>false</trackHistory>
<type>Picklist</type>
<type>MultiselectPicklist</type>
<valueSet>
<restricted>true</restricted>
<valueSetDefinition>
Expand All @@ -20,11 +20,7 @@
<default>false</default>
<label>POU</label>
</value>
<value>
<fullName>Both</fullName>
<default>false</default>
<label>Both</label>
</value>
</valueSetDefinition>
</valueSet>
<visibleLines>4</visibleLines>
</CustomField>
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>SCADA_System__c</fullName>
<externalId>false</externalId>
<label>SCADA System</label>
<required>false</required>
<trackHistory>false</trackHistory>
<type>Picklist</type>
<valueSet>
<restricted>true</restricted>
<valueSetDefinition>
<sorted>false</sorted>
<value>
<fullName>Yes</fullName>
<default>false</default>
<label>Yes</label>
</value>
<value>
<fullName>No</fullName>
<default>false</default>
<label>No</label>
</value>
</valueSetDefinition>
</valueSet>
</CustomField>
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>Status</fullName>
<trackHistory>false</trackHistory>
<type>Picklist</type>
</CustomField>
Loading

0 comments on commit 3a59cfd

Please sign in to comment.