From e6899cf2cb7691306cb4b80fb39e543f64988533 Mon Sep 17 00:00:00 2001 From: Mosina Shaik Date: Sat, 24 Jan 2026 11:37:50 +0530 Subject: [PATCH] Company object changes --- .../Company__c/Company__c.object-meta.xml | 66 +++++++++++++++++++ .../fields/Company_Industry__c.field-meta.xml | 46 +++++++++++++ .../fields/Company_Name__c.field-meta.xml | 12 ++++ 3 files changed, 124 insertions(+) create mode 100644 force-app/main/default/objects/Company__c/Company__c.object-meta.xml create mode 100644 force-app/main/default/objects/Company__c/fields/Company_Industry__c.field-meta.xml create mode 100644 force-app/main/default/objects/Company__c/fields/Company_Name__c.field-meta.xml diff --git a/force-app/main/default/objects/Company__c/Company__c.object-meta.xml b/force-app/main/default/objects/Company__c/Company__c.object-meta.xml new file mode 100644 index 0000000..46d422b --- /dev/null +++ b/force-app/main/default/objects/Company__c/Company__c.object-meta.xml @@ -0,0 +1,66 @@ + + + + Accept + Default + + + CancelEdit + Default + + + Clone + Default + + + Delete + Default + + + Edit + Default + + + List + Default + + + New + Default + + + SaveEdit + Default + + + Tab + Default + + + View + Default + + false + Deployed + Custom Company object + true + true + false + false + false + true + true + true + true + + + COMP-{00000} + + false + AutoNumber + + Companies + false + + ReadWrite + diff --git a/force-app/main/default/objects/Company__c/fields/Company_Industry__c.field-meta.xml b/force-app/main/default/objects/Company__c/fields/Company_Industry__c.field-meta.xml new file mode 100644 index 0000000..e2a8c8e --- /dev/null +++ b/force-app/main/default/objects/Company__c/fields/Company_Industry__c.field-meta.xml @@ -0,0 +1,46 @@ + + + Company_Industry__c + false + + false + false + false + Picklist + + true + + false + + Technology + false + + + + Finance + false + + + + Healthcare + false + + + + Manufacturing + false + + + + Retail + false + + + + Education + false + + + + + diff --git a/force-app/main/default/objects/Company__c/fields/Company_Name__c.field-meta.xml b/force-app/main/default/objects/Company__c/fields/Company_Name__c.field-meta.xml new file mode 100644 index 0000000..4b6c98f --- /dev/null +++ b/force-app/main/default/objects/Company__c/fields/Company_Name__c.field-meta.xml @@ -0,0 +1,12 @@ + + + Company_Name__c + false + + 255 + true + false + false + Text + false +