Tim Schug
Tim Schug
# Critical Changes - Updated the Flexi Pages to avoid errors on MetaDeploy # Changes - Updated sample metadata to utilize the Text Operator - Updated ReadMe file - Ordered...
**Describe the bug** From the Trailblazer Community: [lower case static text?](https://trailhead.salesforce.com/trailblazer-community/feed/0D54V00007aiJUeSAM) ``` Hello! I have added indicators to show the decade in which alumni last participated in a program. The...
**Have you shared this feature idea request in the Trailblazer Community?** No **Is your feature request related to a problem? Please describe.** In trying to address feedback that the Sample...
**Describe the bug** Sample Account indicators for Location throws false-positive matches because `US` is contained in many strings. This was because the logic is `contains` and the product has since...
This would be an "unpackaged" LWC that could be deployed for development purposes, if it's not too much effort. It would help in maintaining the Wiki by streamlining the process...
When appropriate, all hard-coded text should be replaced with labels so that admins (or the community) can provide translations to make the tool more globally inclusive or relevant to their...
Currently, we are using the [`getRecord`](https://developer.salesforce.com/docs/component-library/documentation/en/lwc/reference_wire_adapters_record) and [`getFieldValue`](https://developer.salesforce.com/docs/component-library/documentation/en/lwc/reference_get_field_value) from `lightning/uiRecordApi` to retrieve the current record's field data (including parent records). Today, for child records, the recommendation is to leverage rollup...
We may want to consider using the `@api flexipageRegionWidth` and SLDS Layout concept to make the component responsive to its container / device size. See Resources: * https://developer.salesforce.com/docs/component-library/documentation/en/lwc/use_width_aware * https://developer.salesforce.com/docs/component-library/bundle/lightning-layout-item/example...
**Describe the bug** SLDS2 does not honor the styling hooks used by Indicators in 0.4.0 and below which are "Component-level" and will need to find out how to support/shift to...