Releases: SFDO-Community/TractionThrive-archived-
1.10 (Beta 7)
Critical Changes
Tab: Data Sharing [PR198]
App: Traction Thrive [PR198]
Remote Site Setting: COVID19Cloudhub [PR198]
Class: Status Report Handler [PR198]
Class: stausReportselector [PR198]
Class: IngressAsset [PR198]
Class: IngressInfection [PR198]
Class: AccountsSelector [PR198]
Class: StatusReportsHandlerTest [PR198]
Class: IngressBatch [PR198]
Class: IngressBatchTest [PR198]
LWC : dataSharingSetting [PR198]
Data Integration Rule : Activate Geocodes for Account Shipping Address [PR198]
Custom setting : Data_Sharing__c [PR198]
Changes
Removed unused fields from Procedure - Author, Procedure - Reader, and FAQ - Author page layouts. Also removed field from Recommended Compound Layout compact layout [PR192]
Fixed the Package Installation Guide Link [PR193]
IngressAsset.cls [PR199]
Installation Info
Sandbox & Scratch Orgs:
https://test.salesforce.com/packaging/installPackage.apexp?p0=04t3h000004m5uFAAQ
Production & Developer Edition Orgs:
https://login.salesforce.com/packaging/installPackage.apexp?p0=04t3h000004m5uFAAQ
Pull requests with no release notes
1.10 (Beta 6)
Critical Changes
Tab: Data Sharing [PR198]
App: Traction Thrive [PR198]
Remote Site Setting: COVID19Cloudhub [PR198]
Class: Status Report Handler [PR198]
Class: stausReportselector [PR198]
Class: IngressAsset [PR198]
Class: IngressInfection [PR198]
Class: AccountsSelector [PR198]
Class: StatusReportsHandlerTest [PR198]
Class: IngressBatch [PR198]
Class: IngressBatchTest [PR198]
LWC : dataSharingSetting [PR198]
Data Integration Rule : Activate Geocodes for Account Shipping Address [PR198]
Custom setting : Data_Sharing__c [PR198]
Changes
Removed unused fields from Procedure - Author, Procedure - Reader, and FAQ - Author page layouts. Also removed field from Recommended Compound Layout compact layout [PR192]
Fixed the Package Installation Guide Link [PR193]
IngressAsset.cls [PR199]
Installation Links
Production & Developer Edition Orgs:
https://login.salesforce.com/packaging/installPackage.apexp?p0=04t3h0000041TYjAAM
Sandbox & Scratch Orgs:
https://test.salesforce.com/packaging/installPackage.apexp?p0=04t3h0000041TYjAAM
Pull requests with no release notes
1.10 (Beta 5)
Critical Changes
Tab: Data Sharing [PR198]
App: Traction Thrive [PR198]
Remote Site Setting: COVID19Cloudhub [PR198]
Class: Status Report Handler [PR198]
Class: stausReportselector [PR198]
Class: IngressAsset [PR198]
Class: IngressInfection [PR198]
Class: AccountsSelector [PR198]
Class: StatusReportsHandlerTest [PR198]
Class: IngressBatch [PR198]
Class: IngressBatchTest [PR198]
LWC : dataSharingSetting [PR198]
Data Integration Rule : Activate Geocodes for Account Shipping Address [PR198]
Custom setting : Data_Sharing__c [PR198]
Changes
Removed unused fields from Procedure - Author, Procedure - Reader, and FAQ - Author page layouts. Also removed field from Recommended Compound Layout compact layout [PR192]
Fixed the Package Installation Guide Link [PR193]
Pull requests with no release notes
1.10 (Beta 4)
Critical Changes
Tab: Data Sharing [PR198]
App: Traction Thrive [PR198]
Remote Site Setting: COVID19Cloudhub [PR198]
Class: Status Report Handler [PR198]
Class: stausReportselector [PR198]
Class: IngressAsset [PR198]
Class: IngressInfection [PR198]
Class: AccountsSelector [PR198]
Class: StatusReportsHandlerTest [PR198]
Class: IngressBatch [PR198]
Class: IngressBatchTest [PR198]
LWC : dataSharingSetting [PR198]
Data Integration Rule : Activate Geocodes for Account Shipping Address [PR198]
Custom setting : Data_Sharing__c [PR198]
Changes
Removed unused fields from Procedure - Author, Procedure - Reader, and FAQ - Author page layouts. Also removed field from Recommended Compound Layout compact layout [PR192]
Fixed the Package Installation Guide Link [PR193]
Pull requests with no release notes
1.10 (Beta 3)
1.10 (Beta 2)
Pull requests with no release notes
- t11 - User can view account details under My Account [PR180]
1.10 (Beta 1)
Pull requests with no release notes
- t11 - User can view account details under My Account [PR180]
1.9
Changes
- Added a Post-Installation Section to the Home Page.
- Created Custom Metadata Type to enable/disable the private security model.
- Created a new Staff Access Field: Staff Record ID to be used on a matching rule.
- Created a new Staff Access Field: Staff Record Link to be displayed on all Staff Access related lists.
- Added field permissions to Admin and all community profiles for the new fields.
- Modified the Staff Access Name to be an auto-number instead of text.
contactCard : Included Label for Role on Contact Card in Home
ContactEditFormController : appiled try catch on dml operations and made picklistValues as map of label-> value
ContactEditFormControllerTest : updated for map related change
ContactsSelector: Included label for status as shown in toggle bar in home page
CredentialsSelector : included label for type in soql
contactEditForm : filteredPicklistValues updated for label and value and included typelabel
staffAvailability : Included staff label.
contactSupport : included translations.
Included helptext translation for custom fields and Account fields translation for consistency. - Created a Duplicate Rule for the Staff Access object.
- Created a new Staff Access Field: Access Level.
- Added the new field to the Staff Access Layout.
- Added field permissions for the new field to the Admin and all Community profiles.
- Created a new Staf Access Validation Rule.
- Updated the columns in the Related List: Staff Access for all Account and Contact page layouts used in Traction Thrive.
- Added the Staff Access related list on the Community Page: Staff Detail.
- Created a new Contact Validation Rule that blocks users from editing the Facility directly associated with a Contact record.
- Stamp staff id on staff access record - used to calculated duplicate records
- Created the following Account Validation Rules:
-- Only Hospitals can parent Divisions
-- Only Health Authorities can parent Hospitals
-- Block edits to Parent Facility - Deactivated the Workflow Rule: Stamp Health Authority.
- Created a task name
switch_community_template
which uses Robot Framework to switch an existing community to the Traction Thrive template - Created a flow named
qa_org_robot_community
for building a qa org usingconfig_scratch_start
,switch_community_template
,config_scratch_finish
, andcreate_community_users
- Removed custom metadata to toggle private security model
- Switch
${faker.first_name()}
&${faker.last_name()}
variable setting to useGet Fake Data
keyword instead onAPI Create Contact
keyword - remove recommendation audiences
- added community audiences
- Allows resource tracking to be configured by admin on lightning app page
Install plan will now check Account sharing settings prior to running the install.
1.9 (Beta 20)
Changes
- Added a Post-Installation Section to the Home Page. [PR135]
- Created Custom Metadata Type to enable/disable the private security model. [PR141]
- Created a new Staff Access Field: Staff Record ID to be used on a matching rule. [PR142]
- Created a new Staff Access Field: Staff Record Link to be displayed on all Staff Access related lists. [PR142]
- Added field permissions to Admin and all community profiles for the new fields. [PR142]
- Modified the Staff Access Name to be an auto-number instead of text. [PR142]
contactCard : Included Label for Role on Contact Card in Home [PR145]
ContactEditFormController : appiled try catch on dml operations and made picklistValues as map of label-> value [PR145]
ContactEditFormControllerTest : updated for map related change [PR145]
ContactsSelector: Included label for status as shown in toggle bar in home page [PR145]
CredentialsSelector : included label for type in soql [PR145]
contactEditForm : filteredPicklistValues updated for label and value and included typelabel [PR145]
staffAvailability : Included staff label. [PR145]
contactSupport : included translations. [PR145]
Included helptext translation for custom fields and Account fields translation for consistency. [PR145] - Created a Duplicate Rule for the Staff Access object. [PR147]
- Created a new Staff Access Field: Access Level. [PR151]
- Added the new field to the Staff Access Layout. [PR151]
- Added field permissions for the new field to the Admin and all Community profiles. [PR151]
- Created a new Staf Access Validation Rule. [PR151]
- Updated the columns in the Related List: Staff Access for all Account and Contact page layouts used in Traction Thrive. [PR152]
- Added the Staff Access related list on the Community Page: Staff Detail. [PR153]
- Created a new Contact Validation Rule that blocks users from editing the Facility directly associated with a Contact record. [PR154]
- Stamp staff id on staff access record - used to calculated duplicate records [PR155]
- Created the following Account Validation Rules: [PR156]
-- Only Hospitals can parent Divisions [PR156]
-- Only Health Authorities can parent Hospitals [PR156]
-- Block edits to Parent Facility [PR156] - Deactivated the Workflow Rule: Stamp Health Authority. [PR157]
- Created a task name
switch_community_template
which uses Robot Framework to switch an existing community to the Traction Thrive template [PR160] - Created a flow named
qa_org_robot_community
for building a qa org usingconfig_scratch_start
,switch_community_template
,config_scratch_finish
, andcreate_community_users
[PR160]
- Removed custom metadata to toggle private security model [PR168]
- Switch
${faker.first_name()}
&${faker.last_name()}
variable setting to useGet Fake Data
keyword instead onAPI Create Contact
keyword [PR174] - remove recommendation audiences [PR177]
- added community audiences [PR177]
- Allows resource tracking to be configured by admin on lightning app page [PR178]
Install plan will now check Account sharing settings prior to running the install. [PR181]
Pull requests with no release notes
-
t3 - Availability records are created whenever a staff is created [PR137]
-
Bug fixes for app fieldset component [PR139]
-
add translations for Traction Thrive Settings [PR158]
-
fix: Cannot delete managed object [PR159]
-
Feature/traction 314 [PR163]
-
t2 - Updating contact and credentials information in the community [PR165]
-
Revert "TRACTION-432" Validation rule on contact removed [PR169]
-
Revert "TRACTION-433" Worfklow on account [PR171]
-
Revert "TRACTION-426" Lock down Staff access [PR172]
-
fix: deploy EA permission set clone in post install [PR175]
-
Traction-442: Updated Resource component to allow on lightning app page [PR176]
-
fix: Staff Access and Credentials Related lists are not visible [PR179]
-
Feature/traction 110 [PR186]
-
feature: remove temporary description and custom tab [PR188]
-
add translation for Data_Sharing object [PR189]
-
Test fix for package [PR190]
1.9 (Beta 19)
Changes
- Added a Post-Installation Section to the Home Page. [PR135]
- Created Custom Metadata Type to enable/disable the private security model. [PR141]
- Created a new Staff Access Field: Staff Record ID to be used on a matching rule. [PR142]
- Created a new Staff Access Field: Staff Record Link to be displayed on all Staff Access related lists. [PR142]
- Added field permissions to Admin and all community profiles for the new fields. [PR142]
- Modified the Staff Access Name to be an auto-number instead of text. [PR142]
contactCard : Included Label for Role on Contact Card in Home [PR145]
ContactEditFormController : appiled try catch on dml operations and made picklistValues as map of label-> value [PR145]
ContactEditFormControllerTest : updated for map related change [PR145]
ContactsSelector: Included label for status as shown in toggle bar in home page [PR145]
CredentialsSelector : included label for type in soql [PR145]
contactEditForm : filteredPicklistValues updated for label and value and included typelabel [PR145]
staffAvailability : Included staff label. [PR145]
contactSupport : included translations. [PR145]
Included helptext translation for custom fields and Account fields translation for consistency. [PR145] - Created a Duplicate Rule for the Staff Access object. [PR147]
- Created a new Staff Access Field: Access Level. [PR151]
- Added the new field to the Staff Access Layout. [PR151]
- Added field permissions for the new field to the Admin and all Community profiles. [PR151]
- Created a new Staf Access Validation Rule. [PR151]
- Updated the columns in the Related List: Staff Access for all Account and Contact page layouts used in Traction Thrive. [PR152]
- Added the Staff Access related list on the Community Page: Staff Detail. [PR153]
- Created a new Contact Validation Rule that blocks users from editing the Facility directly associated with a Contact record. [PR154]
- Stamp staff id on staff access record - used to calculated duplicate records [PR155]
- Created the following Account Validation Rules: [PR156]
-- Only Hospitals can parent Divisions [PR156]
-- Only Health Authorities can parent Hospitals [PR156]
-- Block edits to Parent Facility [PR156] - Deactivated the Workflow Rule: Stamp Health Authority. [PR157]
- Removed custom metadata to toggle private security model [PR168]
- Switch
${faker.first_name()}
&${faker.last_name()}
variable setting to useGet Fake Data
keyword instead onAPI Create Contact
keyword [PR174] - remove recommendation audiences [PR177]
- added community audiences [PR177]
- Allows resource tracking to be configured by admin on lightning app page [PR178]
Install plan will now check Account sharing settings prior to running the install. [PR181]
Pull requests with no release notes
-
t3 - Availability records are created whenever a staff is created [PR137]
-
Bug fixes for app fieldset component [PR139]
-
add translations for Traction Thrive Settings [PR158]
-
fix: Cannot delete managed object [PR159]
-
Feature/traction 314 [PR163]
-
t2 - Updating contact and credentials information in the community [PR165]
-
Revert "TRACTION-432" Validation rule on contact removed [PR169]
-
Revert "TRACTION-433" Worfklow on account [PR171]
-
Revert "TRACTION-426" Lock down Staff access [PR172]
-
fix: deploy EA permission set clone in post install [PR175]
-
Traction-442: Updated Resource component to allow on lightning app page [PR176]
-
fix: Staff Access and Credentials Related lists are not visible [PR179]