-
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 #890 from bcgov/Feature-EHIS-834
Feature-EHIS-834
- Loading branch information
Showing
18 changed files
with
1,351 additions
and
8 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
9 changes: 9 additions & 0 deletions
9
...t/objects/Asset/compactLayouts/EHIS_Water_Treatment_Compact_Layout.compactLayout-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,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> |
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
11 changes: 11 additions & 0 deletions
11
ehis-source/core/main/default/objects/Asset/fields/Location__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,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> |
5 changes: 5 additions & 0 deletions
5
ehis-source/core/main/default/objects/Asset/fields/Name.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,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<fullName>Name</fullName> | ||
<trackHistory>true</trackHistory> | ||
</CustomField> |
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
25 changes: 25 additions & 0 deletions
25
ehis-source/core/main/default/objects/Asset/fields/SCADA_System__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,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> |
6 changes: 6 additions & 0 deletions
6
ehis-source/core/main/default/objects/Asset/fields/Status.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,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> |
Oops, something went wrong.