Releases: Salesforce-org-Impact-Labs/01HousingandHomelessness
1.15
Critical Changes
Added profiles .forceignore to ignore profiles during development process.
Removed profiles from repo since it's not need for development.
Manually added CodeScience Refer Flow SFIL-13
updated Service layout to only include Refer Quickaction from Codescience SFIL-13
Removed Hard Coded ContactID on Refer Flow
Set Refer as a Template so it can be cloned or reused with other packages.
Changes
Updated SFDX installation link
Refer Flow
Service layout update
Added Quick Action
Modified RefrecAdmin permission set to include fields from Contact and Refer objects.
Installation Info
Sandbox & Scratch Orgs:
https://test.salesforce.com/packaging/installPackage.apexp?p0=04t3h0000043udZAAQ
Production & Developer Edition Orgs:
https://login.salesforce.com/packaging/installPackage.apexp?p0=04t3h0000043udZAAQ
1.15 (Beta 6)
Critical Changes
Added profiles .forceignore to ignore profiles during development process. [PR296]
Removed profiles from repo since it's not need for development. [PR296]
Manually added CodeScience Refer Flow SFIL-13 [PR299]
updated Service layout to only include Refer Quickaction from Codescience SFIL-13 [PR300]
Removed Hard Coded ContactID on Refer Flow [PR302]
Set Refer as a Template so it can be cloned or reused with other packages. [PR302]
Changes
Updated SFDX installation link [PR296]
Refer Flow [PR299]
Service layout update [PR299]
Added Quick Action [PR299]
Modified RefrecAdmin permission set to include fields from Contact and Refer objects. [PR302]
Installation Info
Sandbox & Scratch Orgs:
https://test.salesforce.com/packaging/installPackage.apexp?p0=04t3h0000043udUAAQ
Production & Developer Edition Orgs:
https://login.salesforce.com/packaging/installPackage.apexp?p0=04t3h0000043udUAAQ
Pull requests with no release notes
1.15 (Beta 5)
Critical Changes
Added profiles .forceignore to ignore profiles during development process. [PR296]
Removed profiles from repo since it's not need for development. [PR296]
Manually added CodeScience Refer Flow SFIL-13 [PR299]
updated Service layout to only include Refer Quickaction from Codescience SFIL-13 [PR300]
Removed Hard Coded ContactID on Refer Flow [PR302]
Set Refer as a Template so it can be cloned or reused with other packages. [PR302]
Changes
Updated SFDX installation link [PR296]
Refer Flow [PR299]
Service layout update [PR299]
Added Quick Action [PR299]
Modified RefrecAdmin permission set to include fields from Contact and Refer objects. [PR302]
Installation Info
Sandbox & Scratch Orgs:
https://test.salesforce.com/packaging/installPackage.apexp?p0=04t3h0000043uapAAA
Production & Developer Edition Orgs:
https://login.salesforce.com/packaging/installPackage.apexp?p0=04t3h0000043uapAAA
Pull requests with no release notes
1.15 (Beta 4)
Critical Changes
Added profiles to the .forceignore file to ignore profiles during development process. [PR296]
Removed profiles from repo since it's not needed for development. [PR296]
Manually added CodeScience Refer Flow SFIL-13 [PR299]
updated Service layout to only include Refer Quickaction from Codescience SFIL-13 [PR300]
Changes
Updated SFDX installation link [PR296]
Refer Flow [PR299]
Service layout update [PR299]
Added Quick Action [PR299]
Installation Info
Sandbox & Scratch Orgs:
https://test.salesforce.com/packaging/installPackage.apexp?p0=04t3h0000043uZ3AAI
Production & Developer Edition Orgs:
https://login.salesforce.com/packaging/installPackage.apexp?p0=04t3h0000043uZ3AAI
Pull requests with no release notes
1.15 (Beta 3)
Critical Changes
Added profiles .forceignore to ignore profiles during development process. [PR296]
Removed profiles from repo since it's not need for development. [PR296]
Changes
Updated SFDX installation link [PR296]
Installation Info
Sandbox & Scratch Orgs:
https://test.salesforce.com/packaging/installPackage.apexp?p0=04t3h0000043uYyAAI
Production & Developer Edition Orgs:
https://login.salesforce.com/packaging/installPackage.apexp?p0=04t3h0000043uYyAAI
Pull requests with no release notes
1.15 (Beta 2)
Critical Changes
Added profiles .forceignore to ignore profiles during development process. [PR296]
Removed profiles from repo since it's not need for development. [PR296]
Changes
Updated SFDX installation link [PR296]
Installation Info
Sandbox & Scratch Orgs:
https://test.salesforce.com/packaging/installPackage.apexp?p0=04t3h0000043uXbAAI
Production & Developer Edition Orgs:
https://login.salesforce.com/packaging/installPackage.apexp?p0=04t3h0000043uXbAAI
Pull requests with no release notes
1.15 (Beta 1)
Installation Info
Sandbox & Scratch Orgs:
https://test.salesforce.com/packaging/installPackage.apexp?p0=04t3h000004Re9NAAS
Production & Developer Edition Orgs:
https://login.salesforce.com/packaging/installPackage.apexp?p0=04t3h000004Re9NAAS
Pull requests with no release notes
1.14
Critical Changes
The app currently does not work if there is no VIEW ALL Permission on the object. The getRecommendations component users a query on FEED ITEM object and it only works if the user has VIEW ALL data access. For a non system admin user, it throws error documented in the below salesforce IDEAS.
https://trailblazer.salesforce.com/ideaView?id=08730000000b1HpAAI
As a work around , the query should be executed in a WITHOUT SHARING context. This is documented as FALSE POSITIVE IN THE CODE.
Installation Info
Sandbox & Scratch Orgs:
https://test.salesforce.com/packaging/installPackage.apexp?p0=04t3h000004Re9IAAS
Production & Developer Edition Orgs:
https://login.salesforce.com/packaging/installPackage.apexp?p0=04t3h000004Re9IAAS
1.14 (Beta 1)
Critical Changes
The app currently does not work if there is no VIEW ALL Permission on the object. The getRecommendations component users a query on FEED ITEM object and it only works if the user has VIEW ALL data access. For a non system admin user, it throws error documented in the below salesforce IDEAS. [PR287]
https://trailblazer.salesforce.com/ideaView?id=08730000000b1HpAAI [PR287]
As a work around , the query should be executed in a WITHOUT SHARING context. This is documented as FALSE POSITIVE IN THE CODE. [PR287]
Installation Info
Sandbox & Scratch Orgs:
https://test.salesforce.com/packaging/installPackage.apexp?p0=04t3h000004jsUcAAI
Production & Developer Edition Orgs:
https://login.salesforce.com/packaging/installPackage.apexp?p0=04t3h000004jsUcAAI
1.13
Critical Changes
SFIL-5 - UI Style/Design Enhancements
SFIL-6 - Add Labels to Service Tag Icons
SFIL-7 - Show Provider Information if available
Changes
- Add CumulusCI Locator Manager to manage all locators instead of hard coding
- Add
--debug
toci_master
in Beta Github Action
Installation Info
Sandbox & Scratch Orgs:
https://test.salesforce.com/packaging/installPackage.apexp?p0=04t3h000004jsN7AAI
Production & Developer Edition Orgs:
https://login.salesforce.com/packaging/installPackage.apexp?p0=04t3h000004jsN7AAI