diff --git a/cumulusci.yml b/cumulusci.yml
index 84774e13..ddf324c7 100644
--- a/cumulusci.yml
+++ b/cumulusci.yml
@@ -75,4 +75,4 @@ orgs:
dev:
days: 30
config_file: config/dev-scratch-def.json
- namespaced: "True"
+ namespaced: True
diff --git a/force-app/main/default/flexipages/Animal_Record_Page.flexipage-meta.xml b/force-app/main/default/flexipages/Animal_Record_Page.flexipage-meta.xml
index 092f8012..dd7c8ae6 100644
--- a/force-app/main/default/flexipages/Animal_Record_Page.flexipage-meta.xml
+++ b/force-app/main/default/flexipages/Animal_Record_Page.flexipage-meta.xml
@@ -162,6 +162,16 @@
RecordEstimated_Age__cField
+
+
+
+ uiBehavior
+ none
+
+ Record.Calculated_Age__c
+ RecordCalculated_Age__cField
+
+
Facet-4c49db03-428d-4fcb-a44e-6e9be7ede66a
Facet
@@ -192,8 +202,8 @@
uiBehavior
none
- Record.Date_of_Birth__c
- RecordDate_of_Birth__cField
+ Record.Current_Weight_ibs__c
+ Recordanimalshelters_Current_Weight_ibs_cField
@@ -202,8 +212,8 @@
uiBehavior
none
- Record.Calculated_Age__c
- RecordCalculated_Age__cField
+ Record.Date_of_Birth__c
+ RecordDate_of_Birth__cField
diff --git a/force-app/main/default/globalValueSets/Animal_Type.globalValueSet-meta.xml b/force-app/main/default/globalValueSets/Animal_Type.globalValueSet-meta.xml
index a64c0d63..9689050e 100644
--- a/force-app/main/default/globalValueSets/Animal_Type.globalValueSet-meta.xml
+++ b/force-app/main/default/globalValueSets/Animal_Type.globalValueSet-meta.xml
@@ -81,16 +81,16 @@
- Fish
+ Reptile
false
false
-
+
- Reptile
+ Fish
false
false
-
+
[Animal Shelter] Types of Animals
Animal Type
diff --git a/force-app/main/default/layouts/Animal__c-Animal Layout.layout-meta.xml b/force-app/main/default/layouts/Animal__c-Animal Layout.layout-meta.xml
index 0eeb63cc..8aa7834b 100644
--- a/force-app/main/default/layouts/Animal__c-Animal Layout.layout-meta.xml
+++ b/force-app/main/default/layouts/Animal__c-Animal Layout.layout-meta.xml
@@ -31,6 +31,10 @@
Readonly
Age_Category__c
+
+ Readonly
+ Current_Weight_ibs__c
+
@@ -374,11 +378,6 @@
QuickAction
13
-
- NewCase
- QuickAction
- 14
-
PrintableView
StandardButton
@@ -409,6 +408,11 @@
QuickAction
6
+
+ NewCase
+ QuickAction
+ 14
+
diff --git a/force-app/main/default/objectTranslations/Animal__c-de/Current_Weight_ibs__c.fieldTranslation-meta.xml b/force-app/main/default/objectTranslations/Animal__c-de/Current_Weight_ibs__c.fieldTranslation-meta.xml
new file mode 100644
index 00000000..9300ae81
--- /dev/null
+++ b/force-app/main/default/objectTranslations/Animal__c-de/Current_Weight_ibs__c.fieldTranslation-meta.xml
@@ -0,0 +1,5 @@
+
+
+
+ Current_Weight_ibs__c
+
diff --git a/force-app/main/default/objectTranslations/Animal__c-es/Current_Weight_ibs__c.fieldTranslation-meta.xml b/force-app/main/default/objectTranslations/Animal__c-es/Current_Weight_ibs__c.fieldTranslation-meta.xml
new file mode 100644
index 00000000..9300ae81
--- /dev/null
+++ b/force-app/main/default/objectTranslations/Animal__c-es/Current_Weight_ibs__c.fieldTranslation-meta.xml
@@ -0,0 +1,5 @@
+
+
+
+ Current_Weight_ibs__c
+
diff --git a/force-app/main/default/objectTranslations/Animal__c-it/Current_Weight_ibs__c.fieldTranslation-meta.xml b/force-app/main/default/objectTranslations/Animal__c-it/Current_Weight_ibs__c.fieldTranslation-meta.xml
new file mode 100644
index 00000000..9300ae81
--- /dev/null
+++ b/force-app/main/default/objectTranslations/Animal__c-it/Current_Weight_ibs__c.fieldTranslation-meta.xml
@@ -0,0 +1,5 @@
+
+
+
+ Current_Weight_ibs__c
+
diff --git a/force-app/main/default/objects/Animal__c/fields/Current_Weight__c.field-meta.xml b/force-app/main/default/objects/Animal__c/fields/Current_Weight__c.field-meta.xml
index 248c2f16..e33e7c27 100644
--- a/force-app/main/default/objects/Animal__c/fields/Current_Weight__c.field-meta.xml
+++ b/force-app/main/default/objects/Animal__c/fields/Current_Weight__c.field-meta.xml
@@ -2,9 +2,9 @@
Current_Weight__c
false
- The current weight of the animal. This field is tracked and changes will be logged in the Field History.
-
- 5
+ The current weight of the animal in KG. This field is tracked and changes will be logged in the Field History.
+
+ 7
false
2
true
diff --git a/force-app/main/default/objects/Animal__c/fields/Current_Weight_ibs__c.field-meta.xml b/force-app/main/default/objects/Animal__c/fields/Current_Weight_ibs__c.field-meta.xml
new file mode 100644
index 00000000..38e3f7ef
--- /dev/null
+++ b/force-app/main/default/objects/Animal__c/fields/Current_Weight_ibs__c.field-meta.xml
@@ -0,0 +1,15 @@
+
+
+ Current_Weight_ibs__c
+ false
+ Current_Weight__c * 2.205
+ BlankAsZero
+
+ 18
+ false
+ 2
+ false
+ false
+ Number
+ false
+