Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Released new package version(s) #288

Merged
merged 1 commit into from
Jan 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ Follow this set of instructions if you want to deploy the library in its most re

1. Log in to your org

1. Click <a href="https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5j000000dwozAAA" title="sfGpsDsAuNswFull">this link</a> to install the sfGpsDsAuNsw unlocked package in your org (with sfGpsDs included).
1. Click <a href="https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5j000000dyqbAAA" title="sfGpsDsAuNswFull">this link</a> to install the sfGpsDsAuNsw unlocked package in your org (with sfGpsDs included).

1. Click <a href="https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5j000000dwp4AAA" title="sfGpsDsAuNswSFull">this link</a> to install the sfGpsDsAuNswS unlocked package in your org (with sfGpsDs included).
1. Click <a href="https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5j000000dyqgAAA" title="sfGpsDsAuNswSFull">this link</a> to install the sfGpsDsAuNswS unlocked package in your org (with sfGpsDs included).

1. Click <a href="https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5j000000dlHEAAY" title="sfGpsDsAuVicFull">this link</a> to install the sfGpsDsAuVic unlocked package in your org (with sfGpsDs included).

1. Click <a href="https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5j000000dvzQAAQ" title="sfGpsDsUkGovFull">this link</a> to install the sfGpsDsUkGov unlocked package in your org (with sfGpsDs included).
1. Click <a href="https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5j000000dyqqAAA" title="sfGpsDsUkGovFull">this link</a> to install the sfGpsDsUkGov unlocked package in your org (with sfGpsDs included).

## Installing the production versions using Unlocked Packages

Expand Down
8 changes: 5 additions & 3 deletions TROUBLESHOOT.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ In this document, we will go through typical ways to troubleshoot issues &mdash;

## OmniStudio releases and changes in OmniScript element behaviour

The Salesforce platform features three releases a year and this also apply to the Omnistudio capability. On top of this, the Omnistudio team has recently
The Salesforce platform features three releases a year and this also apply to the Omnistudio capability. On top of this, the Omnistudio team has recently
changed the way its managed package is distributed: from being on demand updates fully controlled by customers, updates are now pushed.

While platform upgrades are planned with a clear calendar when you could spin a preview sandbox and perform regression tests, automated updates of a
Expand All @@ -29,9 +29,9 @@ into a single javascript file for deployment: as a result, the template gets har
You'll want to have
[Lightning Components Debug Mode](https://help.salesforce.com/s/articleView?id=sf.aura_debug_mode.htm&language=en_US&type=5) enabled in Setup for your Salesforce user when troubleshooting.

Let us use the OmniScript `combobox` element as an example.
Let us use the OmniScript `combobox` element as an example.

Our overridden template based on 246 was as follows
Our overridden template based on 246 was as follows
(refer to [sfGpsDsAuNswComboboxOsN](./sfGpsDsAuNsw/main/default/lwc/sfGpsDsAuNswComoboxOsN)):

```
Expand Down Expand Up @@ -105,7 +105,9 @@ api_element("input", {
})
[...]
```

with the `showLookup` method being as follows:

```
showLookup(event) {
if (this._readOnly && !this._alwaysShowLookup || this.disabled) {
Expand Down
6 changes: 5 additions & 1 deletion sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,10 @@
"Salesforce Global Public Sector AU NSW Design [email protected]": "04t5j000000dw8PAAQ",
"Salesforce Global Public Sector AU NSW Design [email protected]": "04t5j000000dwozAAA",
"Salesforce Global Public Sector AU NSW Service Design [email protected]": "04t5j000000dwp4AAA",
"Salesforce Global Public Sector AU VIC Design [email protected]": "04t5j000000dwp9AAA"
"Salesforce Global Public Sector AU VIC Design [email protected]": "04t5j000000dwp9AAA",
"Salesforce Global Public Sector AU NSW Design [email protected]": "04t5j000000dyqbAAA",
"Salesforce Global Public Sector AU NSW Service Design [email protected]": "04t5j000000dyqgAAA",
"Salesforce Global Public Sector AU VIC Design [email protected]": "04t5j000000dyqlAAA",
"Salesforce Global Public Sector GOV.UK Design System (Full)@1.0.5-3": "04t5j000000dyqqAAA"
}
}
Loading