Skip to content

Commit 94563a5

Browse files
authored
Merge pull request #167 from SFDO-Community/feature/2024-02-bug-fixes
Feature/2024 02 bug fixes
2 parents 29d4290 + c4841d9 commit 94563a5

File tree

26 files changed

+96
-62
lines changed

26 files changed

+96
-62
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
With Salesforce Indicators, you can visually highlight important data at a glance, making it easy to focus on what matters most. This Custom Metadata driven Lightning Web Component is all about making key details pop, and giving you lightning-quick insights at a glance on your Salesforce records.
55

6-
76
Features:
87
* Visualize your data - Display key details in a visually engaging and clutter-free manner, allowing users to quickly understand important information on the record, summarize related records, or highlight exceptions.
98
* Make your data come alive - Add a mix of Salesforce and custom colors to match your branding to create visually appealing indicators for your Lightning pages giving your users a more engaging experience.
@@ -14,38 +13,39 @@ Salesforce Indicators is part of the [Salesforce Open Source Commons](https://he
1413

1514
## Latest Release
1615
* [Install Salesforce Indicators](https://install.salesforce.org/products/indicators)
17-
* [Release Notes](https://github.com/SFDO-Community/Salesforce-Indicators/wiki/Release-Notes)
16+
* [Release Notes](https://sfdo-community-sprints.github.io/indicators-documentation/docs/release-notes/)
1817

1918
## Project Documentation
20-
* Documentation can be found in the repository [Wiki](https://github.com/SFDO-Community/Salesforce-Indicators/wiki).
21-
* Check out the [Cookbook](https://github.com/SFDO-Community/Salesforce-Indicators/wiki/Cookbook) to help you build Indicators that work for your org.
19+
* Documentation can be found on our [Documentation Site](https://sfdo-community-sprints.github.io/indicators-documentation/).
20+
* Check out the [Getting Started with Salesforce Indicators](https://sfdo-community-sprints.github.io/indicators-documentation/docs/getting-started/) page to help get started with how to set up Salesforce Indicators in your org.
2221

2322
## Ask Questions and Get Help
2423
* Salesforce Indicators is a community built and maintained Salesforce package, please help support this project and share your experiences in the [Trailblazer Community Group](https://trailhead.salesforce.com/trailblazer-community/groups/0F94S000000HEDASA4?tab=discussion). Ask any questions about the Salesforce Indicators project, or the Open Source Commons.
25-
* If you have any enhancements or issue you can [Log an Issue](https://github.com/SFDO-Community/Salesforce-Indicators/issues).
24+
* If you have any enhancements or issue you can [Log an Issue](https://github.com/SFDO-Community/Salesforce-Indicators/issues)..
2625

2726
## Vision & Goals
2827
* Enhance the current Indicators Bundle Component to improve the experience for Admins and Users.
2928
* Complete the documentation with different recipes to help Admins get up and running quickly.
3029
* Showcase and review different apps you can use to achieve similar results, and show how you will probably want to use Salesforce Indicators anyway.
3130
* Build our planned Components - these components are built on the same Custom Metadata framework and just show the data in different ways:
32-
* A Grid Component to quickly show your users excptions or a checklist of fields on the record. Optionally show field values, a custom message for each field, and if the field has an exception.
31+
* A Grid Component to quickly show your users excptions or a checklist of fields on the record. Optionally show field values, a custom message for each field, and if the field has an exception.
3332
* A Panel Component to provide more value and features than the standard record highlights panel horizontally, or a panel that display the key data vertically.
3433

3534
# How to Contribute:
3635
- [Install Salesforce Indicators](https://install.salesforce.org/products/indicators)
37-
- [Set up the Indicator Bundle](https://github.com/SFDO-Community/Salesforce-Indicators/wiki/Indicator-Bundle)
36+
- [Set up Salesforce Indicators](https://sfdo-community-sprints.github.io/indicators-documentation/docs/setup-salesforce-indicators/)
3837
- Ask any questions on our [Trailblazer Community Group](https://trailhead.salesforce.com/trailblazer-community/groups/0F94S000000HEDASA4?tab=discussion)
39-
- Add your own Recipes to the [Cookbook](https://github.com/SFDO-Community/Salesforce-Indicators/wiki/Cookbook) and
40-
- Add reviews of any [similar or competitor components](https://github.com/SFDO-Community/Salesforce-Indicators/wiki/Other-Apps-and-Components-to-Enhance-Your-Org)
41-
- [Volunteer](https://github.com/SFDO-Community/Salesforce-Indicators/wiki/How-to-Volunteer) to enhance the code
38+
- Add your own [Recipes](https://sfdo-community-sprints.github.io/indicators-documentation/docs/recipes/) to our documentation
39+
- Add reviews of any [similar or competitor components](https://sfdo-community-sprints.github.io/indicators-documentation/docs/components/other-solutions/)
40+
- [Volunteer](https://sfdo-community-sprints.github.io/indicators-documentation/docs/getting-involved/how-to-volunteer/) to enhance the app
4241
- [Log an Issue](https://github.com/SFDO-Community/Salesforce-Indicators/issues)
4342
- Join us at an upcoming [Salesforce Commons Community Sprint](https://trailhead.salesforce.com/trailblazer-community/groups/0F94S000000GwVK?tab=discussion)
4443

4544
## Project Acomplishments
46-
* Rebuilt the component to support Custom Metadata Types
45+
* Built the component to support Custom Metadata Types
4746
* Enhancements to the Indicator Bundle Component
4847
* The Indicator Key compnent and Setup components to help build and understand the Indicators easily
4948
* New companion components (Grid and Panel) in progress
5049
* Packaging and release setup
5150
* Marketing and release of Salesforce Indicators
51+
* New UI for building Salesforce Indicators in progress

cumulusci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,23 @@ tasks:
4141

4242
deploy_sample_indicators:
4343
description: Deploys - Sample Indicators
44+
name: Deploy Sample Indicators
4445
group: Salesforce Metadata
4546
class_path: cumulusci.tasks.salesforce.Deploy
4647
options:
4748
path: unpackaged/config/sample_AccountContact
4849

4950
deploy_sample_indicators_layouts:
5051
description: Deploys - Sample Indicators Layouts
52+
name: Deploy Page Layouts for Sample Indicators
5153
group: Salesforce Metadata
5254
class_path: cumulusci.tasks.salesforce.Deploy
5355
options:
5456
path: unpackaged/config/sample_AccountContact_FlexiPages
5557

5658
deploy_training_indicators:
5759
description: Deploys - Example Indicators used for Training
60+
name: Deploy Training Indicators
5861
group: Salesforce Metadata
5962
class_path: cumulusci.tasks.salesforce.Deploy
6063
options:

force-app/main/default/classes/Cmdt.cls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public with sharing class Cmdt {
1717
sObject__r.QualifiedApiName,
1818
sObject__r.Label
1919
FROM Indicator_Bundle__mdt
20+
ORDER BY Label
2021
] ) {
2122
setBundle(bundle);
2223
}

unpackaged/config/sample_AccountContact/customMetadata/___NAMESPACE___Indicator_Bundle.Contact_Contact_Info.md-meta.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</values>
2525
<values>
2626
<field>%%%NAMESPACE%%%Card_Title__c</field>
27-
<value xsi:type="xsd:string">Contact Key Details</value>
27+
<value xsi:type="xsd:string">Contact Missing Key Details</value>
2828
</values>
2929
<values>
3030
<field>%%%NAMESPACE%%%Description__c</field>

unpackaged/config/sample_AccountContact/customMetadata/___NAMESPACE___Indicator_Item_Extension.Account_Industry_Construction.md-meta.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,8 @@
5454
<field>%%%NAMESPACE%%%Static_Text__c</field>
5555
<value xsi:nil="true"/>
5656
</values>
57+
<values>
58+
<field>%%%NAMESPACE%%%Text_Operator__c</field>
59+
<value xsi:type="xsd:string">Equals</value>
60+
</values>
5761
</CustomMetadata>

unpackaged/config/sample_AccountContact/customMetadata/___NAMESPACE___Indicator_Item_Extension.Account_Industry_Electronics.md-meta.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,8 @@
5454
<field>%%%NAMESPACE%%%Static_Text__c</field>
5555
<value xsi:nil="true"/>
5656
</values>
57+
<values>
58+
<field>%%%NAMESPACE%%%Text_Operator__c</field>
59+
<value xsi:type="xsd:string">Equals</value>
60+
</values>
5761
</CustomMetadata>

unpackaged/config/sample_AccountContact/customMetadata/___NAMESPACE___Indicator_Item_Extension.Account_Industry_Energy.md-meta.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,8 @@
5454
<field>%%%NAMESPACE%%%Static_Text__c</field>
5555
<value xsi:nil="true"/>
5656
</values>
57+
<values>
58+
<field>%%%NAMESPACE%%%Text_Operator__c</field>
59+
<value xsi:type="xsd:string">Equals</value>
60+
</values>
5761
</CustomMetadata>

unpackaged/config/sample_AccountContact/customMetadata/___NAMESPACE___Indicator_Item_Extension.Account_Industry_Engineering.md-meta.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,8 @@
5454
<field>%%%NAMESPACE%%%Static_Text__c</field>
5555
<value xsi:nil="true"/>
5656
</values>
57+
<values>
58+
<field>%%%NAMESPACE%%%Text_Operator__c</field>
59+
<value xsi:type="xsd:string">Equals</value>
60+
</values>
5761
</CustomMetadata>

unpackaged/config/sample_AccountContact/customMetadata/___NAMESPACE___Indicator_Item_Extension.Account_Industry_Government.md-meta.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,8 @@
5454
<field>%%%NAMESPACE%%%Static_Text__c</field>
5555
<value xsi:nil="true"/>
5656
</values>
57+
<values>
58+
<field>%%%NAMESPACE%%%Text_Operator__c</field>
59+
<value xsi:type="xsd:string">Equals</value>
60+
</values>
5761
</CustomMetadata>

unpackaged/config/sample_AccountContact/customMetadata/___NAMESPACE___Indicator_Item_Extension.Account_Industry_Manufacturing.md-meta.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,8 @@
5454
<field>%%%NAMESPACE%%%Static_Text__c</field>
5555
<value xsi:nil="true"/>
5656
</values>
57+
<values>
58+
<field>%%%NAMESPACE%%%Text_Operator__c</field>
59+
<value xsi:type="xsd:string">Equals</value>
60+
</values>
5761
</CustomMetadata>

unpackaged/config/sample_AccountContact/customMetadata/___NAMESPACE___Indicator_Item_Extension.Account_Industry_Technology.md-meta.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,8 @@
5454
<field>%%%NAMESPACE%%%Static_Text__c</field>
5555
<value xsi:nil="true"/>
5656
</values>
57+
<values>
58+
<field>%%%NAMESPACE%%%Text_Operator__c</field>
59+
<value xsi:type="xsd:string">Equals</value>
60+
</values>
5761
</CustomMetadata>

unpackaged/config/sample_AccountContact/customMetadata/___NAMESPACE___Indicator_Item_Extension.Account_Industry_Utilities.md-meta.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,8 @@
5454
<field>%%%NAMESPACE%%%Static_Text__c</field>
5555
<value xsi:nil="true"/>
5656
</values>
57+
<values>
58+
<field>%%%NAMESPACE%%%Text_Operator__c</field>
59+
<value xsi:type="xsd:string">Equals</value>
60+
</values>
5761
</CustomMetadata>

unpackaged/config/sample_AccountContact/customMetadata/___NAMESPACE___Indicator_Item_Extension.Account_Location_CA.md-meta.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,8 @@
5454
<field>%%%NAMESPACE%%%Static_Text__c</field>
5555
<value xsi:type="xsd:string">CA</value>
5656
</values>
57+
<values>
58+
<field>%%%NAMESPACE%%%Text_Operator__c</field>
59+
<value xsi:type="xsd:string">Equals</value>
60+
</values>
5761
</CustomMetadata>

unpackaged/config/sample_AccountContact/customMetadata/___NAMESPACE___Indicator_Item_Extension.Account_Location_Canada.md-meta.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,8 @@
5454
<field>%%%NAMESPACE%%%Static_Text__c</field>
5555
<value xsi:type="xsd:string">CA</value>
5656
</values>
57+
<values>
58+
<field>%%%NAMESPACE%%%Text_Operator__c</field>
59+
<value xsi:type="xsd:string">Equals</value>
60+
</values>
5761
</CustomMetadata>

unpackaged/config/sample_AccountContact/customMetadata/___NAMESPACE___Indicator_Item_Extension.Account_Location_US.md-meta.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,8 @@
5454
<field>%%%NAMESPACE%%%Static_Text__c</field>
5555
<value xsi:type="xsd:string">US</value>
5656
</values>
57+
<values>
58+
<field>%%%NAMESPACE%%%Text_Operator__c</field>
59+
<value xsi:type="xsd:string">Equals</value>
60+
</values>
5761
</CustomMetadata>

unpackaged/config/sample_AccountContact/customMetadata/___NAMESPACE___Indicator_Item_Extension.Account_Location_UnitedStates.md-meta.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,8 @@
5454
<field>%%%NAMESPACE%%%Static_Text__c</field>
5555
<value xsi:type="xsd:string">US</value>
5656
</values>
57+
<values>
58+
<field>%%%NAMESPACE%%%Text_Operator__c</field>
59+
<value xsi:type="xsd:string">Equals</value>
60+
</values>
5761
</CustomMetadata>

unpackaged/config/sample_AccountContact/customMetadata/___NAMESPACE___Indicator_Item_Extension.Account_Rating_Cold.md-meta.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,8 @@
5454
<field>%%%NAMESPACE%%%Static_Text__c</field>
5555
<value xsi:nil="true"/>
5656
</values>
57+
<values>
58+
<field>%%%NAMESPACE%%%Text_Operator__c</field>
59+
<value xsi:type="xsd:string">Equals</value>
60+
</values>
5761
</CustomMetadata>

unpackaged/config/sample_AccountContact/customMetadata/___NAMESPACE___Indicator_Item_Extension.Account_Rating_Hot.md-meta.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,8 @@
5454
<field>%%%NAMESPACE%%%Static_Text__c</field>
5555
<value xsi:nil="true"/>
5656
</values>
57+
<values>
58+
<field>%%%NAMESPACE%%%Text_Operator__c</field>
59+
<value xsi:type="xsd:string">Equals</value>
60+
</values>
5761
</CustomMetadata>

unpackaged/config/sample_AccountContact/customMetadata/___NAMESPACE___Indicator_Item_Extension.Account_Rating_Warm.md-meta.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,8 @@
5454
<field>%%%NAMESPACE%%%Static_Text__c</field>
5555
<value xsi:nil="true"/>
5656
</values>
57+
<values>
58+
<field>%%%NAMESPACE%%%Text_Operator__c</field>
59+
<value xsi:type="xsd:string">Equals</value>
60+
</values>
5761
</CustomMetadata>

unpackaged/config/sample_AccountContact/customMetadata/___NAMESPACE___Indicator_Item_Extension.Account_Source_Other.md-meta.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,8 @@
5454
<field>%%%NAMESPACE%%%Static_Text__c</field>
5555
<value xsi:nil="true"/>
5656
</values>
57+
<values>
58+
<field>%%%NAMESPACE%%%Text_Operator__c</field>
59+
<value xsi:type="xsd:string">Equals</value>
60+
</values>
5761
</CustomMetadata>

unpackaged/config/sample_AccountContact/customMetadata/___NAMESPACE___Indicator_Item_Extension.Account_Source_Partner_Referral.md-meta.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,8 @@
5454
<field>%%%NAMESPACE%%%Static_Text__c</field>
5555
<value xsi:nil="true"/>
5656
</values>
57+
<values>
58+
<field>%%%NAMESPACE%%%Text_Operator__c</field>
59+
<value xsi:type="xsd:string">Equals</value>
60+
</values>
5761
</CustomMetadata>

unpackaged/config/sample_AccountContact/customMetadata/___NAMESPACE___Indicator_Item_Extension.Account_Source_Phone.md-meta.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,8 @@
5454
<field>%%%NAMESPACE%%%Static_Text__c</field>
5555
<value xsi:nil="true"/>
5656
</values>
57+
<values>
58+
<field>%%%NAMESPACE%%%Text_Operator__c</field>
59+
<value xsi:type="xsd:string">Equals</value>
60+
</values>
5761
</CustomMetadata>

unpackaged/config/sample_AccountContact/customMetadata/___NAMESPACE___Indicator_Item_Extension.Account_Source_Purchased_List.md-meta.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,8 @@
5454
<field>%%%NAMESPACE%%%Static_Text__c</field>
5555
<value xsi:nil="true"/>
5656
</values>
57+
<values>
58+
<field>%%%NAMESPACE%%%Text_Operator__c</field>
59+
<value xsi:type="xsd:string">Equals</value>
60+
</values>
5761
</CustomMetadata>

unpackaged/config/sample_AccountContact/customMetadata/___NAMESPACE___Indicator_Item_Extension.Account_Source_Web.md-meta.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,8 @@
5454
<field>%%%NAMESPACE%%%Static_Text__c</field>
5555
<value xsi:nil="true"/>
5656
</values>
57+
<values>
58+
<field>%%%NAMESPACE%%%Text_Operator__c</field>
59+
<value xsi:type="xsd:string">Equals</value>
60+
</values>
5761
</CustomMetadata>

unpackaged/config/sample_AccountContact_FlexiPages/flexipages/Account_Record_Page_Indicators.flexipage

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -81,17 +81,6 @@
8181
<name>detailTabContent</name>
8282
<type>Facet</type>
8383
</flexiPageRegions>
84-
<flexiPageRegions>
85-
<itemInstances>
86-
<componentInstance>
87-
<componentName>runtime_sales_social:socialPanel</componentName>
88-
<identifier>runtime_sales_social_socialPanel</identifier>
89-
</componentInstance>
90-
</itemInstances>
91-
<mode>Replace</mode>
92-
<name>newsTabContent</name>
93-
<type>Facet</type>
94-
</flexiPageRegions>
9584
<flexiPageRegions>
9685
<itemInstances>
9786
<componentInstance>
@@ -125,20 +114,6 @@
125114
<identifier>detailTab</identifier>
126115
</componentInstance>
127116
</itemInstances>
128-
<itemInstances>
129-
<componentInstance>
130-
<componentInstanceProperties>
131-
<name>body</name>
132-
<value>newsTabContent</value>
133-
</componentInstanceProperties>
134-
<componentInstanceProperties>
135-
<name>title</name>
136-
<value>Standard.Tab.news</value>
137-
</componentInstanceProperties>
138-
<componentName>flexipage:tab</componentName>
139-
<identifier>newsTab</identifier>
140-
</componentInstance>
141-
</itemInstances>
142117
<mode>Replace</mode>
143118
<name>maintabs</name>
144119
<type>Facet</type>

unpackaged/config/sample_AccountContact_FlexiPages/flexipages/Contact_Record_Page_Indicators.flexipage

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -75,17 +75,6 @@
7575
<name>detailTabContent</name>
7676
<type>Facet</type>
7777
</flexiPageRegions>
78-
<flexiPageRegions>
79-
<itemInstances>
80-
<componentInstance>
81-
<componentName>runtime_sales_social:socialPanel</componentName>
82-
<identifier>runtime_sales_social_socialPanel</identifier>
83-
</componentInstance>
84-
</itemInstances>
85-
<mode>Replace</mode>
86-
<name>newsTabContent</name>
87-
<type>Facet</type>
88-
</flexiPageRegions>
8978
<flexiPageRegions>
9079
<itemInstances>
9180
<componentInstance>
@@ -119,20 +108,6 @@
119108
<identifier>detailTab</identifier>
120109
</componentInstance>
121110
</itemInstances>
122-
<itemInstances>
123-
<componentInstance>
124-
<componentInstanceProperties>
125-
<name>body</name>
126-
<value>newsTabContent</value>
127-
</componentInstanceProperties>
128-
<componentInstanceProperties>
129-
<name>title</name>
130-
<value>Standard.Tab.news</value>
131-
</componentInstanceProperties>
132-
<componentName>flexipage:tab</componentName>
133-
<identifier>newsTab</identifier>
134-
</componentInstance>
135-
</itemInstances>
136111
<mode>Replace</mode>
137112
<name>maintabs</name>
138113
<type>Facet</type>

0 commit comments

Comments
 (0)