1.6 (Beta 12)
Pre-release
Pre-release
mshanemc
released this
21 Oct 22:22
·
202 commits
to master
since this release
Critical Changes
Update sharing keyword settings on classes [PR182]
Add isCreateable() checks when creating new records [PR182]
Type field on Service becomes MultiSelect [PR184]
Make changes to allow packaging to work [PR185]
revert Type back to single-value picklist [PR186]
fix packaging errors due to changing methods from global to public [PR187]
Modified apex classes from global to public method. [PR205]
Added following UTIL class for CRUD/FLS checks [PR213]
UTIL_Describe [PR213]
UTIL_Permission [PR213]
UTIL_Profile [PR213]
Custom Labels [PR213]
flsError [[PR213](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessness/pull/213)]
stgCreatedBy [[PR213](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessness/pull/213)]
stgLastModifiedBy [[PR213](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessness/pull/213)]
``` [[PR213](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessness/pull/213)]
- Removed NPSP UTIL classes [[PR216](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessness/pull/216)]
- Added utility class to support CRUD/FLS checks. [[PR216](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessness/pull/216)]
- PermissionValidator [[PR216](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessness/pull/216)]
Modified following Classes to fulfill CRUD/FLS requirement [[PR217](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessness/pull/217)]
- RecommendationsInboundEmailHandler.cls [[PR217](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessness/pull/217)]
- ReferralResponseHelper.cls [[PR217](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessness/pull/217)]
- carrierSettingsData.cls [[PR217](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessness/pull/217)]
Updated SFDX-project.json from 48 to 49 to support [[PR218](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessness/pull/218)]
@snugsfbay commit https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessness/commit/faafedb3e09f91328ac04cde755fb339cdbe8f60 [[PR218](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessness/pull/218)]
Removed Send Referral to resolve version number issue. [[PR219](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessness/pull/219)]
Restore the Flow for packaging. [[PR221](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessness/pull/221)]
# Changes
Add situation/service tags field [[PR184](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessness/pull/184)]
new All_Types field for multiple types [[PR186](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessness/pull/186)]
becomes String[] on the ServiceRecommendation class [[PR186](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessness/pull/186)]
renames "service" to "program" in lots of object/field labels [[PR189](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessness/pull/189)]
security enforcement for apex classes for query/dml (WITH_SECURITY, stripInaccessible) [[PR190](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessness/pull/190)]
added logic to include ref rec component on case record page [[PR192](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessness/pull/192)]
update flow to give error if no email or phone are available [[PR196](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessness/pull/196)]
add state field [[PR198](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessness/pull/198)]
add test class for component wrapper controller [[PR198](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessness/pull/198)]
make illustrations their own LWCs [[PR201](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessness/pull/201)]
updated service print url [[PR202](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessness/pull/202)]
update layout for multiple program icons and allow filtering on array of program types [[PR203](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessness/pull/203)]
remove getting program types apex method [[PR206](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessness/pull/206)]
UI changes [[PR210](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessness/pull/210)]
-redirect on comment link [[PR210](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessness/pull/210)]
-changes to app and component name [[PR210](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessness/pull/210)]
-working share button on expanded view [[PR210](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessness/pull/210)]
-change Share to Refer [[PR210](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessness/pull/210)]
typo fix [[PR211](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessness/pull/211)]
Modified CumulusCI yml `config_dev` flow to perform dx_push and update admin profile for local builds. [[PR216](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessness/pull/216)]
Modified API for ReferralResponseHelper.cls-meta.xml [[PR217](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessness/pull/217)]
# Installation Links
Production & Developer Edition Orgs:
https://login.salesforce.com/packaging/installPackage.apexp?p0=04t3h000001RX6nAAG
Sandbox & Scratch Orgs:
https://test.salesforce.com/packaging/installPackage.apexp?p0=04t3h000001RX6nAAG
# Pull requests with no release notes
* Small tweaks to documentation from user feedback [[PR200](https://github.com/Salesforce-org-Impact-Labs/01HousingandHomelessness/pull/200)]