From 8f8c15b58ec5bbe669176eb2bbf7686a672b35fc Mon Sep 17 00:00:00 2001 From: M Umer Date: Mon, 5 Feb 2024 14:23:43 -0500 Subject: [PATCH 01/35] ALR-911 --- ...User_Registration_User_Mapping.ALR_Admin_Clerk.md-meta.xml | 4 ++++ ...gistration_User_Mapping.ALR_Admin_Data_Analyst.md-meta.xml | 4 ++++ ...ser_Registration_User_Mapping.ALR_Data_Analyst.md-meta.xml | 4 ++++ ...ser_Registration_User_Mapping.ALR_Investigator.md-meta.xml | 4 ++++ ..._User_Registration_User_Mapping.ALR_Leadership.md-meta.xml | 4 ++++ ...er_Registration_User_Mapping.ALR_Ops_Support_1.md-meta.xml | 4 ++++ ...P_User_Registration_User_Mapping.ALR_Registrar.md-meta.xml | 4 ++++ 7 files changed, 28 insertions(+) diff --git a/src/main/default/customMetadata/IDP_User_Registration_User_Mapping.ALR_Admin_Clerk.md-meta.xml b/src/main/default/customMetadata/IDP_User_Registration_User_Mapping.ALR_Admin_Clerk.md-meta.xml index 3c5f8e4c..01b9fb01 100644 --- a/src/main/default/customMetadata/IDP_User_Registration_User_Mapping.ALR_Admin_Clerk.md-meta.xml +++ b/src/main/default/customMetadata/IDP_User_Registration_User_Mapping.ALR_Admin_Clerk.md-meta.xml @@ -6,6 +6,10 @@ Assurance_Level__c 3 + + Default_Domain__c + alr + External_Provider_Role__c [ALR_Admin_Clerk] diff --git a/src/main/default/customMetadata/IDP_User_Registration_User_Mapping.ALR_Admin_Data_Analyst.md-meta.xml b/src/main/default/customMetadata/IDP_User_Registration_User_Mapping.ALR_Admin_Data_Analyst.md-meta.xml index 8b21c1fa..32892bb7 100644 --- a/src/main/default/customMetadata/IDP_User_Registration_User_Mapping.ALR_Admin_Data_Analyst.md-meta.xml +++ b/src/main/default/customMetadata/IDP_User_Registration_User_Mapping.ALR_Admin_Data_Analyst.md-meta.xml @@ -6,6 +6,10 @@ Assurance_Level__c 3 + + Default_Domain__c + alr + External_Provider_Role__c [ALR_Admin_Data_Analyst] diff --git a/src/main/default/customMetadata/IDP_User_Registration_User_Mapping.ALR_Data_Analyst.md-meta.xml b/src/main/default/customMetadata/IDP_User_Registration_User_Mapping.ALR_Data_Analyst.md-meta.xml index 6d101395..ee87c22a 100644 --- a/src/main/default/customMetadata/IDP_User_Registration_User_Mapping.ALR_Data_Analyst.md-meta.xml +++ b/src/main/default/customMetadata/IDP_User_Registration_User_Mapping.ALR_Data_Analyst.md-meta.xml @@ -6,6 +6,10 @@ Assurance_Level__c 3 + + Default_Domain__c + alr + External_Provider_Role__c [ALR_Data_Analyst] diff --git a/src/main/default/customMetadata/IDP_User_Registration_User_Mapping.ALR_Investigator.md-meta.xml b/src/main/default/customMetadata/IDP_User_Registration_User_Mapping.ALR_Investigator.md-meta.xml index 9dd25baa..073a4bb3 100644 --- a/src/main/default/customMetadata/IDP_User_Registration_User_Mapping.ALR_Investigator.md-meta.xml +++ b/src/main/default/customMetadata/IDP_User_Registration_User_Mapping.ALR_Investigator.md-meta.xml @@ -6,6 +6,10 @@ Assurance_Level__c 3 + + Default_Domain__c + alr + External_Provider_Role__c [ALR_Investigator] diff --git a/src/main/default/customMetadata/IDP_User_Registration_User_Mapping.ALR_Leadership.md-meta.xml b/src/main/default/customMetadata/IDP_User_Registration_User_Mapping.ALR_Leadership.md-meta.xml index bd3d8366..6df2162b 100644 --- a/src/main/default/customMetadata/IDP_User_Registration_User_Mapping.ALR_Leadership.md-meta.xml +++ b/src/main/default/customMetadata/IDP_User_Registration_User_Mapping.ALR_Leadership.md-meta.xml @@ -6,6 +6,10 @@ Assurance_Level__c 3 + + Default_Domain__c + alr + External_Provider_Role__c [ALR_Leadership] diff --git a/src/main/default/customMetadata/IDP_User_Registration_User_Mapping.ALR_Ops_Support_1.md-meta.xml b/src/main/default/customMetadata/IDP_User_Registration_User_Mapping.ALR_Ops_Support_1.md-meta.xml index 67f5e975..760b7cb8 100644 --- a/src/main/default/customMetadata/IDP_User_Registration_User_Mapping.ALR_Ops_Support_1.md-meta.xml +++ b/src/main/default/customMetadata/IDP_User_Registration_User_Mapping.ALR_Ops_Support_1.md-meta.xml @@ -6,6 +6,10 @@ Assurance_Level__c 3 + + Default_Domain__c + alr + External_Provider_Role__c [ALR_Ops_Support_1] diff --git a/src/main/default/customMetadata/IDP_User_Registration_User_Mapping.ALR_Registrar.md-meta.xml b/src/main/default/customMetadata/IDP_User_Registration_User_Mapping.ALR_Registrar.md-meta.xml index dcd8b601..cf92e431 100644 --- a/src/main/default/customMetadata/IDP_User_Registration_User_Mapping.ALR_Registrar.md-meta.xml +++ b/src/main/default/customMetadata/IDP_User_Registration_User_Mapping.ALR_Registrar.md-meta.xml @@ -6,6 +6,10 @@ Assurance_Level__c 3 + + Default_Domain__c + alr + External_Provider_Role__c [ALR_Registrar] From f1008067d86941aca858874365ce58099d1b45f7 Mon Sep 17 00:00:00 2001 From: Sriteja20 Date: Wed, 7 Feb 2024 18:06:55 +0530 Subject: [PATCH 02/35] ALR-820 (Added Required files) --- src/main/default/classes/BCMOH_Constants.cls | 3 ++- .../classes/MassEmailControllerTest.cls | 1 + .../classes/RenewalBlaTableController.cls | 15 ++++++++++--- .../lwc/renewalBlaTable/renewalBlaTable.js | 21 +++++++++++++++---- 4 files changed, 32 insertions(+), 8 deletions(-) diff --git a/src/main/default/classes/BCMOH_Constants.cls b/src/main/default/classes/BCMOH_Constants.cls index 54460ff3..3e701c41 100644 --- a/src/main/default/classes/BCMOH_Constants.cls +++ b/src/main/default/classes/BCMOH_Constants.cls @@ -73,5 +73,6 @@ public class BCMOH_Constants { public Final Static String MANAGEUNITCLASSNAME = 'ManageUnitOmniService'; public Final Static String INSERTMERGERASSETMETHODNAME = 'insertMergedAssets'; public Final Static String UPDATEPARENTONCHILDASSETMETHODNAME = 'updateParentOnChildAssets'; - + //ALR-820 + public Final Static List renewalTableUpdateStatus = new List{'Excluded', 'Cancelled'}; } \ No newline at end of file diff --git a/src/main/default/classes/MassEmailControllerTest.cls b/src/main/default/classes/MassEmailControllerTest.cls index f5a0f3a2..de123f70 100644 --- a/src/main/default/classes/MassEmailControllerTest.cls +++ b/src/main/default/classes/MassEmailControllerTest.cls @@ -50,6 +50,7 @@ public class MassEmailControllerTest { static void updateBlaRecsTest() { List blaRecs = [SELECT Id, Status, ExclusionReason__c FROM BusinessLicenseApplication]; blaRecs[0].ExclusionReason__c = 'testing'; + blaRecs[0].Status = 'Cancelled';//ALR-820 Object data = blaRecs; Test.startTest(); RenewalBlaTableController.updateBlaRecs(data); diff --git a/src/main/default/classes/RenewalBlaTableController.cls b/src/main/default/classes/RenewalBlaTableController.cls index da9af738..2c54f70f 100644 --- a/src/main/default/classes/RenewalBlaTableController.cls +++ b/src/main/default/classes/RenewalBlaTableController.cls @@ -38,15 +38,23 @@ public with sharing class RenewalBlaTableController { } //update bla records from lwc @AuraEnabled - public static void updateBlaRecs(Object data) { + public static Boolean updateBlaRecs(Object data) { + List blaUpdateList = new List(); + Boolean hasUpdated = false; try { - List blaUpdateList = + List blaList = (List)JSON.deserialize(JSON.serialize(data), List.class); - system.debug('dxbha 1'+blaUpdateList); + //ALR-820 - if status is updated to Cancelled or Excluded only then update the records + for(BusinessLicenseApplication blaRec : blaList) { + if(BCMOH_Constants.renewalTableUpdateStatus.contains(blaRec.Status)) { + blaUpdateList.add(blaRec); + } + } if(!blaUpdateList.isEmpty() && BusinessLicenseApplication.SObjectType.getDescribe().isUpdateable()) { system.debug('dxbha 2'+blaUpdateList); Database.Update(blaUpdateList, false); + hasUpdated = true; } } catch(exception ex) { @@ -58,5 +66,6 @@ public with sharing class RenewalBlaTableController { throw new AuraHandledException(ex.getMessage()); } } + return hasUpdated; } } \ No newline at end of file diff --git a/src/main/default/lwc/renewalBlaTable/renewalBlaTable.js b/src/main/default/lwc/renewalBlaTable/renewalBlaTable.js index 4656083a..d8274fb6 100644 --- a/src/main/default/lwc/renewalBlaTable/renewalBlaTable.js +++ b/src/main/default/lwc/renewalBlaTable/renewalBlaTable.js @@ -86,10 +86,23 @@ export default class RenewalBlaTable extends LightningElement { this.hasLoaded = false; const saveDraftValues = event.detail.draftValues; // Pass edited fields to the Apex controller - await updateBlaRecs({ data: saveDraftValues }); - //refresh the table with updated data - await this.refreshData(); - this.draftValues = []; + await updateBlaRecs({ data: saveDraftValues }) + .then(result => { + if(result) { + //refresh the table with updated data + this.refreshData(); + } + else { + //if no update manually refresh data table data + var tempBlaList = this.blaList; + this.blaList = []; + this.blaList = tempBlaList; + this.hasLoaded = true; + } + this.draftValues = []; + }) + .catch(error => { + }); } } catch (error) { let message = error.body.message.includes('FIELD_CUSTOM_VALIDATION_EXCEPTION') ? From 8d0483d9ff18eb90ad3d2e5de55a705edf48e060 Mon Sep 17 00:00:00 2001 From: Nirbighna2000 Date: Wed, 7 Feb 2024 18:13:26 +0530 Subject: [PATCH 03/35] ALR-198 --- .../Email_Bounces_Tracking.report-meta.xml | 68 +++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 src/main/default/reports/ALRAdministrativeReports/Email_Bounces_Tracking.report-meta.xml diff --git a/src/main/default/reports/ALRAdministrativeReports/Email_Bounces_Tracking.report-meta.xml b/src/main/default/reports/ALRAdministrativeReports/Email_Bounces_Tracking.report-meta.xml new file mode 100644 index 00000000..77a62f2d --- /dev/null +++ b/src/main/default/reports/ALRAdministrativeReports/Email_Bounces_Tracking.report-meta.xml @@ -0,0 +1,68 @@ + + + + EmailMessage.EmailMessageRelationContactRecipient$FirstName + + + EmailMessage.EmailMessageRelationContactRecipient$LastName + + + EmailMessage.EmailMessageRelationContactRecipient$Email + + + EmailMessage$ToAddress + + + EmailMessage$MessageDate + + + EmailMessage$Subject + + + EmailMessage.EmailMessageRelationContactRecipient$RelationType + + + EmailMessage.EmailMessageRelationContactRecipient$EmailBouncedDate + + + EmailMessage$Status + + + Sum + EmailMessage$IsBounced + + + EmailMessage$Id + + + EmailMessage.EmailMessageRelationContactRecipient$EmailBouncedReason + + + EmailMessage.EmailMessageRelationContactRecipient$RelationAddress + + Bounced Emails + + + EmailMessage$IsBounced + false + true + equals + 1 + + + Tabular + Email Bounces Tracking + + co + 1 + + EmailMessageWithContacts__c + organization + true + true + true + + EmailMessage$CreatedDate + INTERVAL_CUSTOM + + From 385d652f3de4bf2a0345de6a0c0b3efffd42cc12 Mon Sep 17 00:00:00 2001 From: Andrey Shestakov Date: Wed, 7 Feb 2024 08:15:59 -0500 Subject: [PATCH 04/35] GH Workglow Update --- .github/workflows/QA_Code_Deployment _Hotfix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/QA_Code_Deployment _Hotfix.yml b/.github/workflows/QA_Code_Deployment _Hotfix.yml index 78d0852f..a2631519 100644 --- a/.github/workflows/QA_Code_Deployment _Hotfix.yml +++ b/.github/workflows/QA_Code_Deployment _Hotfix.yml @@ -63,7 +63,7 @@ jobs: id: newtag run: | LATEST_TAG=${{ steps.latesttag.outputs.LATEST_TAG }} - NUMBER=${LATEST_TAG#ST.} + NUMBER=${LATEST_TAG#HOTFIXQA.} NEW_NUMBER=$((NUMBER + 1)) NEW_TAG=ST.${NEW_NUMBER} echo "NEW_TAG=$NEW_TAG" >> $GITHUB_OUTPUT From 9a3fc537136e34a4d3f99f6014b670baa4bee3f5 Mon Sep 17 00:00:00 2001 From: Andrey Shestakov Date: Wed, 7 Feb 2024 08:25:03 -0500 Subject: [PATCH 05/35] GH Workflow Update --- .github/workflows/QA_Code_Deployment _Hotfix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/QA_Code_Deployment _Hotfix.yml b/.github/workflows/QA_Code_Deployment _Hotfix.yml index a2631519..4216c7cd 100644 --- a/.github/workflows/QA_Code_Deployment _Hotfix.yml +++ b/.github/workflows/QA_Code_Deployment _Hotfix.yml @@ -65,7 +65,7 @@ jobs: LATEST_TAG=${{ steps.latesttag.outputs.LATEST_TAG }} NUMBER=${LATEST_TAG#HOTFIXQA.} NEW_NUMBER=$((NUMBER + 1)) - NEW_TAG=ST.${NEW_NUMBER} + NEW_TAG=HOTFIXQA.${NEW_NUMBER} echo "NEW_TAG=$NEW_TAG" >> $GITHUB_OUTPUT - name: 'Push new tag' From 837b52207127f380acc7824430eed8ed5902fedc Mon Sep 17 00:00:00 2001 From: Nirbighna2000 Date: Wed, 7 Feb 2024 20:25:54 +0530 Subject: [PATCH 06/35] ALR-693 --- ..._ALR_Admin_PSG.permissionsetgroup-meta.xml | 6 ++- ...icatorDefinition_PS.permissionset-meta.xml | 21 ++++++++++ ...ntTaskDefinition_PS.permissionset-meta.xml | 21 ++++++++++ ...askIndDefinition_PS.permissionset-meta.xml | 39 +++++++++++++++++++ ...E_RegulatoryCode_PS.permissionset-meta.xml | 30 ++++++++++++++ 5 files changed, 115 insertions(+), 2 deletions(-) create mode 100644 src-access-mgmt/main/default/permissionsets/EHIS_CRE_AssessmentIndicatorDefinition_PS.permissionset-meta.xml create mode 100644 src-access-mgmt/main/default/permissionsets/EHIS_CRE_AssessmentTaskDefinition_PS.permissionset-meta.xml create mode 100644 src-access-mgmt/main/default/permissionsets/EHIS_CRE_AssessmentTaskIndDefinition_PS.permissionset-meta.xml create mode 100644 src-access-mgmt/main/default/permissionsets/EHIS_CRE_RegulatoryCode_PS.permissionset-meta.xml diff --git a/src-access-mgmt/main/default/permissionsetgroups/EHIS_ALR_Admin_PSG.permissionsetgroup-meta.xml b/src-access-mgmt/main/default/permissionsetgroups/EHIS_ALR_Admin_PSG.permissionsetgroup-meta.xml index 736f161b..ffdbdd99 100644 --- a/src-access-mgmt/main/default/permissionsetgroups/EHIS_ALR_Admin_PSG.permissionsetgroup-meta.xml +++ b/src-access-mgmt/main/default/permissionsetgroups/EHIS_ALR_Admin_PSG.permissionsetgroup-meta.xml @@ -9,21 +9,23 @@ EHIS_CRE_Account_Contact_Asset_Service_PS EHIS_CRE_Action_Plan_Objects_PS EHIS_CRE_Address_Location_Application_PS + EHIS_CRE_AssessmentIndicatorDefinition_PS + EHIS_CRE_AssessmentTaskDefinition_PS + EHIS_CRE_AssessmentTaskIndDefinition_PS EHIS_CRE_Business_License_Application_PS EHIS_CRE_Business_License_Business_License_Application_PS EHIS_CRE_Business_License_PS EHIS_CRE_Inspection_Type_PS EHIS_CRE_Interaction_Summary EHIS_CRE_Public_Complaints_PS + EHIS_CRE_RegulatoryCode_PS EHIS_CRE_Reportable_Incident_Case_PS EHIS_Console_Access_PS EHIS_Delete_Service_PS EHIS_Enable_MFA - EHIS_Manage_Setup_Data_PS EHIS_PSL_PS EHIS_RE_Public_Complaints_PS EHIS_RE_Reg_Tran_Fee_Reg_Tran_Fee_Item_PS - EHIS_RE_Regulatory_Auth_Type_PS EHIS_Read_All_Public_Sector_Objects_PS EHIS_Read_Asseessment_Objects_PS EHIS_Read_Visit_PS diff --git a/src-access-mgmt/main/default/permissionsets/EHIS_CRE_AssessmentIndicatorDefinition_PS.permissionset-meta.xml b/src-access-mgmt/main/default/permissionsets/EHIS_CRE_AssessmentIndicatorDefinition_PS.permissionset-meta.xml new file mode 100644 index 00000000..69d70851 --- /dev/null +++ b/src-access-mgmt/main/default/permissionsets/EHIS_CRE_AssessmentIndicatorDefinition_PS.permissionset-meta.xml @@ -0,0 +1,21 @@ + + + ALR-693 + + true + AssessmentIndicatorDefinition.ExternalId__c + true + + false + + Salesforce + + true + false + true + true + false + AssessmentIndicatorDefinition + false + + diff --git a/src-access-mgmt/main/default/permissionsets/EHIS_CRE_AssessmentTaskDefinition_PS.permissionset-meta.xml b/src-access-mgmt/main/default/permissionsets/EHIS_CRE_AssessmentTaskDefinition_PS.permissionset-meta.xml new file mode 100644 index 00000000..0f78c1b1 --- /dev/null +++ b/src-access-mgmt/main/default/permissionsets/EHIS_CRE_AssessmentTaskDefinition_PS.permissionset-meta.xml @@ -0,0 +1,21 @@ + + + ALR-693 + + true + AssessmentTaskDefinition.ExternalId__c + true + + false + + Salesforce + + true + false + true + true + false + AssessmentTaskDefinition + false + + diff --git a/src-access-mgmt/main/default/permissionsets/EHIS_CRE_AssessmentTaskIndDefinition_PS.permissionset-meta.xml b/src-access-mgmt/main/default/permissionsets/EHIS_CRE_AssessmentTaskIndDefinition_PS.permissionset-meta.xml new file mode 100644 index 00000000..8890c944 --- /dev/null +++ b/src-access-mgmt/main/default/permissionsets/EHIS_CRE_AssessmentTaskIndDefinition_PS.permissionset-meta.xml @@ -0,0 +1,39 @@ + + + ALR-693 + + true + AssessmentTaskIndDefinition.ExternalId__c + true + + false + + Salesforce + + false + false + false + true + false + AssessmentIndicatorDefinition + false + + + false + false + false + true + false + AssessmentTaskDefinition + false + + + true + false + true + true + false + AssessmentTaskIndDefinition + false + + diff --git a/src-access-mgmt/main/default/permissionsets/EHIS_CRE_RegulatoryCode_PS.permissionset-meta.xml b/src-access-mgmt/main/default/permissionsets/EHIS_CRE_RegulatoryCode_PS.permissionset-meta.xml new file mode 100644 index 00000000..2736db4f --- /dev/null +++ b/src-access-mgmt/main/default/permissionsets/EHIS_CRE_RegulatoryCode_PS.permissionset-meta.xml @@ -0,0 +1,30 @@ + + + ALR-693 + + true + RegulatoryCode.ExternalId__c + true + + false + + Salesforce + + false + false + false + true + false + RegulatoryAuthority + false + + + true + false + true + true + false + RegulatoryCode + false + + From 3b3c294a0f9af632235a32400d7ce58c00a7bfba Mon Sep 17 00:00:00 2001 From: Nirbighna2000 Date: Wed, 7 Feb 2024 22:56:04 +0530 Subject: [PATCH 07/35] ALR-693 --- .../EHIS_ALR_Leadership_PSG.permissionsetgroup-meta.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src-access-mgmt/main/default/permissionsetgroups/EHIS_ALR_Leadership_PSG.permissionsetgroup-meta.xml b/src-access-mgmt/main/default/permissionsetgroups/EHIS_ALR_Leadership_PSG.permissionsetgroup-meta.xml index 00f8fb42..240dfff3 100644 --- a/src-access-mgmt/main/default/permissionsetgroups/EHIS_ALR_Leadership_PSG.permissionsetgroup-meta.xml +++ b/src-access-mgmt/main/default/permissionsetgroups/EHIS_ALR_Leadership_PSG.permissionsetgroup-meta.xml @@ -7,17 +7,19 @@ EHIS_CRE_Account_Contact_Asset_Service_PS EHIS_CRE_Action_Plan_Objects_PS EHIS_CRE_Address_Location_Application_PS + EHIS_CRE_AssessmentIndicatorDefinition_PS + EHIS_CRE_AssessmentTaskDefinition_PS + EHIS_CRE_AssessmentTaskIndDefinition_PS EHIS_CRE_Business_License_Application_PS EHIS_CRE_Inspection_Type_PS EHIS_CRE_Interaction_Summary EHIS_CRE_Public_Complaints_PS - EHIS_CRE_Regulatory_Auth_Type_PS + EHIS_CRE_RegulatoryCode_PS EHIS_CRE_Reportable_Incident_Case_PS EHIS_Console_Access_PS EHIS_Create_and_Manage_Reports EHIS_Enable_MFA EHIS_Leadership_User_PS - EHIS_Manage_Setup_Data_PS EHIS_PSL_PS EHIS_RE_Public_Complaints_PS EHIS_Read_All_Public_Sector_Objects_PS From c229878e8a13a0ccb1a6979f1c885f3b278e2dd4 Mon Sep 17 00:00:00 2001 From: Nirbighna2000 Date: Thu, 8 Feb 2024 12:03:36 +0530 Subject: [PATCH 08/35] ALR-198-ReportType --- ...ailMessageWithContacts.reportType-meta.xml | 598 ++++++++++++++++++ 1 file changed, 598 insertions(+) create mode 100644 src/main/default/reportTypes/EmailMessageWithContacts.reportType-meta.xml diff --git a/src/main/default/reportTypes/EmailMessageWithContacts.reportType-meta.xml b/src/main/default/reportTypes/EmailMessageWithContacts.reportType-meta.xml new file mode 100644 index 00000000..2e8b4c21 --- /dev/null +++ b/src/main/default/reportTypes/EmailMessageWithContacts.reportType-meta.xml @@ -0,0 +1,598 @@ + + + EmailMessage + other + true + ALR-198 + + true + EmailMessageRelationContactRecipient + + + + + false + BccAddress + EmailMessage
+
+ + false + IsBounced + EmailMessage
+
+ + false + CcAddress + EmailMessage
+
+ + false + ClientThreadIdentifier + EmailMessage
+
+ + false + CreatedBy + EmailMessage
+
+ + false + CreatedDate + EmailMessage
+
+ + false + Id + EmailMessage
+
+ + true + Name + EmailMessage
+
+ + false + FirstOpenedDate + EmailMessage
+
+ + false + FromAddress + EmailMessage
+
+ + false + FromName + EmailMessage
+
+ + false + HasAttachment + EmailMessage
+
+ + false + Headers + EmailMessage
+
+ + false + HtmlBody + EmailMessage
+
+ + false + IsClientManaged + EmailMessage
+
+ + false + IsExternallyVisible + EmailMessage
+
+ + false + Incoming + EmailMessage
+
+ + false + IsPrivateDraft + EmailMessage
+
+ + false + IsTracked + EmailMessage
+
+ + false + LastModifiedBy + EmailMessage
+
+ + false + LastModifiedDate + EmailMessage
+
+ + false + LastOpenedDate + EmailMessage
+
+ + false + MessageDate + EmailMessage
+
+ + false + MessageIdentifier + EmailMessage
+
+ + false + MessageSize + EmailMessage
+
+ + false + Parent + EmailMessage
+
+ + false + ReplyToEmailMessage + EmailMessage
+
+ + false + Status + EmailMessage
+
+ + false + Subject + EmailMessage
+
+ + false + TextBody + EmailMessage
+
+ + false + ThreadIdentifier + EmailMessage
+
+ + false + ToAddress + EmailMessage
+
+ Email Messages +
+ + + false + HasOptedOutOfEmail + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + EmailBouncedDate + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + OtherPhone + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + OtherStreet + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + Ownership + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + Phone + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + ElevatorAvailable__c + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + ExternalId__c + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + ExemptionofAddressPublication__c + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + Fax + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + HealthAuthority__c + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + NumberOfEmployees + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + Extension__c + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + HasOptedOutOfFax + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + GenderIdentity + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + HomePhone + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + TickerSymbol + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + Type + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + Website + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + Title + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + UniqueAccountNumber__c + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + Rating + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + ShippingAddress + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + ShippingCountry + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + ShippingLatitude + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + ShippingState + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + SicDesc + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + ShippingPostalCode + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + StaffingOnsite24hrs__c + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + StaffingOnsiteDayOnly__c + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + Status__c + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + StaffingOnsiteDayandPartofNight__c + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + SprinklerSystemInstalled__c + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + Sic + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + ShippingStreet + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + ShippingLongitude + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + ShippingGeocodeAccuracy + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + ShippingCity + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + RelationAddress + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + ResidenceGender__c + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + Salutation + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + Security__c + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + RegId__c + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + RelationType + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + RegistrantID__c + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + Pronouns + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + Parent + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + OtherPostalCode + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + OtherState + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + FirstName + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + Email + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + EmailBouncedReason + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + LicenseType__c + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + MailingGeocodeAccuracy + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + MailingLongitude + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + MailingStreet + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + MobilePhone + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + OperatingHours + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + OtherAddress + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + OtherCountry + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + OtherLatitude + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + OtherLongitude + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + OtherGeocodeAccuracy + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + OtherCity + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + OriginalCertificateIssuedDate__c + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + NumberofFloors__c + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + MailingPostalCode + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + MailingState + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + MailingLatitude + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + MailingCity + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + MailingCountry + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + MailingAddress + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + LeadSource + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + LastCURequestDate + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + LastInspectionDate__c + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + LastActivityDate + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + IsAccountOwnerLoggedInUser__c + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + LastModifiedDate + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + LastName + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + LastModifiedBy + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + Industry + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + IsEmailBounced + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + LastCertificateDate__c + EmailMessage.EmailMessageRelationContactRecipient
+
+ + false + LastCUUpdateDate + EmailMessage.EmailMessageRelationContactRecipient
+
+ Contacts +
+
From 53003cc396979239f1eb3efc26596dd0ec0f9c8d Mon Sep 17 00:00:00 2001 From: Sriteja20 Date: Thu, 8 Feb 2024 13:14:57 +0530 Subject: [PATCH 09/35] ALR-925 Added Flow --- .../default/flows/GenerateRenewalsForAccounts.flow-meta.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/default/flows/GenerateRenewalsForAccounts.flow-meta.xml b/src/main/default/flows/GenerateRenewalsForAccounts.flow-meta.xml index e018425c..69310c99 100644 --- a/src/main/default/flows/GenerateRenewalsForAccounts.flow-meta.xml +++ b/src/main/default/flows/GenerateRenewalsForAccounts.flow-meta.xml @@ -124,12 +124,12 @@ renewalHeader - <p><strong style="color: rgb(68, 68, 68); background-color: rgb(255, 255, 255); font-size: 14px;">Renewal Process: </strong><strong style="color: rgb(68, 68, 68); background-color: rgb(255, 255, 255); font-size: 16px;">{!renewalYearText}</strong></p> + <p><strong style="color: rgb(3, 45, 96); background-color: rgb(255, 255, 255); font-size: 14px;">Renewal Process: </strong><strong style="color: rgb(3, 45, 96); background-color: rgb(255, 255, 255); font-size: 16px;">{!renewalYearText}</strong></p> DisplayText renewalInfo - <p><span style="font-size: 16px;">Renewal Year: </span><strong style="font-size: 16px;">{!renewalYearText}</strong></p><p><span style="font-size: 16px;">Active Residences: </span><strong style="font-size: 16px; background-color: rgb(255, 255, 255); color: rgb(68, 68, 68);">{!renewalAccCount}</strong></p><p><br></p><p><span style="font-size: 16px; background-color: rgb(255, 255, 255);">Renewals will be generated for all residences with a status of "Registered Active", </span><span style="font-size: 16px; background-color: rgb(255, 255, 255); color: rgb(68, 68, 68);">"Registered Active with Conditions", "Registered Active Progressive Enforcement" without a renewal in progress.</span></p> + <p><span style="font-size: 16px; color: rgb(3, 45, 96);">Renewal Year: </span><strong style="font-size: 16px; color: rgb(3, 45, 96);">{!renewalYearText}</strong></p><p><span style="font-size: 16px; color: rgb(3, 45, 96);">Active Residences: </span><strong style="font-size: 16px; color: rgb(3, 45, 96); background-color: rgb(255, 255, 255);">{!renewalAccCount}</strong></p><p><br></p><p><span style="background-color: rgb(255, 255, 255); font-size: 16px; color: rgb(3, 45, 96);">Renewals will be generated for all residences with a status of "Registered Active", "Registered Active with Conditions", "Registered Active Progressive Enforcement" without a renewal in progress.</span></p> DisplayText Generate Renewals From 0db3f768d3ccc0a420b25520190a5e0ed3d4d572 Mon Sep 17 00:00:00 2001 From: Keerthana9894 Date: Thu, 8 Feb 2024 13:18:48 +0530 Subject: [PATCH 10/35] Hypercare\ALR-901 --- .../fields/DocumentTemplate__c.field-meta.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/default/objects/BusinessLicense/fields/DocumentTemplate__c.field-meta.xml b/src/main/default/objects/BusinessLicense/fields/DocumentTemplate__c.field-meta.xml index e33ef2b2..b3d20536 100644 --- a/src/main/default/objects/BusinessLicense/fields/DocumentTemplate__c.field-meta.xml +++ b/src/main/default/objects/BusinessLicense/fields/DocumentTemplate__c.field-meta.xml @@ -3,10 +3,10 @@ DocumentTemplate__c false CASE( - RegulatoryAuthorizationType.Name , -'Mental Health','CertificateTemplateMH', -'Supportive Recovery','CertificateTemplateSU', -'Seniors and Persons With Disabilities','CertificateTemplateSN', + RegulatoryAuthorizationType.RegulatoryAuthorizationCode__c, +'MH','CertificateTemplateMH', +'SU','CertificateTemplateSU', +'SN','CertificateTemplateSN', NULL ) BlankAsZero From 2c4ddca427976e7a09f419e0d6f4f94f323c6499 Mon Sep 17 00:00:00 2001 From: Keerthana9894 Date: Thu, 8 Feb 2024 13:52:27 +0530 Subject: [PATCH 11/35] Hypercare-ALR-920 --- .../GetApplicationFeeDetails_1.rpt-meta.xml | 452 +++++++++--------- 1 file changed, 226 insertions(+), 226 deletions(-) diff --git a/src/main/default/omniDataTransforms/GetApplicationFeeDetails_1.rpt-meta.xml b/src/main/default/omniDataTransforms/GetApplicationFeeDetails_1.rpt-meta.xml index a69269db..af9e60c6 100644 --- a/src/main/default/omniDataTransforms/GetApplicationFeeDetails_1.rpt-meta.xml +++ b/src/main/default/omniDataTransforms/GetApplicationFeeDetails_1.rpt-meta.xml @@ -26,19 +26,50 @@ GetApplicationFeeDetails false + false + 0.0 + LIMIT + 1 + GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem20 + BusinessLicense + 6.0 + 0.0 + GetApplicationFeeDetails + 0.0 + Certificate + json + false + false + + + [] true 0.0 - | var:InvoiceItem:Amount__c "Unit/\/\/Fee" == var:InvoiceItem:Quantity 12.50 * | var:InvoiceItem:Amount__c "Partial/\/\/Unit/\/\/Fee" == var:InvoiceItem:Quantity 6.25 * 0 IF IF - IF(%InvoiceItem:Amount__c%=="Unit Fee",%InvoiceItem:Quantity% * 12.50,IF(%InvoiceItem:Amount__c%=="Partial Unit Fee",%InvoiceItem:Quantity% * 6.25,0)) - InvoiceItem:Fees - 4.0 - GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem13 + GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem23 0.0 0.0 GetApplicationFeeDetails + 1.0 + List<Map> + Units + json + false + false + + + false + 0.0 + = + "$Vlocity.NULL" + GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem21 + ParentId + Asset + 4.0 + 0.0 + GetApplicationFeeDetails 0.0 - Formula - Formula + Unit + json false false @@ -59,6 +90,20 @@ false false + + false + 0.0 + GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem44 + RegistrantAccount:BillingCity + 0.0 + 0.0 + GetApplicationFeeDetails + 1.0 + RegistrantCity + json + false + false + false 0.0 @@ -76,62 +121,62 @@ false - false + true 0.0 - = - Invoice:Id - GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem14 - RegulatoryTrxnFeeId - RegulatoryTrxnFeeItem - 7.0 + | var:InvoiceItem:Amount__c "Unit/\/\/Fee" == 12.50 | var:InvoiceItem:Amount__c "Partial/\/\/Unit/\/\/Fee" == 6.25 0 IF IF + IF(%InvoiceItem:Amount__c%=="Unit Fee",12.50,IF(%InvoiceItem:Amount__c%=="Partial Unit Fee",6.25,0)) + InvoiceItem:Price + 1.0 + GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem6 + 0.0 0.0 GetApplicationFeeDetails 0.0 - InvoiceItem - json + Formula + Formula false false false 0.0 - LIMIT - 1 - GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem17 - Address - 10.0 + GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem41 + InvoiceItem:Price + 0.0 0.0 GetApplicationFeeDetails - 0.0 - Address + 1.0 + Currency + InvoiceItem:Price json false false - false + true 0.0 - LIMIT - 1 - GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem16 - Location - 9.0 + | var:InvoiceItem:Amount__c "Unit/\/\/Fee" == var:InvoiceItem:Quantity 12.50 * | var:InvoiceItem:Amount__c "Partial/\/\/Unit/\/\/Fee" == var:InvoiceItem:Quantity 6.25 * 0 IF IF + IF(%InvoiceItem:Amount__c%=="Unit Fee",%InvoiceItem:Quantity% * 12.50,IF(%InvoiceItem:Amount__c%=="Partial Unit Fee",%InvoiceItem:Quantity% * 6.25,0)) + InvoiceItem:Fees + 4.0 + GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem13 + 0.0 0.0 GetApplicationFeeDetails 0.0 - Location - json + Formula + Formula false false false 0.0 - | TODAY - TODAY() - InvoiceCreatedDate - 5.0 - GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem18 + | var:RegistrantAccount:BillingStreet "/\/\/" var:RegistrantAccount:BillingCity "/\/\/" var:RegistrantAccount:BillingState "/\/\/" var:ResidenceAccount:BillingPostalCode "/\/\/" var:RegistrantAccount:BillingCountry CONCAT + CONCAT(%RegistrantAccount:BillingStreet%, " ",%RegistrantAccount:BillingCity%, " ",%RegistrantAccount:BillingState%, " ",%ResidenceAccount:BillingPostalCode%, " ",%RegistrantAccount:BillingCountry%) + RegistrantBillingAddress + 2.0 + GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem7 0.0 0.0 GetApplicationFeeDetails @@ -144,16 +189,15 @@ false 0.0 - = - 'Active' - GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem19 - Status - BusinessLicense - 6.0 + LIMIT + 1 + GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem16 + Location + 9.0 0.0 GetApplicationFeeDetails 0.0 - Certificate + Location json false false @@ -162,15 +206,15 @@ false 0.0 = - "$Vlocity.NULL" - GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem21 - ParentId - Asset - 4.0 + ResidenceAccount:Id + GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem8 + ParentRecordId + AssociatedLocation + 8.0 0.0 GetApplicationFeeDetails 0.0 - Unit + AssociatedLoc json false false @@ -178,30 +222,30 @@ false 0.0 - LIMIT - 1 - GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem20 - BusinessLicense - 6.0 + | TODAY + TODAY() + InvoiceCreatedDate + 5.0 + GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem18 + 0.0 0.0 GetApplicationFeeDetails 0.0 - Certificate - json + Formula + Formula false false - [] - true + false 0.0 - GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem23 + GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem45 + RegistrantAccount:BillingPostalCode 0.0 0.0 GetApplicationFeeDetails 1.0 - List<Map> - Units + RegistrantZipCode json false false @@ -209,10 +253,10 @@ false 0.0 - > - '1' - GetApplicationFeeDetailsCustom3163 - FeeAmount + = + Invoice:Id + GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem14 + RegulatoryTrxnFeeId RegulatoryTrxnFeeItem 7.0 0.0 @@ -226,13 +270,13 @@ false 0.0 - GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem25 - InvoiceItem:Id + GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem43 + RegistrantAccount:BillingStreet 0.0 0.0 GetApplicationFeeDetails 1.0 - InvoiceItem:Id + RegistrantStreet json false false @@ -240,14 +284,15 @@ false 0.0 - GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem24 - InvoiceItem:Name - 0.0 + LIMIT + 1 + GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem17 + Address + 10.0 0.0 GetApplicationFeeDetails - 1.0 - String - InvoiceItem:Name + 0.0 + Address json false false @@ -255,28 +300,33 @@ false 0.0 - GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem27 - InvoiceItem:Type__c - 0.0 + = + "$Vlocity.NULL" + GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem9 + ActiveTo + AssociatedLocation + 8.0 0.0 GetApplicationFeeDetails - 1.0 - InvoiceItem:Type + 0.0 + AssociatedLoc json false false - [] false 0.0 - GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem26 - 0.0 + = + 'Active' + GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem19 + Status + BusinessLicense + 6.0 0.0 GetApplicationFeeDetails - 1.0 - List<Map> - InvoiceItem + 0.0 + Certificate json false false @@ -284,13 +334,16 @@ false 0.0 - GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem28 - InvoiceItem:Quantity__c - 0.0 + = + Location:Id + GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem11 + ParentId + Address + 10.0 0.0 GetApplicationFeeDetails - 1.0 - InvoiceItem:Quantity + 0.0 + Address json false false @@ -298,13 +351,16 @@ false 0.0 - GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem30 - RegistrantBillingAddress - 0.0 + = + AssociatedLoc:LocationId + GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem10 + Id + Location + 9.0 0.0 GetApplicationFeeDetails - 1.0 - RegistrantAddress + 0.0 + Location json false false @@ -312,13 +368,14 @@ false 0.0 - GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem29 - RegistrantAccount:Name + GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem33 + InvoiceItem:FeeAmount 0.0 0.0 GetApplicationFeeDetails 1.0 - RegistrantName + Currency + InvoiceItem:Fees json false false @@ -326,13 +383,13 @@ false 0.0 - GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem32 - ResidenceAddress + GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem36 + InvoiceCreatedDate 0.0 0.0 GetApplicationFeeDetails 1.0 - ResidenceAddress + InvoiceCreatedDate json false false @@ -368,14 +425,14 @@ false 0.0 - GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem33 - InvoiceItem:FeeAmount + GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem38 + Invoice:PaymentDate__c 0.0 0.0 GetApplicationFeeDetails 1.0 - Currency - InvoiceItem:Fees + Date(MM/dd/yyyy) + InvoicePaymentDate json false false @@ -383,13 +440,16 @@ false 0.0 - GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem36 - InvoiceCreatedDate - 0.0 + = + ResidenceAccount:Id + GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem0 + AccountId + Asset + 4.0 0.0 GetApplicationFeeDetails - 1.0 - InvoiceCreatedDate + 0.0 + Unit json false false @@ -430,14 +490,13 @@ false 0.0 - GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem38 - Invoice:PaymentDate__c + GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem40 + Certificate:RegistrationCertificate__c 0.0 0.0 GetApplicationFeeDetails 1.0 - Date(MM/dd/yyyy) - InvoicePaymentDate + CertificateId json false false @@ -446,15 +505,15 @@ false 0.0 = - ResidenceAccount:Id - GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem0 - AccountId - Asset - 4.0 + Invoice:AccountId + GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem2 + Id + Account + 3.0 0.0 GetApplicationFeeDetails 0.0 - Unit + ResidenceAccount json false false @@ -494,13 +553,13 @@ false 0.0 - GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem40 - Certificate:RegistrationCertificate__c + GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem42 + RegistrantAccount:BillingState 0.0 0.0 GetApplicationFeeDetails 1.0 - CertificateId + RegistrantState json false false @@ -509,15 +568,15 @@ false 0.0 = - Invoice:AccountId - GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem2 + ResidenceAccount:ParentId + GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem4 Id Account - 3.0 + 5.0 0.0 GetApplicationFeeDetails 0.0 - ResidenceAccount + RegistrantAccount json false false @@ -557,30 +616,14 @@ false 0.0 - GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem42 - RegistrantAccount:BillingState + GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem24 + InvoiceItem:Name 0.0 0.0 GetApplicationFeeDetails 1.0 - RegistrantState - json - false - false - - - false - 0.0 - = - ResidenceAccount:ParentId - GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem4 - Id - Account - 5.0 - 0.0 - GetApplicationFeeDetails - 0.0 - RegistrantAccount + String + InvoiceItem:Name json false false @@ -588,14 +631,13 @@ false 0.0 - GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem41 - InvoiceItem:Price + GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem27 + InvoiceItem:Type__c 0.0 0.0 GetApplicationFeeDetails 1.0 - Currency - InvoiceItem:Price + InvoiceItem:Type json false false @@ -603,95 +645,59 @@ false 0.0 - | var:RegistrantAccount:BillingStreet "/\/\/" var:RegistrantAccount:BillingCity "/\/\/" var:RegistrantAccount:BillingState "/\/\/" var:ResidenceAccount:BillingPostalCode "/\/\/" var:RegistrantAccount:BillingCountry CONCAT - CONCAT(%RegistrantAccount:BillingStreet%, " ",%RegistrantAccount:BillingCity%, " ",%RegistrantAccount:BillingState%, " ",%ResidenceAccount:BillingPostalCode%, " ",%RegistrantAccount:BillingCountry%) - RegistrantBillingAddress - 2.0 - GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem7 - 0.0 + > + '1' + GetApplicationFeeDetailsCustom3163 + FeeAmount + RegulatoryTrxnFeeItem + 7.0 0.0 GetApplicationFeeDetails 0.0 - Formula - Formula + InvoiceItem + json false false false 0.0 - GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem44 - RegistrantAccount:BillingCity + GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem25 + InvoiceItem:Id 0.0 0.0 GetApplicationFeeDetails 1.0 - RegistrantCity + InvoiceItem:Id json false false - - true - 0.0 - | var:InvoiceItem:Amount__c "Unit/\/\/Fee" == 12.50 | var:InvoiceItem:Amount__c "Partial/\/\/Unit/\/\/Fee" == 6.25 0 IF IF - IF(%InvoiceItem:Amount__c%=="Unit Fee",12.50,IF(%InvoiceItem:Amount__c%=="Partial Unit Fee",6.25,0)) - InvoiceItem:Price - 1.0 - GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem6 - 0.0 - 0.0 - GetApplicationFeeDetails - 0.0 - Formula - Formula - false - false - false 0.0 - GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem43 - RegistrantAccount:BillingStreet + GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem30 + RegistrantBillingAddress 0.0 0.0 GetApplicationFeeDetails 1.0 - RegistrantStreet - json - false - false - - - false - 0.0 - = - "$Vlocity.NULL" - GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem9 - ActiveTo - AssociatedLocation - 8.0 - 0.0 - GetApplicationFeeDetails - 0.0 - AssociatedLoc + RegistrantAddress json false false + [] false 0.0 - = - ResidenceAccount:Id - GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem8 - ParentRecordId - AssociatedLocation - 8.0 + GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem26 + 0.0 0.0 GetApplicationFeeDetails - 0.0 - AssociatedLoc + 1.0 + List<Map> + InvoiceItem json false false @@ -699,13 +705,13 @@ false 0.0 - GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem45 - RegistrantAccount:BillingPostalCode + GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem28 + InvoiceItem:Quantity__c 0.0 0.0 GetApplicationFeeDetails 1.0 - RegistrantZipCode + InvoiceItem:Quantity json false false @@ -713,16 +719,13 @@ false 0.0 - = - Location:Id - GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem11 - ParentId - Address - 10.0 + GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem29 + RegistrantAccount:Name + 0.0 0.0 GetApplicationFeeDetails - 0.0 - Address + 1.0 + RegistrantName json false false @@ -730,16 +733,13 @@ false 0.0 - = - AssociatedLoc:LocationId - GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem10 - Id - Location - 9.0 + GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem32 + ResidenceAddress + 0.0 0.0 GetApplicationFeeDetails - 0.0 - Location + 1.0 + ResidenceAddress json false false From ee3f88e3f22275986cf5935525eb26843eeab65f Mon Sep 17 00:00:00 2001 From: Keerthana9894 Date: Thu, 8 Feb 2024 16:00:25 +0530 Subject: [PATCH 12/35] ALr-920 --- .../GetApplicationFeeDetails_1.rpt-meta.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/default/omniDataTransforms/GetApplicationFeeDetails_1.rpt-meta.xml b/src/main/default/omniDataTransforms/GetApplicationFeeDetails_1.rpt-meta.xml index af9e60c6..eb466cbf 100644 --- a/src/main/default/omniDataTransforms/GetApplicationFeeDetails_1.rpt-meta.xml +++ b/src/main/default/omniDataTransforms/GetApplicationFeeDetails_1.rpt-meta.xml @@ -602,7 +602,7 @@ = ResidenceAccount:Id GetApplicationFeeDetailsCustom0jIAs0000000YuXMAUItem5 - AccountId + Account__c BusinessLicense 6.0 0.0 @@ -746,7 +746,7 @@ JSON { - "Id" : "0kxAs0000000EFtIAM" + "Id" : "0kxG100000000knIAA" } false 0.0 From ba71b1e72b31fe045636748766d85ce46fac5597 Mon Sep 17 00:00:00 2001 From: Keerthana9894 Date: Thu, 8 Feb 2024 18:07:33 +0530 Subject: [PATCH 13/35] Hypercare-ALR-827 --- ...lNotificationTemplate.emailFolder-meta.xml | 24 +++++++++ .../Annual_Renewal_Notification_Letter.email | 1 + ...Renewal_Notification_Letter.email-meta.xml | 50 +++++++++++++++++++ ...gistration_Renewal_Completion_Letter.email | 1 + ...n_Renewal_Completion_Letter.email-meta.xml | 28 +++++++++++ .../Renewal_Reminder_Email.email | 1 + .../Renewal_Reminder_Email.email-meta.xml | 24 +++++++++ 7 files changed, 129 insertions(+) create mode 100644 src/main/default/email/ALRRenewalNotificationTemplate.emailFolder-meta.xml create mode 100644 src/main/default/email/ALRRenewalNotificationTemplate/Annual_Renewal_Notification_Letter.email create mode 100644 src/main/default/email/ALRRenewalNotificationTemplate/Annual_Renewal_Notification_Letter.email-meta.xml create mode 100644 src/main/default/email/ALRRenewalNotificationTemplate/Registration_Renewal_Completion_Letter.email create mode 100644 src/main/default/email/ALRRenewalNotificationTemplate/Registration_Renewal_Completion_Letter.email-meta.xml create mode 100644 src/main/default/email/ALRRenewalNotificationTemplate/Renewal_Reminder_Email.email create mode 100644 src/main/default/email/ALRRenewalNotificationTemplate/Renewal_Reminder_Email.email-meta.xml diff --git a/src/main/default/email/ALRRenewalNotificationTemplate.emailFolder-meta.xml b/src/main/default/email/ALRRenewalNotificationTemplate.emailFolder-meta.xml new file mode 100644 index 00000000..f95a7bc8 --- /dev/null +++ b/src/main/default/email/ALRRenewalNotificationTemplate.emailFolder-meta.xml @@ -0,0 +1,24 @@ + + + + Manage + k.t.srinivasan@accenture.com + User + + + Manage + sweta.akella@accenture.com + User + + + View + ALRAdminUsersPG + Group + + + View + ALRDataAnalystUsersPG + Group + + ALR Renewal Notification Templates + diff --git a/src/main/default/email/ALRRenewalNotificationTemplate/Annual_Renewal_Notification_Letter.email b/src/main/default/email/ALRRenewalNotificationTemplate/Annual_Renewal_Notification_Letter.email new file mode 100644 index 00000000..c5b5f10d --- /dev/null +++ b/src/main/default/email/ALRRenewalNotificationTemplate/Annual_Renewal_Notification_Letter.email @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/default/email/ALRRenewalNotificationTemplate/Annual_Renewal_Notification_Letter.email-meta.xml b/src/main/default/email/ALRRenewalNotificationTemplate/Annual_Renewal_Notification_Letter.email-meta.xml new file mode 100644 index 00000000..7a8bb499 --- /dev/null +++ b/src/main/default/email/ALRRenewalNotificationTemplate/Annual_Renewal_Notification_Letter.email-meta.xml @@ -0,0 +1,50 @@ + + + true + UTF-8 + Annual Renewal Notification Letter + Test1 + + Assisted Living Registration - Annual Renewal Residence {%%Account.Name%%} – {%%BusinessLicense.RegistrationCertificate__c%%} + Dear Registrant, + +ACTION REQUIRED: This email is to notify you that the {{{BusinessLicenseApplication.RenewalYear__c}}} - {%%NextYear%%} registration renewal fees for the assisted living units at {%%Account.Name%%} are due on or before March 31, {{{BusinessLicenseApplication.RenewalYear__c}}}. A renewal fee of $12.50 is required for each registered unit. + +The renewal process is an automated email sent from our database that includes the renewal form and invoice. The email is sent to the main contact listed in our database, which is why you have received it. Please forward this important information to the appropriate person in your organization to action the renewal and avoid late charges. + +The renewal process requires you to do the following: + - Review and Complete the attached renewal form + + - Ensure the form is signed by the legal operator or authorized representative. + - "Site Manager" must be the person who has responsibility to oversee the day-to-day assisted living operations. + - "Second Site Manager" must be the person who has responsibility to oversee the day-to-day assisted living operations while the Site Manager is not on site. + - Provide information about other accommodations you offer, if applicable (e.g., independent living, supportive housing, or licensed care), include the number of rooms dedicated to these accommodations. *Registrants must be able to identify to the Registry at any time which of the units house residents receiving assisted living services (both private and publicly subsidized). + - Update the type of Assisted Living Services and Hospitality Services provided. + - Review the invoice to confirm the number of assisted living units – if you have decreased the number of units, please recalculate the invoice amount (e.g. 10 units x $12.50 = $125.00) and make any necessary updates on the renewal form. Increases to the number of units that were previously registered is subject to approval. To avoid delay in renewing your registration, and avoid late fees, where possible include a separate cheque with the additional units amount (e.g. 10 units x $12.50 = $125.00). + + - Submit your registration renewal + - Email your completed renewal form to hlth.assistedlivingregistry@gov.bc.ca < mailto:hlth.assistedlivingregistry@gov.bc.ca > . + - Mail your cheque(s), payable to "Assisted Living Registry", ensuring that you include the residence name(s) and/or invoice number(s), to: + +Assisted Living Registry - Renewals + +PO Box 9601 + +STN PROV GOVT + +Victoria, BC V8W 9P1 + +Completed renewal form and payment must be received by the Assisted Living Registryno later than April 1, {{{BusinessLicenseApplication.RenewalYear__c}}} to avoid a late renewal fee of $250.00. + +If the renewal form is received, but is incomplete, or payment is missing, this will delay your renewal process and may lead to a late fee charge. + +If you have any questions, please contact us at hlth.assistedlivingregistry@gov.bc.ca < mailto:hlth.assistedlivingregistry@gov.bc.ca > or through our general line at 778-974-4887/toll-free at 1-866-714-3378. + +Sincerely, + +Sue Bedford + +Director, Assisted Living Registry + custom + SFX + diff --git a/src/main/default/email/ALRRenewalNotificationTemplate/Registration_Renewal_Completion_Letter.email b/src/main/default/email/ALRRenewalNotificationTemplate/Registration_Renewal_Completion_Letter.email new file mode 100644 index 00000000..1066a60b --- /dev/null +++ b/src/main/default/email/ALRRenewalNotificationTemplate/Registration_Renewal_Completion_Letter.email @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/default/email/ALRRenewalNotificationTemplate/Registration_Renewal_Completion_Letter.email-meta.xml b/src/main/default/email/ALRRenewalNotificationTemplate/Registration_Renewal_Completion_Letter.email-meta.xml new file mode 100644 index 00000000..2d901638 --- /dev/null +++ b/src/main/default/email/ALRRenewalNotificationTemplate/Registration_Renewal_Completion_Letter.email-meta.xml @@ -0,0 +1,28 @@ + + + true + UTF-8 + Registration Renewal Completion Letter + Registration_Renewal_Completion_Letter + + {%%Account.Name%%} – Registration Renewal {{{BusinessLicenseApplication.RenewalYear__c}}}/{%%NextYear%%} + Dear Registrant, + +This is to advise that the registration of {%%TotalALUnits%%} assisted living units at {%%Account.Name%%} under the Community Care and Assisted Living Act has been renewed for {{{BusinessLicenseApplication.RenewalYear__c}}}/{%%NextYear%%}. The registration is effective until March 31, {%%NextYear%%}. + +The enclosed registration certificate should be posted in a prominent location at the residence. The enclosed receipt is for your records. + +Please contact the Assisted Living Registry throughout the coming year if any of the information provided about the residence changes (e.g. ownership, contact information, site manager, or number of assisted living units). + +Sincerely, + +Sue Bedford + +Director, Assisted Living + +Ministry of Health + +Enc. Registration certificate, receipt for registration fees + custom + SFX + diff --git a/src/main/default/email/ALRRenewalNotificationTemplate/Renewal_Reminder_Email.email b/src/main/default/email/ALRRenewalNotificationTemplate/Renewal_Reminder_Email.email new file mode 100644 index 00000000..3be6c646 --- /dev/null +++ b/src/main/default/email/ALRRenewalNotificationTemplate/Renewal_Reminder_Email.email @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/default/email/ALRRenewalNotificationTemplate/Renewal_Reminder_Email.email-meta.xml b/src/main/default/email/ALRRenewalNotificationTemplate/Renewal_Reminder_Email.email-meta.xml new file mode 100644 index 00000000..b9fc79cc --- /dev/null +++ b/src/main/default/email/ALRRenewalNotificationTemplate/Renewal_Reminder_Email.email-meta.xml @@ -0,0 +1,24 @@ + + + true + UTF-8 + Renewal Reminder Email + Renewal_Reminder_Email + + {%%Account.Name%%} – Registration Renewal Reminder {{{BusinessLicenseApplication.RenewalYear__c}}}/{%%NextYear%%} + Good afternoon, + +This email is to inform you that renewal forms and invoices were sent out for 2024-02-01. + +The renewal process is automated from our database and was sent only to the main contact listed in our database. If you did not receive the automated email containing the renewal form and invoice, we kindly ask that you check with your main contact and/or in your junk folders. + +If you still are unable to locate the renewal notification email, please send an email to hlth.assistedlivingregistry@gov.bc.ca < mailto:hlth.assistedlivingregistry@gov.bc.ca?subject=Missing+Renewal > with the subject “Missing Renewal”, including the name of the residence(s), and we will be happy to assist you. + +If you have any other questions about the renewal process, please do not hesitate to reach out. + +Thank you, + +Assisted Living Registry + custom + SFX + From 85e1c5769424a6314a663361c5054178e1d726f9 Mon Sep 17 00:00:00 2001 From: Nirbighna2000 Date: Thu, 8 Feb 2024 18:31:46 +0530 Subject: [PATCH 14/35] ALR-198 --- .../reportTypes/EmailMessageWithContacts.reportType-meta.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main/default/reportTypes/EmailMessageWithContacts.reportType-meta.xml b/src/main/default/reportTypes/EmailMessageWithContacts.reportType-meta.xml index 2e8b4c21..23b3b244 100644 --- a/src/main/default/reportTypes/EmailMessageWithContacts.reportType-meta.xml +++ b/src/main/default/reportTypes/EmailMessageWithContacts.reportType-meta.xml @@ -553,11 +553,6 @@ LastActivityDate EmailMessage.EmailMessageRelationContactRecipient
- - false - IsAccountOwnerLoggedInUser__c - EmailMessage.EmailMessageRelationContactRecipient
-
false LastModifiedDate From b76e0bdf307ca8db7a78493d567126930fc9db17 Mon Sep 17 00:00:00 2001 From: Keerthana9894 Date: Thu, 8 Feb 2024 18:32:46 +0530 Subject: [PATCH 15/35] Hypercare-ALR-827 --- ...ALRRenewalNotificationTemplate.emailFolder-meta.xml | 10 ---------- .../Annual_Renewal_Notification_Letter.email-meta.xml | 3 +-- ...gistration_Renewal_Completion_Letter.email-meta.xml | 3 +-- .../Renewal_Reminder_Email.email-meta.xml | 1 - 4 files changed, 2 insertions(+), 15 deletions(-) diff --git a/src/main/default/email/ALRRenewalNotificationTemplate.emailFolder-meta.xml b/src/main/default/email/ALRRenewalNotificationTemplate.emailFolder-meta.xml index f95a7bc8..c7cd82da 100644 --- a/src/main/default/email/ALRRenewalNotificationTemplate.emailFolder-meta.xml +++ b/src/main/default/email/ALRRenewalNotificationTemplate.emailFolder-meta.xml @@ -1,15 +1,5 @@ - - Manage - k.t.srinivasan@accenture.com - User - - - Manage - sweta.akella@accenture.com - User - View ALRAdminUsersPG diff --git a/src/main/default/email/ALRRenewalNotificationTemplate/Annual_Renewal_Notification_Letter.email-meta.xml b/src/main/default/email/ALRRenewalNotificationTemplate/Annual_Renewal_Notification_Letter.email-meta.xml index 7a8bb499..09dc72af 100644 --- a/src/main/default/email/ALRRenewalNotificationTemplate/Annual_Renewal_Notification_Letter.email-meta.xml +++ b/src/main/default/email/ALRRenewalNotificationTemplate/Annual_Renewal_Notification_Letter.email-meta.xml @@ -46,5 +46,4 @@ Sue Bedford Director, Assisted Living Registry custom - SFX - + diff --git a/src/main/default/email/ALRRenewalNotificationTemplate/Registration_Renewal_Completion_Letter.email-meta.xml b/src/main/default/email/ALRRenewalNotificationTemplate/Registration_Renewal_Completion_Letter.email-meta.xml index 2d901638..67d2f936 100644 --- a/src/main/default/email/ALRRenewalNotificationTemplate/Registration_Renewal_Completion_Letter.email-meta.xml +++ b/src/main/default/email/ALRRenewalNotificationTemplate/Registration_Renewal_Completion_Letter.email-meta.xml @@ -24,5 +24,4 @@ Ministry of Health Enc. Registration certificate, receipt for registration fees custom - SFX - + diff --git a/src/main/default/email/ALRRenewalNotificationTemplate/Renewal_Reminder_Email.email-meta.xml b/src/main/default/email/ALRRenewalNotificationTemplate/Renewal_Reminder_Email.email-meta.xml index b9fc79cc..be8d90f4 100644 --- a/src/main/default/email/ALRRenewalNotificationTemplate/Renewal_Reminder_Email.email-meta.xml +++ b/src/main/default/email/ALRRenewalNotificationTemplate/Renewal_Reminder_Email.email-meta.xml @@ -20,5 +20,4 @@ Thank you, Assisted Living Registry custom - SFX From 8f7c9aa112f7659c805a040540a8ce2e2c9d663d Mon Sep 17 00:00:00 2001 From: Nirbighna2000 Date: Thu, 8 Feb 2024 18:45:57 +0530 Subject: [PATCH 16/35] ALR-198 --- .../reportTypes/EmailMessageWithContacts.reportType-meta.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main/default/reportTypes/EmailMessageWithContacts.reportType-meta.xml b/src/main/default/reportTypes/EmailMessageWithContacts.reportType-meta.xml index 23b3b244..5db69778 100644 --- a/src/main/default/reportTypes/EmailMessageWithContacts.reportType-meta.xml +++ b/src/main/default/reportTypes/EmailMessageWithContacts.reportType-meta.xml @@ -458,11 +458,6 @@ MobilePhone EmailMessage.EmailMessageRelationContactRecipient
- - false - OperatingHours - EmailMessage.EmailMessageRelationContactRecipient
-
false OtherAddress From 5cb8d140cf96eaf1dba034b642b93b1c69ebf801 Mon Sep 17 00:00:00 2001 From: Nirbighna2000 Date: Thu, 8 Feb 2024 19:05:50 +0530 Subject: [PATCH 17/35] devorg-ALR-198 --- .../MOH Standard User.profile-meta.xml | 16 ++- .../Contact_Record_Page.flexipage-meta.xml | 10 ++ .../Contact-Contact Layout.layout-meta.xml | 24 +--- ...ssage-Email Message Layout.layout-meta.xml | 125 ++++++++++++++++++ 4 files changed, 148 insertions(+), 27 deletions(-) create mode 100644 src-ui/main/default/layouts/EmailMessage-Email Message Layout.layout-meta.xml diff --git a/src-access-mgmt/main/default/profiles/MOH Standard User.profile-meta.xml b/src-access-mgmt/main/default/profiles/MOH Standard User.profile-meta.xml index 27ff6bfb..c772ac88 100644 --- a/src-access-mgmt/main/default/profiles/MOH Standard User.profile-meta.xml +++ b/src-access-mgmt/main/default/profiles/MOH Standard User.profile-meta.xml @@ -1,6 +1,6 @@ - + EHIS_Services true true @@ -96,7 +96,7 @@ false true - + false Account.AccountNumber false @@ -2008,7 +2008,7 @@ Account-Registrant Page Layout - Account.Registrant + Account.Registrant Account-Residence Page Layout @@ -2052,6 +2052,9 @@ Case-Reportable Incident Page Layout Case.ReportableIncident + + Contact-Contact Layout + DocumentChecklistItem-Document Checklist Page Layout @@ -2059,6 +2062,9 @@ DocumentChecklistItem-Document Checklist Page Layout DocumentChecklistItem.Document_Checklist_Item_Record_Type + + EmailMessage-Email Message Layout + InspectionType-Inspection Type Layout @@ -2395,7 +2401,7 @@ true ExportReport - + false ImportPersonal @@ -2463,7 +2469,7 @@ true ViewRoles - + false ViewSetup diff --git a/src-ui/main/default/flexipages/Contact_Record_Page.flexipage-meta.xml b/src-ui/main/default/flexipages/Contact_Record_Page.flexipage-meta.xml index 36d11506..470ac5b9 100644 --- a/src-ui/main/default/flexipages/Contact_Record_Page.flexipage-meta.xml +++ b/src-ui/main/default/flexipages/Contact_Record_Page.flexipage-meta.xml @@ -174,6 +174,16 @@ Region + + + + showLegacyActivityComposer + false + + runtime_sales_activities:activityPanel + runtime_sales_activities_activityPanel + + Replace sidebar Region diff --git a/src-ui/main/default/layouts/Contact-Contact Layout.layout-meta.xml b/src-ui/main/default/layouts/Contact-Contact Layout.layout-meta.xml index c03d0e29..87aee7f4 100644 --- a/src-ui/main/default/layouts/Contact-Contact Layout.layout-meta.xml +++ b/src-ui/main/default/layouts/Contact-Contact Layout.layout-meta.xml @@ -1,11 +1,11 @@ -DataDotComClean + DataDotComClean DisableCustomerPortal DisablePartnerPortal DisablePrmSuperUser EnablePrmSuperUser -RequestUseSfdc + RequestUseSfdc Share Submit @@ -89,26 +89,6 @@ StandardButton 2 - - LogACall - QuickAction - 3 - - - NewTask - QuickAction - 4 - - - NewEvent - QuickAction - 5 - - - FeedItem.ContentNote - QuickAction - 6 - diff --git a/src-ui/main/default/layouts/EmailMessage-Email Message Layout.layout-meta.xml b/src-ui/main/default/layouts/EmailMessage-Email Message Layout.layout-meta.xml new file mode 100644 index 00000000..640997b2 --- /dev/null +++ b/src-ui/main/default/layouts/EmailMessage-Email Message Layout.layout-meta.xml @@ -0,0 +1,125 @@ + + + + false + true + true + + + + Readonly + RelatedToId + + + Readonly + MessageDate + + + Readonly + CreatedById + + + + + Readonly + Status + + + Readonly + LastModifiedById + + + + + + false + true + true + + + + Edit + FromAddress + + + Readonly + FromName + + + Edit + ToAddress + + + Edit + CcAddress + + + Edit + BccAddress + + + + + + false + true + true + + + + Edit + Subject + + + Edit + HtmlBody + + + Edit + TextBody + + + + + + false + false + false + + + + + Record + + Delete + StandardButton + 0 + + + EmailMessage._ReplyAll + QuickAction + 1 + + + EmailMessage._Reply + QuickAction + 2 + + + EmailMessage._Forward + QuickAction + 3 + + + + RelatedAttachmentList + + + NAME + TYPE + RelatedEmailMessagePeopleList + + false + false + false + From 3f8e9805af10f8f0bea36de1878a52ccf4e484fb Mon Sep 17 00:00:00 2001 From: Andrey Shestakov Date: Thu, 8 Feb 2024 10:43:21 -0500 Subject: [PATCH 18/35] ALR-827 --- ...lNotificationTemplate.emailFolder-meta.xml | 14 ------ .../Annual_Renewal_Notification_Letter.email | 1 - ...Renewal_Notification_Letter.email-meta.xml | 49 ------------------- ...gistration_Renewal_Completion_Letter.email | 1 - .../Renewal_Reminder_Email.email | 1 - .../Renewal_Reminder_Email.email-meta.xml | 23 --------- ...NotificationTemplates.emailFolder-meta.xml | 10 ++++ .../Annual_Renewal_Notification_Letter.email | 41 ++++++++++++++++ ...Renewal_Notification_Letter.email-meta.xml | 11 +++++ ...istration_Renewal_Completion_Letter.email} | 20 ++------ ...n_Renewal_Completion_Letter.email-meta.xml | 11 +++++ .../Renewal_Reminder_Email.email | 13 +++++ .../Renewal_Reminder_Email.email-meta.xml | 11 +++++ 13 files changed, 101 insertions(+), 105 deletions(-) delete mode 100644 src/main/default/email/ALRRenewalNotificationTemplate.emailFolder-meta.xml delete mode 100644 src/main/default/email/ALRRenewalNotificationTemplate/Annual_Renewal_Notification_Letter.email delete mode 100644 src/main/default/email/ALRRenewalNotificationTemplate/Annual_Renewal_Notification_Letter.email-meta.xml delete mode 100644 src/main/default/email/ALRRenewalNotificationTemplate/Registration_Renewal_Completion_Letter.email delete mode 100644 src/main/default/email/ALRRenewalNotificationTemplate/Renewal_Reminder_Email.email delete mode 100644 src/main/default/email/ALRRenewalNotificationTemplate/Renewal_Reminder_Email.email-meta.xml create mode 100644 src/main/default/email/ALRRenewalNotificationTemplates.emailFolder-meta.xml create mode 100644 src/main/default/email/ALRRenewalNotificationTemplates/Annual_Renewal_Notification_Letter.email create mode 100644 src/main/default/email/ALRRenewalNotificationTemplates/Annual_Renewal_Notification_Letter.email-meta.xml rename src/main/default/email/{ALRRenewalNotificationTemplate/Registration_Renewal_Completion_Letter.email-meta.xml => ALRRenewalNotificationTemplates/Registration_Renewal_Completion_Letter.email} (52%) create mode 100644 src/main/default/email/ALRRenewalNotificationTemplates/Registration_Renewal_Completion_Letter.email-meta.xml create mode 100644 src/main/default/email/ALRRenewalNotificationTemplates/Renewal_Reminder_Email.email create mode 100644 src/main/default/email/ALRRenewalNotificationTemplates/Renewal_Reminder_Email.email-meta.xml diff --git a/src/main/default/email/ALRRenewalNotificationTemplate.emailFolder-meta.xml b/src/main/default/email/ALRRenewalNotificationTemplate.emailFolder-meta.xml deleted file mode 100644 index c7cd82da..00000000 --- a/src/main/default/email/ALRRenewalNotificationTemplate.emailFolder-meta.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - View - ALRAdminUsersPG - Group - - - View - ALRDataAnalystUsersPG - Group - - ALR Renewal Notification Templates - diff --git a/src/main/default/email/ALRRenewalNotificationTemplate/Annual_Renewal_Notification_Letter.email b/src/main/default/email/ALRRenewalNotificationTemplate/Annual_Renewal_Notification_Letter.email deleted file mode 100644 index c5b5f10d..00000000 --- a/src/main/default/email/ALRRenewalNotificationTemplate/Annual_Renewal_Notification_Letter.email +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/main/default/email/ALRRenewalNotificationTemplate/Annual_Renewal_Notification_Letter.email-meta.xml b/src/main/default/email/ALRRenewalNotificationTemplate/Annual_Renewal_Notification_Letter.email-meta.xml deleted file mode 100644 index 09dc72af..00000000 --- a/src/main/default/email/ALRRenewalNotificationTemplate/Annual_Renewal_Notification_Letter.email-meta.xml +++ /dev/null @@ -1,49 +0,0 @@ - - - true - UTF-8 - Annual Renewal Notification Letter - Test1 - - Assisted Living Registration - Annual Renewal Residence {%%Account.Name%%} – {%%BusinessLicense.RegistrationCertificate__c%%} - Dear Registrant, - -ACTION REQUIRED: This email is to notify you that the {{{BusinessLicenseApplication.RenewalYear__c}}} - {%%NextYear%%} registration renewal fees for the assisted living units at {%%Account.Name%%} are due on or before March 31, {{{BusinessLicenseApplication.RenewalYear__c}}}. A renewal fee of $12.50 is required for each registered unit. - -The renewal process is an automated email sent from our database that includes the renewal form and invoice. The email is sent to the main contact listed in our database, which is why you have received it. Please forward this important information to the appropriate person in your organization to action the renewal and avoid late charges. - -The renewal process requires you to do the following: - - Review and Complete the attached renewal form - - - Ensure the form is signed by the legal operator or authorized representative. - - "Site Manager" must be the person who has responsibility to oversee the day-to-day assisted living operations. - - "Second Site Manager" must be the person who has responsibility to oversee the day-to-day assisted living operations while the Site Manager is not on site. - - Provide information about other accommodations you offer, if applicable (e.g., independent living, supportive housing, or licensed care), include the number of rooms dedicated to these accommodations. *Registrants must be able to identify to the Registry at any time which of the units house residents receiving assisted living services (both private and publicly subsidized). - - Update the type of Assisted Living Services and Hospitality Services provided. - - Review the invoice to confirm the number of assisted living units – if you have decreased the number of units, please recalculate the invoice amount (e.g. 10 units x $12.50 = $125.00) and make any necessary updates on the renewal form. Increases to the number of units that were previously registered is subject to approval. To avoid delay in renewing your registration, and avoid late fees, where possible include a separate cheque with the additional units amount (e.g. 10 units x $12.50 = $125.00). - - - Submit your registration renewal - - Email your completed renewal form to hlth.assistedlivingregistry@gov.bc.ca < mailto:hlth.assistedlivingregistry@gov.bc.ca > . - - Mail your cheque(s), payable to "Assisted Living Registry", ensuring that you include the residence name(s) and/or invoice number(s), to: - -Assisted Living Registry - Renewals - -PO Box 9601 - -STN PROV GOVT - -Victoria, BC V8W 9P1 - -Completed renewal form and payment must be received by the Assisted Living Registryno later than April 1, {{{BusinessLicenseApplication.RenewalYear__c}}} to avoid a late renewal fee of $250.00. - -If the renewal form is received, but is incomplete, or payment is missing, this will delay your renewal process and may lead to a late fee charge. - -If you have any questions, please contact us at hlth.assistedlivingregistry@gov.bc.ca < mailto:hlth.assistedlivingregistry@gov.bc.ca > or through our general line at 778-974-4887/toll-free at 1-866-714-3378. - -Sincerely, - -Sue Bedford - -Director, Assisted Living Registry - custom - diff --git a/src/main/default/email/ALRRenewalNotificationTemplate/Registration_Renewal_Completion_Letter.email b/src/main/default/email/ALRRenewalNotificationTemplate/Registration_Renewal_Completion_Letter.email deleted file mode 100644 index 1066a60b..00000000 --- a/src/main/default/email/ALRRenewalNotificationTemplate/Registration_Renewal_Completion_Letter.email +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/main/default/email/ALRRenewalNotificationTemplate/Renewal_Reminder_Email.email b/src/main/default/email/ALRRenewalNotificationTemplate/Renewal_Reminder_Email.email deleted file mode 100644 index 3be6c646..00000000 --- a/src/main/default/email/ALRRenewalNotificationTemplate/Renewal_Reminder_Email.email +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/main/default/email/ALRRenewalNotificationTemplate/Renewal_Reminder_Email.email-meta.xml b/src/main/default/email/ALRRenewalNotificationTemplate/Renewal_Reminder_Email.email-meta.xml deleted file mode 100644 index be8d90f4..00000000 --- a/src/main/default/email/ALRRenewalNotificationTemplate/Renewal_Reminder_Email.email-meta.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - true - UTF-8 - Renewal Reminder Email - Renewal_Reminder_Email - - {%%Account.Name%%} – Registration Renewal Reminder {{{BusinessLicenseApplication.RenewalYear__c}}}/{%%NextYear%%} - Good afternoon, - -This email is to inform you that renewal forms and invoices were sent out for 2024-02-01. - -The renewal process is automated from our database and was sent only to the main contact listed in our database. If you did not receive the automated email containing the renewal form and invoice, we kindly ask that you check with your main contact and/or in your junk folders. - -If you still are unable to locate the renewal notification email, please send an email to hlth.assistedlivingregistry@gov.bc.ca < mailto:hlth.assistedlivingregistry@gov.bc.ca?subject=Missing+Renewal > with the subject “Missing Renewal”, including the name of the residence(s), and we will be happy to assist you. - -If you have any other questions about the renewal process, please do not hesitate to reach out. - -Thank you, - -Assisted Living Registry - custom - diff --git a/src/main/default/email/ALRRenewalNotificationTemplates.emailFolder-meta.xml b/src/main/default/email/ALRRenewalNotificationTemplates.emailFolder-meta.xml new file mode 100644 index 00000000..b94e0b27 --- /dev/null +++ b/src/main/default/email/ALRRenewalNotificationTemplates.emailFolder-meta.xml @@ -0,0 +1,10 @@ + + + Shared + ALR Renewal Notification Templates + ReadOnly + + ALRAdminUsersPG + ALRDataAnalystUsersPG + + diff --git a/src/main/default/email/ALRRenewalNotificationTemplates/Annual_Renewal_Notification_Letter.email b/src/main/default/email/ALRRenewalNotificationTemplates/Annual_Renewal_Notification_Letter.email new file mode 100644 index 00000000..bb556360 --- /dev/null +++ b/src/main/default/email/ALRRenewalNotificationTemplates/Annual_Renewal_Notification_Letter.email @@ -0,0 +1,41 @@ +Dear Registrant, + +ACTION REQUIRED : This email is to notify you that the {{{BusinessLicenseApplication.RenewalYear__c}}} - {%%NextYear%%} registration renewal fees for the assisted living units at {%%Account.Name%%} are due on or before March 31, {{{BusinessLicenseApplication.RenewalYear__c}}}. A renewal fee of $12.50 is required for each registered unit. + +The renewal process is an automated email from our database that includes the renewal form and invoice sent to the main contact listed in our database, which is why you have received it. Please forward this important information to the appropriate person in your organization to action the renewal and avoid late charges. + +The renewal process requires you to do the following: + + • Review and Complete the attached renewal form + • Ensure the form is signed by the legal operator or authorized representative. + o "Site Manager" must be the person who has responsibility to oversee the day-to-day assisted living operations. + o "Second Site Manager" must be the person who has responsibility to oversee the day-to-day assisted living + operations while the Site Manager is not on site. + o Provide information about other accommodations you offer, if applicable (e.g., independent living, supportive + housing, or licensed care), include the number of rooms dedicated to these accommodations. *Registrants must be + able to identify to the Registry at any time which of the units house residents receiving assisted living services (both + private and publicly subsidized). + o Update the type of Assisted Living Services and Hospitality Services provided. + o Review the invoice to confirm the number of assisted living units – if you have decreased the number of units, + please recalculate the invoice amount (e.g. 10 units x $12.50 = $125.00) and make any necessary updates on the + renewal form. Increases to the number of units that were previously registered is subject to approval. To avoid + delay in renewing your registration, and avoid late fees, where possible include a separate cheque with the + additional units amount (e.g. 10 units x $12.50 = $125.00). + • Submit your registration renewal + o Email your completed renewal form to hlth.assistedlivingregistry@gov.bc.ca. + o Mail your cheque(s), payable to “Minister of Finance”, including residence name and/or invoice number, to: + Assisted Living Registry - Renewals + PO Box 9601 + STN PROV GOVT + Victoria, BC V8W 9P1 + +Completed renewal form and payment must be received by the Assisted Living Registry no later than March 31, {{{BusinessLicenseApplication.RenewalYear__c}}} to avoid a late renewal fee of $250.00. + +If the renewal form is received, but is incomplete, or payment is missing this will delay your renewal process and may lead to a late fee charge. + +If you have any questions, please contact our general line at 778-974-4887, toll-free 1-866-714-3378, or Hlth.assistedlivingregistry@gov.bc.ca + +Sincerely, + +Sue Bedford +Director, Assisted Living Registry \ No newline at end of file diff --git a/src/main/default/email/ALRRenewalNotificationTemplates/Annual_Renewal_Notification_Letter.email-meta.xml b/src/main/default/email/ALRRenewalNotificationTemplates/Annual_Renewal_Notification_Letter.email-meta.xml new file mode 100644 index 00000000..ca4fb51f --- /dev/null +++ b/src/main/default/email/ALRRenewalNotificationTemplates/Annual_Renewal_Notification_Letter.email-meta.xml @@ -0,0 +1,11 @@ + + + false + ALR-86 + UTF-8 + Annual Renewal Notification Letter + + Assisted Living Registration - Annual Renewal Residence {%%Account.Name%%} – {%%BusinessLicense.RegistrationCertificate__c%%} + text + Aloha + diff --git a/src/main/default/email/ALRRenewalNotificationTemplate/Registration_Renewal_Completion_Letter.email-meta.xml b/src/main/default/email/ALRRenewalNotificationTemplates/Registration_Renewal_Completion_Letter.email similarity index 52% rename from src/main/default/email/ALRRenewalNotificationTemplate/Registration_Renewal_Completion_Letter.email-meta.xml rename to src/main/default/email/ALRRenewalNotificationTemplates/Registration_Renewal_Completion_Letter.email index 67d2f936..1ef0728d 100644 --- a/src/main/default/email/ALRRenewalNotificationTemplate/Registration_Renewal_Completion_Letter.email-meta.xml +++ b/src/main/default/email/ALRRenewalNotificationTemplates/Registration_Renewal_Completion_Letter.email @@ -1,12 +1,4 @@ - - - true - UTF-8 - Registration Renewal Completion Letter - Registration_Renewal_Completion_Letter - - {%%Account.Name%%} – Registration Renewal {{{BusinessLicenseApplication.RenewalYear__c}}}/{%%NextYear%%} - Dear Registrant, +Dear Registrant, This is to advise that the registration of {%%TotalALUnits%%} assisted living units at {%%Account.Name%%} under the Community Care and Assisted Living Act has been renewed for {{{BusinessLicenseApplication.RenewalYear__c}}}/{%%NextYear%%}. The registration is effective until March 31, {%%NextYear%%}. @@ -16,12 +8,8 @@ Please contact the Assisted Living Registry throughout the coming year if any of Sincerely, -Sue Bedford - -Director, Assisted Living - +Sue Bedford +Director, Assisted Living Ministry of Health -Enc. Registration certificate, receipt for registration fees - custom - +Enc. Registration certificate, receipt for registration fees \ No newline at end of file diff --git a/src/main/default/email/ALRRenewalNotificationTemplates/Registration_Renewal_Completion_Letter.email-meta.xml b/src/main/default/email/ALRRenewalNotificationTemplates/Registration_Renewal_Completion_Letter.email-meta.xml new file mode 100644 index 00000000..87468138 --- /dev/null +++ b/src/main/default/email/ALRRenewalNotificationTemplates/Registration_Renewal_Completion_Letter.email-meta.xml @@ -0,0 +1,11 @@ + + + false + ALR-554 + UTF-8 + Registration Renewal Completion Letter + + {%%Account.Name%%} – Registration Renewal {{{BusinessLicenseApplication.RenewalYear__c}}}/{%%NextYear%%} + text + Aloha + diff --git a/src/main/default/email/ALRRenewalNotificationTemplates/Renewal_Reminder_Email.email b/src/main/default/email/ALRRenewalNotificationTemplates/Renewal_Reminder_Email.email new file mode 100644 index 00000000..9f670f28 --- /dev/null +++ b/src/main/default/email/ALRRenewalNotificationTemplates/Renewal_Reminder_Email.email @@ -0,0 +1,13 @@ +Good afternoon, + +This email is to inform you that renewal forms and invoices were sent out for {{{BusinessLicenseApplication.CreatedDate}}}. + +The renewal process is automated from our database and was sent only to the main contact listed in our database. If you did not receive the automated email containing the renewal form and invoice, we kindly ask that you check with your main contact and/or in your junk folders. + +If you still are unable to locate the renewal notification email, please send an email to hlth.assistedlivingregistry@gov.bc.ca with the subject “Missing Renewal”, including the name of the residence(s), and we will be happy to assist you. + +If you have any other questions about the renewal process, please do not hesitate to reach out. + +Thank you, + +Assisted Living Registry \ No newline at end of file diff --git a/src/main/default/email/ALRRenewalNotificationTemplates/Renewal_Reminder_Email.email-meta.xml b/src/main/default/email/ALRRenewalNotificationTemplates/Renewal_Reminder_Email.email-meta.xml new file mode 100644 index 00000000..f645d709 --- /dev/null +++ b/src/main/default/email/ALRRenewalNotificationTemplates/Renewal_Reminder_Email.email-meta.xml @@ -0,0 +1,11 @@ + + + false + ALR-563 + UTF-8 + Renewal Reminder Email + + {%%Account.Name%%} – Registration Renewal Reminder {{{BusinessLicenseApplication.RenewalYear__c}}}/{%%NextYear%%} + text + Aloha + From deeb194d7dccc1154e9df8e606835782007ff56f Mon Sep 17 00:00:00 2001 From: Sriteja20 Date: Mon, 12 Feb 2024 15:16:21 +0530 Subject: [PATCH 19/35] ALR-617.1 --- ...c_Sector_Objects_PS.permissionset-meta.xml | 18 + .../Visit_Record_Page.flexipage-meta.xml | 29 ++ .../Inspection_Worksheet.webLink-meta.xml | 20 + .../InspectionPlanDetails_1.rpt-meta.xml | 276 ++++++++++++++ ...ansformGetInspectionDetails_1.rpt-meta.xml | 349 ++++++++++++++++++ 5 files changed, 692 insertions(+) create mode 100644 src/main/default/objects/RegulatoryTrxnFee/webLinks/Inspection_Worksheet.webLink-meta.xml create mode 100644 src/main/default/omniDataTransforms/InspectionPlanDetails_1.rpt-meta.xml create mode 100644 src/main/default/omniDataTransforms/TransformGetInspectionDetails_1.rpt-meta.xml diff --git a/src-access-mgmt/main/default/permissionsets/EHIS_Read_All_Public_Sector_Objects_PS.permissionset-meta.xml b/src-access-mgmt/main/default/permissionsets/EHIS_Read_All_Public_Sector_Objects_PS.permissionset-meta.xml index 1cdaa91f..c52087d5 100644 --- a/src-access-mgmt/main/default/permissionsets/EHIS_Read_All_Public_Sector_Objects_PS.permissionset-meta.xml +++ b/src-access-mgmt/main/default/permissionsets/EHIS_Read_All_Public_Sector_Objects_PS.permissionset-meta.xml @@ -764,6 +764,15 @@ Asset false + + false + false + false + true + false + BusRegAuthorizationType + false + false false @@ -782,6 +791,15 @@ BusinessLicenseApplication false + + false + false + false + true + false + BusinessType + false + false false diff --git a/src-ui/main/default/flexipages/Visit_Record_Page.flexipage-meta.xml b/src-ui/main/default/flexipages/Visit_Record_Page.flexipage-meta.xml index 05a9c015..d3049d8a 100644 --- a/src-ui/main/default/flexipages/Visit_Record_Page.flexipage-meta.xml +++ b/src-ui/main/default/flexipages/Visit_Record_Page.flexipage-meta.xml @@ -16,6 +16,9 @@ + + CustomButton.Visit.Inspection_Worksheet + ChangeOwnerOne @@ -195,6 +198,32 @@ force_relatedListSingleContainer2 + + + + parentFieldApiName + Visit.Id + + + relatedListApiName + AttachedContentDocuments + + + relatedListComponentOverride + NONE + + + rowsToDisplay + 10 + + + showActionBar + true + + force:relatedListSingleContainer + force_relatedListSingleContainer3 + + sidebar Region diff --git a/src/main/default/objects/RegulatoryTrxnFee/webLinks/Inspection_Worksheet.webLink-meta.xml b/src/main/default/objects/RegulatoryTrxnFee/webLinks/Inspection_Worksheet.webLink-meta.xml new file mode 100644 index 00000000..8142dab6 --- /dev/null +++ b/src/main/default/objects/RegulatoryTrxnFee/webLinks/Inspection_Worksheet.webLink-meta.xml @@ -0,0 +1,20 @@ + + + Inspection_Worksheet + online + button + UTF-8 + false + true + false + 600 + true + url + Inspection Worksheet + newWindow + none + false + false + false + /lightning/page/omnistudio/omniscript?omniscript__type=DocumentGeneration&omniscript__subType=DocumentGeneration&omniscript__language=English&omniscript__theme=lightning&omniscript__tabIcon=custom:custom18&c__TemplateType=MicrosoftWord&c__ObjectId={!Visit.Id}&c__templateName=GenerateInspectionPlan&c__title=Inspection Worksheet {!Visit.Name} + diff --git a/src/main/default/omniDataTransforms/InspectionPlanDetails_1.rpt-meta.xml b/src/main/default/omniDataTransforms/InspectionPlanDetails_1.rpt-meta.xml new file mode 100644 index 00000000..36a6b628 --- /dev/null +++ b/src/main/default/omniDataTransforms/InspectionPlanDetails_1.rpt-meta.xml @@ -0,0 +1,276 @@ + + + true + false + false + false + false + JSON + InspectionPlanDetails + false + + false + 0.0 + = + InsAssessInd:AssessmentIndDefinitionId + InspectionPlanDetails7742349630313945 + Id + AssessmentIndicatorDefinition + 8.0 + 0.0 + InspectionPlanDetails + 0.0 + AssessIndDef + json + false + false + + + false + 0.0 + = + Account:LocationId + InspectionPlanDetails7968872256804995 + Id + Location + 4.0 + 0.0 + InspectionPlanDetails + 0.0 + Location + json + false + false + + + false + 0.0 + = + AssessmentTask:Id + InspectionPlanDetails8462516071980795 + AssessmentTaskId + InspectionAssessmentInd + 7.0 + 0.0 + InspectionPlanDetails + 0.0 + InsAssessInd + json + false + false + + + false + 0.0 + InspectionPlanDetails2376857112667421 + Visit:Account.Name + 0.0 + 0.0 + InspectionPlanDetails + 1.0 + Account + json + false + false + + + false + 0.0 + = + Visit:Id + InspectionPlanDetails5166970386913168 + Id + Account + 3.0 + 0.0 + InspectionPlanDetails + 0.0 + Account + json + false + false + + + false + 0.0 + InspectionPlanDetails29173350003711795 + AssessIndDef:Name + 0.0 + 0.0 + InspectionPlanDetails + 1.0 + Q:NewName + json + false + false + + + false + 0.0 + InspectionPlanDetails023835363859945113 + Inspection:Name + 0.0 + 0.0 + InspectionPlanDetails + 1.0 + InsType + json + false + false + + + false + 0.0 + = + Location.Id + InspectionPlanDetails47215860473063653 + ParentId + Address + 5.0 + 0.0 + InspectionPlanDetails + 0.0 + Address + json + false + false + + + false + 0.0 + | var:Address:Street "/\/\/" var:Address:City "/\/\/" var:Address:State "/\/\/" var:Address:PostalCode "/\/\/" var:Address:Country CONCAT + CONCAT(%Address:Street%, " ",%Address:City%, " ",%Address:State%, " ",%Address:PostalCode%, " ",%Address:Country%) + Place + 1.0 + InspectionPlanDetails7913740269296556 + 0.0 + 0.0 + InspectionPlanDetails + 0.0 + Formula + Formula + false + false + + + false + 0.0 + = + Visit:Id + InspectionPlanDetails42682539007625664 + ParentId + AssessmentTask + 6.0 + 0.0 + InspectionPlanDetails + 0.0 + AssessmentTask + json + false + false + + + true + 0.0 + InspectionPlanDetails3787154519000431 + AssessmentTask:Name + 0.0 + 0.0 + InspectionPlanDetails + 1.0 + Q:NewName + json + false + false + + + false + 0.0 + = + Id + InspectionPlanDetails7086605226669915 + Id + Visit + 1.0 + 0.0 + InspectionPlanDetails + 0.0 + Visit + json + false + false + + + true + 0.0 + InspectionPlanDetails11873291612674408 + InsAssessInd:Name + 0.0 + 0.0 + InspectionPlanDetails + 1.0 + R:SubQuestion + json + false + false + + + false + 0.0 + InspectionPlanDetails5216520769750104 + Visit:Name + 0.0 + 0.0 + InspectionPlanDetails + 1.0 + Name + json + false + false + + + false + 0.0 + = + Visit:VisitTypeId + InspectionPlanDetails5479706268884446 + Id + InspectionType + 2.0 + 0.0 + InspectionPlanDetails + 0.0 + Inspection + json + false + false + + + false + 0.0 + InspectionPlanDetails6144224548959676 + Visit:Location.Name + 0.0 + 0.0 + InspectionPlanDetails + 1.0 + Place + json + false + false + + JSON + { + "Id" : "0Z5As00000000o1KAA" +} + false + 0.0 + false + json + false + 0.0 + Extract + InspectionPlanDetails_1 + 1.0 + false + diff --git a/src/main/default/omniDataTransforms/TransformGetInspectionDetails_1.rpt-meta.xml b/src/main/default/omniDataTransforms/TransformGetInspectionDetails_1.rpt-meta.xml new file mode 100644 index 00000000..f8c87252 --- /dev/null +++ b/src/main/default/omniDataTransforms/TransformGetInspectionDetails_1.rpt-meta.xml @@ -0,0 +1,349 @@ + + + true + false + false + false + false + JSON + TransformGetInspectionDetails + false + + false + 0.0 + = + Id + TransformGetInspectionDetails9016773295920921 + Id + BusinessLicenseApplication + 1.0 + 0.0 + TransformGetInspectionDetails + 0.0 + Renewal + json + false + false + + + false + 0.0 + = + ResidenceAccount:Id + TransformGetInspectionDetails7297612962603066 + AccountId + BusinessLicense + 8.0 + 0.0 + TransformGetInspectionDetails + 0.0 + Certificate + json + false + false + + + false + 0.0 + = + RegistrantAccount:Id + TransformGetInspectionDetails182313828074806 + AccountId + AccountContactRelation + 7.0 + 0.0 + TransformGetInspectionDetails + 0.0 + Primary + json + false + false + + + false + 0.0 + = + Renewal:AccountId + TransformGetInspectionDetails6324804096715704 + Id + Account + 2.0 + 0.0 + TransformGetInspectionDetails + 0.0 + ResidenceAccount + json + false + false + + + false + 0.0 + = + 'Active' + TransformGetInspectionDetails13392492672768608 + Status + BusinessLicense + 8.0 + 0.0 + TransformGetInspectionDetails + 0.0 + Certificate + json + false + false + + + false + 0.0 + = + ResidenceAccount:Id + TransformGetInspectionDetails8569346170007373 + ParentRecordId + AssociatedLocation + 4.0 + 0.0 + TransformGetInspectionDetails + 0.0 + AssociatedLoc + json + false + false + + + true + 0.0 + TransformGetInspectionDetailsCustom1372 + Count + 0.0 + 0.0 + TransformGetInspectionDetails + 1.0 + Count + json + false + false + + + false + 0.0 + = + Account:RegulatoryAuthorizationTypeId + TransformGetInspectionDetails9370117691625681 + Id + BusRegAuthorizationType + 9.0 + 0.0 + TransformGetInspectionDetails + 0.0 + License + json + false + false + + + false + 0.0 + = + AssociatedLoc:LocationId + TransformGetInspectionDetails9433834700176507 + Id + Location + 5.0 + 0.0 + TransformGetInspectionDetails + 0.0 + Location + json + false + false + + + false + 0.0 + = + "$Vlocity.NULL" + TransformGetInspectionDetails20815992438647513 + ActiveTo + AssociatedLocation + 4.0 + 0.0 + TransformGetInspectionDetails + 0.0 + AssociatedLoc + json + false + false + + + false + 0.0 + = + 'true' + TransformGetInspectionDetails4818906110843706 + PrimaryContact__c + AccountContactRelation + 7.0 + 0.0 + TransformGetInspectionDetails + 0.0 + Primary + json + false + false + + + false + 0.0 + = + Primary:ContactId + TransformGetInspectionDetails8972337401811652 + Id + Contact + 10.0 + 0.0 + TransformGetInspectionDetails + 0.0 + Contact + json + false + false + + + false + 0.0 + = + ResidenceAccount:ParentId + TransformGetInspectionDetails7098742190832501 + Id + Account + 3.0 + 0.0 + TransformGetInspectionDetails + 0.0 + RegistrantAccount + json + false + false + + + false + 0.0 + = + Location:Id + TransformGetInspectionDetails2635705310770382 + ParentId + Address + 6.0 + 0.0 + TransformGetInspectionDetails + 0.0 + Address + json + false + false + + + false + 0.0 + TransformGetInspectionDetails8497832998636501 + InsType + 0.0 + 0.0 + TransformGetInspectionDetails + 1.0 + InsType + json + false + false + + + false + 0.0 + TransformGetInspectionDetails3616215672458558 + Place + 0.0 + 0.0 + TransformGetInspectionDetails + 1.0 + Place + json + false + false + + + false + 0.0 + TransformGetInspectionDetails0916220387481772 + Account + 0.0 + 0.0 + TransformGetInspectionDetails + 1.0 + Account + json + false + false + + + false + 0.0 + TransformGetInspectionDetails3587646825607811 + Q:NewName + 0.0 + 0.0 + TransformGetInspectionDetails + 1.0 + Q:NewName + json + false + false + + + false + 0.0 + TransformGetInspectionDetails30487501896981284 + Name + 0.0 + 0.0 + TransformGetInspectionDetails + 1.0 + Name + json + false + false + + JSON + { + "Name" : "00000051", + "Place" : "548 Market Street", + "Q" : [ { + "NewName" : "S 15 Housing- If more than one class or non-residents" + }, { + "NewName" : "S 16 Housing - Restrictions on housing" + }, { + "NewName" : "S 72 Providing Assisted Living Services - Psychosocial supports" + }, { + "NewName" : "CCALA 26.1-Operating an assisted living residence" + }, { + "NewName" : "CCALA 26.5-Operating an assisted living residence" + }, { + "NewName" : "CCALA 26.1.1 - Persons not allowed to reside in an assisted living residence" + }, { + "NewName" : "S 71 Providing Assisted Living Services - Behaviour management" + } ], + "Account" : "Test Account", + "InsType" : "Admin-type" +} + false + 0.0 + false + json + false + 0.0 + GenerateInspectionPlan(Version 1) + Transform + TransformGetInspectionDetails_1 + 1.0 + false + From d826a137fee171fde51b511bc8b096ff5ef2be96 Mon Sep 17 00:00:00 2001 From: Sriteja20 Date: Mon, 12 Feb 2024 16:25:22 +0530 Subject: [PATCH 20/35] ALR-617.1 - Added Web Link --- .../webLinks/Inspection_Worksheet.webLink-meta.xml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/main/default/objects/{RegulatoryTrxnFee => Visit}/webLinks/Inspection_Worksheet.webLink-meta.xml (100%) diff --git a/src/main/default/objects/RegulatoryTrxnFee/webLinks/Inspection_Worksheet.webLink-meta.xml b/src/main/default/objects/Visit/webLinks/Inspection_Worksheet.webLink-meta.xml similarity index 100% rename from src/main/default/objects/RegulatoryTrxnFee/webLinks/Inspection_Worksheet.webLink-meta.xml rename to src/main/default/objects/Visit/webLinks/Inspection_Worksheet.webLink-meta.xml From 0ae03ff2f0fc140258021937ced13f4d9e01c82b Mon Sep 17 00:00:00 2001 From: Nirbighna2000 Date: Mon, 12 Feb 2024 17:55:09 +0530 Subject: [PATCH 21/35] ALR-907 --- .../default/classes/ManageUnitsController.cls | 4 +- .../default/lwc/manageUnits/manageUnits.js | 53 ++++++++++--------- 2 files changed, 29 insertions(+), 28 deletions(-) diff --git a/src/main/default/classes/ManageUnitsController.cls b/src/main/default/classes/ManageUnitsController.cls index 7dc48877..00bf7e0d 100644 --- a/src/main/default/classes/ManageUnitsController.cls +++ b/src/main/default/classes/ManageUnitsController.cls @@ -6,7 +6,7 @@ * @last modified by : ChangeMeIn@UserSettingsUnder.SFDoc **/ public class ManageUnitsController { - Public static String VALIDATE_QTY = 'Updated Quantity cannot be equal,null, negative or greater than the existing quantity.'; + Public static String VALIDATE_QTY = 'Updated Quantity cannot be equal, null, negative or greater than the existing quantity.'; public static final String UNITREQUEST_RECTYPEID_NAME = 'Unit_Request_Record_Type'; Public static String NEW_UNIT_NAME='UnitRequest'; Public static String UNIT_FEE='Full Unit Fee'; @@ -49,7 +49,7 @@ public class ManageUnitsController { newunit.Type__c = existingUnits.get(unit.Id).Type__c; newunit.Status = UNITREQUEST_STATUS; system.debug('unit.Quantity'+unit.Quantity); - if(unit.Quantity >= existingUnits.get(unit.Id).Quantity || unit.Quantity < 0 || unit.Quantity == null) + if(unit.Quantity >= existingUnits.get(unit.Id).Quantity || unit.Quantity < 0 || unit.Quantity == null) { throw new MyException(VALIDATE_QTY); }else{ diff --git a/src/main/default/lwc/manageUnits/manageUnits.js b/src/main/default/lwc/manageUnits/manageUnits.js index 2d08515e..2aa02c86 100644 --- a/src/main/default/lwc/manageUnits/manageUnits.js +++ b/src/main/default/lwc/manageUnits/manageUnits.js @@ -44,7 +44,8 @@ const columns = [ } ]; export default class ManageUnits extends NavigationMixin(LightningElement) { - + + @api recordId; draftValues = []; datatableHeight; @@ -58,7 +59,7 @@ type; @track objectInfo; @track recordTypeId; @track isReloadFromHandleSave = false; - + @wire(getObjectInfo, { objectApiName: ASSET_OBJECT }) wiredObjectInfo({ error, data }) { if (error) { @@ -125,7 +126,6 @@ fetchTableData() { this.showToastMessage("Error", error.body.message, "error"); }); } - async handleSave(event) { debugger; const updatedFields = event.detail.draftValues; @@ -134,18 +134,17 @@ async handleSave(event) { record.GenerateRenewalInvoice__c = this.refs.renewed.checked; record.Amount__c = 'Full Unit Fee'; record.AccountId = this.recordId;//ALR-726 + const newQuantity = record.Quantity; // New value + const oldQuantity = this.initialRecords.find(item => item.Id === record.Id).Quantity; // Old value + + if (newQuantity === '' || newQuantity< 0 || newQuantity >= oldQuantity ) { + isValidInput = false; + return; + } }); - console.log(JSON.stringify(event.detail.draftValues)); - try { - // Pass edited fields to the updateUnits Apex controller - updatedFields.forEach((element) => { - if (element.Quantity === '') { - isValidInput = false; - return; - } - }); - if (isValidInput) { + if (isValidInput) { + try{ await updateUnits({ data: updatedFields }); this.showToastMessage("Success", 'Unit(s) has been successfully updated.', "success"); // Clear all draft values in the datatable @@ -153,20 +152,22 @@ async handleSave(event) { await this.fetchTableData(); this.refs.renewed.checked = false; this.draftValues = []; - localStorage.setItem('isReloadFromHandleSave', 'true'); - this.dispatchEvent(new CloseActionScreenEvent()); - window.location.reload(); - await refreshApex(this.wiredRecordResult); - } else { - this.showToastMessage("Error", 'Updated Quantity cannot be equal,null, negative or greater than the existing quantity.', "error"); - } + localStorage.setItem('isReloadFromHandleSave', 'true'); + this.dispatchEvent(new CloseActionScreenEvent()); + window.location.reload(); + await refreshApex(this.wiredRecordResult); + } - } catch (error) {a - let message = error.body.message.includes('FIELD_CUSTOM_VALIDATION_EXCEPTION') ? - error.body.message.split('EXCEPTION, ')[1].split(': [')[0] : error.body.message; - this.showToastMessage('Error', message, 'error'); - }; -} + catch (error) {a + let message = error.body.message.includes('FIELD_CUSTOM_VALIDATION_EXCEPTION') ? + error.body.message.split('EXCEPTION, ')[1].split(': [')[0] : error.body.message; + this.showToastMessage('Error', message, 'error'); + } + } + else { + this.showToastMessage("Error", 'Updated Quantity cannot be equal, null, negative or greater than the existing quantity.', "error"); + } +}; handleTypeChange(event) { this.type = event.target.value; } From eeab3e0565f6bb32c78aec7d0e9fd58e802786e6 Mon Sep 17 00:00:00 2001 From: GandlojuVishwantha <143733291+GandlojuVishwantha@users.noreply.github.com> Date: Mon, 12 Feb 2024 18:37:07 +0530 Subject: [PATCH 22/35] Revert "ALR-617.1" --- ...c_Sector_Objects_PS.permissionset-meta.xml | 18 - .../Visit_Record_Page.flexipage-meta.xml | 29 -- .../Inspection_Worksheet.webLink-meta.xml | 20 - .../InspectionPlanDetails_1.rpt-meta.xml | 276 -------------- ...ansformGetInspectionDetails_1.rpt-meta.xml | 349 ------------------ 5 files changed, 692 deletions(-) delete mode 100644 src/main/default/objects/Visit/webLinks/Inspection_Worksheet.webLink-meta.xml delete mode 100644 src/main/default/omniDataTransforms/InspectionPlanDetails_1.rpt-meta.xml delete mode 100644 src/main/default/omniDataTransforms/TransformGetInspectionDetails_1.rpt-meta.xml diff --git a/src-access-mgmt/main/default/permissionsets/EHIS_Read_All_Public_Sector_Objects_PS.permissionset-meta.xml b/src-access-mgmt/main/default/permissionsets/EHIS_Read_All_Public_Sector_Objects_PS.permissionset-meta.xml index c52087d5..1cdaa91f 100644 --- a/src-access-mgmt/main/default/permissionsets/EHIS_Read_All_Public_Sector_Objects_PS.permissionset-meta.xml +++ b/src-access-mgmt/main/default/permissionsets/EHIS_Read_All_Public_Sector_Objects_PS.permissionset-meta.xml @@ -764,15 +764,6 @@ Asset false - - false - false - false - true - false - BusRegAuthorizationType - false - false false @@ -791,15 +782,6 @@ BusinessLicenseApplication false - - false - false - false - true - false - BusinessType - false - false false diff --git a/src-ui/main/default/flexipages/Visit_Record_Page.flexipage-meta.xml b/src-ui/main/default/flexipages/Visit_Record_Page.flexipage-meta.xml index d3049d8a..05a9c015 100644 --- a/src-ui/main/default/flexipages/Visit_Record_Page.flexipage-meta.xml +++ b/src-ui/main/default/flexipages/Visit_Record_Page.flexipage-meta.xml @@ -16,9 +16,6 @@ - - CustomButton.Visit.Inspection_Worksheet - ChangeOwnerOne @@ -198,32 +195,6 @@ force_relatedListSingleContainer2 - - - - parentFieldApiName - Visit.Id - - - relatedListApiName - AttachedContentDocuments - - - relatedListComponentOverride - NONE - - - rowsToDisplay - 10 - - - showActionBar - true - - force:relatedListSingleContainer - force_relatedListSingleContainer3 - - sidebar Region diff --git a/src/main/default/objects/Visit/webLinks/Inspection_Worksheet.webLink-meta.xml b/src/main/default/objects/Visit/webLinks/Inspection_Worksheet.webLink-meta.xml deleted file mode 100644 index 8142dab6..00000000 --- a/src/main/default/objects/Visit/webLinks/Inspection_Worksheet.webLink-meta.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - Inspection_Worksheet - online - button - UTF-8 - false - true - false - 600 - true - url - Inspection Worksheet - newWindow - none - false - false - false - /lightning/page/omnistudio/omniscript?omniscript__type=DocumentGeneration&omniscript__subType=DocumentGeneration&omniscript__language=English&omniscript__theme=lightning&omniscript__tabIcon=custom:custom18&c__TemplateType=MicrosoftWord&c__ObjectId={!Visit.Id}&c__templateName=GenerateInspectionPlan&c__title=Inspection Worksheet {!Visit.Name} - diff --git a/src/main/default/omniDataTransforms/InspectionPlanDetails_1.rpt-meta.xml b/src/main/default/omniDataTransforms/InspectionPlanDetails_1.rpt-meta.xml deleted file mode 100644 index 36a6b628..00000000 --- a/src/main/default/omniDataTransforms/InspectionPlanDetails_1.rpt-meta.xml +++ /dev/null @@ -1,276 +0,0 @@ - - - true - false - false - false - false - JSON - InspectionPlanDetails - false - - false - 0.0 - = - InsAssessInd:AssessmentIndDefinitionId - InspectionPlanDetails7742349630313945 - Id - AssessmentIndicatorDefinition - 8.0 - 0.0 - InspectionPlanDetails - 0.0 - AssessIndDef - json - false - false - - - false - 0.0 - = - Account:LocationId - InspectionPlanDetails7968872256804995 - Id - Location - 4.0 - 0.0 - InspectionPlanDetails - 0.0 - Location - json - false - false - - - false - 0.0 - = - AssessmentTask:Id - InspectionPlanDetails8462516071980795 - AssessmentTaskId - InspectionAssessmentInd - 7.0 - 0.0 - InspectionPlanDetails - 0.0 - InsAssessInd - json - false - false - - - false - 0.0 - InspectionPlanDetails2376857112667421 - Visit:Account.Name - 0.0 - 0.0 - InspectionPlanDetails - 1.0 - Account - json - false - false - - - false - 0.0 - = - Visit:Id - InspectionPlanDetails5166970386913168 - Id - Account - 3.0 - 0.0 - InspectionPlanDetails - 0.0 - Account - json - false - false - - - false - 0.0 - InspectionPlanDetails29173350003711795 - AssessIndDef:Name - 0.0 - 0.0 - InspectionPlanDetails - 1.0 - Q:NewName - json - false - false - - - false - 0.0 - InspectionPlanDetails023835363859945113 - Inspection:Name - 0.0 - 0.0 - InspectionPlanDetails - 1.0 - InsType - json - false - false - - - false - 0.0 - = - Location.Id - InspectionPlanDetails47215860473063653 - ParentId - Address - 5.0 - 0.0 - InspectionPlanDetails - 0.0 - Address - json - false - false - - - false - 0.0 - | var:Address:Street "/\/\/" var:Address:City "/\/\/" var:Address:State "/\/\/" var:Address:PostalCode "/\/\/" var:Address:Country CONCAT - CONCAT(%Address:Street%, " ",%Address:City%, " ",%Address:State%, " ",%Address:PostalCode%, " ",%Address:Country%) - Place - 1.0 - InspectionPlanDetails7913740269296556 - 0.0 - 0.0 - InspectionPlanDetails - 0.0 - Formula - Formula - false - false - - - false - 0.0 - = - Visit:Id - InspectionPlanDetails42682539007625664 - ParentId - AssessmentTask - 6.0 - 0.0 - InspectionPlanDetails - 0.0 - AssessmentTask - json - false - false - - - true - 0.0 - InspectionPlanDetails3787154519000431 - AssessmentTask:Name - 0.0 - 0.0 - InspectionPlanDetails - 1.0 - Q:NewName - json - false - false - - - false - 0.0 - = - Id - InspectionPlanDetails7086605226669915 - Id - Visit - 1.0 - 0.0 - InspectionPlanDetails - 0.0 - Visit - json - false - false - - - true - 0.0 - InspectionPlanDetails11873291612674408 - InsAssessInd:Name - 0.0 - 0.0 - InspectionPlanDetails - 1.0 - R:SubQuestion - json - false - false - - - false - 0.0 - InspectionPlanDetails5216520769750104 - Visit:Name - 0.0 - 0.0 - InspectionPlanDetails - 1.0 - Name - json - false - false - - - false - 0.0 - = - Visit:VisitTypeId - InspectionPlanDetails5479706268884446 - Id - InspectionType - 2.0 - 0.0 - InspectionPlanDetails - 0.0 - Inspection - json - false - false - - - false - 0.0 - InspectionPlanDetails6144224548959676 - Visit:Location.Name - 0.0 - 0.0 - InspectionPlanDetails - 1.0 - Place - json - false - false - - JSON - { - "Id" : "0Z5As00000000o1KAA" -} - false - 0.0 - false - json - false - 0.0 - Extract - InspectionPlanDetails_1 - 1.0 - false - diff --git a/src/main/default/omniDataTransforms/TransformGetInspectionDetails_1.rpt-meta.xml b/src/main/default/omniDataTransforms/TransformGetInspectionDetails_1.rpt-meta.xml deleted file mode 100644 index f8c87252..00000000 --- a/src/main/default/omniDataTransforms/TransformGetInspectionDetails_1.rpt-meta.xml +++ /dev/null @@ -1,349 +0,0 @@ - - - true - false - false - false - false - JSON - TransformGetInspectionDetails - false - - false - 0.0 - = - Id - TransformGetInspectionDetails9016773295920921 - Id - BusinessLicenseApplication - 1.0 - 0.0 - TransformGetInspectionDetails - 0.0 - Renewal - json - false - false - - - false - 0.0 - = - ResidenceAccount:Id - TransformGetInspectionDetails7297612962603066 - AccountId - BusinessLicense - 8.0 - 0.0 - TransformGetInspectionDetails - 0.0 - Certificate - json - false - false - - - false - 0.0 - = - RegistrantAccount:Id - TransformGetInspectionDetails182313828074806 - AccountId - AccountContactRelation - 7.0 - 0.0 - TransformGetInspectionDetails - 0.0 - Primary - json - false - false - - - false - 0.0 - = - Renewal:AccountId - TransformGetInspectionDetails6324804096715704 - Id - Account - 2.0 - 0.0 - TransformGetInspectionDetails - 0.0 - ResidenceAccount - json - false - false - - - false - 0.0 - = - 'Active' - TransformGetInspectionDetails13392492672768608 - Status - BusinessLicense - 8.0 - 0.0 - TransformGetInspectionDetails - 0.0 - Certificate - json - false - false - - - false - 0.0 - = - ResidenceAccount:Id - TransformGetInspectionDetails8569346170007373 - ParentRecordId - AssociatedLocation - 4.0 - 0.0 - TransformGetInspectionDetails - 0.0 - AssociatedLoc - json - false - false - - - true - 0.0 - TransformGetInspectionDetailsCustom1372 - Count - 0.0 - 0.0 - TransformGetInspectionDetails - 1.0 - Count - json - false - false - - - false - 0.0 - = - Account:RegulatoryAuthorizationTypeId - TransformGetInspectionDetails9370117691625681 - Id - BusRegAuthorizationType - 9.0 - 0.0 - TransformGetInspectionDetails - 0.0 - License - json - false - false - - - false - 0.0 - = - AssociatedLoc:LocationId - TransformGetInspectionDetails9433834700176507 - Id - Location - 5.0 - 0.0 - TransformGetInspectionDetails - 0.0 - Location - json - false - false - - - false - 0.0 - = - "$Vlocity.NULL" - TransformGetInspectionDetails20815992438647513 - ActiveTo - AssociatedLocation - 4.0 - 0.0 - TransformGetInspectionDetails - 0.0 - AssociatedLoc - json - false - false - - - false - 0.0 - = - 'true' - TransformGetInspectionDetails4818906110843706 - PrimaryContact__c - AccountContactRelation - 7.0 - 0.0 - TransformGetInspectionDetails - 0.0 - Primary - json - false - false - - - false - 0.0 - = - Primary:ContactId - TransformGetInspectionDetails8972337401811652 - Id - Contact - 10.0 - 0.0 - TransformGetInspectionDetails - 0.0 - Contact - json - false - false - - - false - 0.0 - = - ResidenceAccount:ParentId - TransformGetInspectionDetails7098742190832501 - Id - Account - 3.0 - 0.0 - TransformGetInspectionDetails - 0.0 - RegistrantAccount - json - false - false - - - false - 0.0 - = - Location:Id - TransformGetInspectionDetails2635705310770382 - ParentId - Address - 6.0 - 0.0 - TransformGetInspectionDetails - 0.0 - Address - json - false - false - - - false - 0.0 - TransformGetInspectionDetails8497832998636501 - InsType - 0.0 - 0.0 - TransformGetInspectionDetails - 1.0 - InsType - json - false - false - - - false - 0.0 - TransformGetInspectionDetails3616215672458558 - Place - 0.0 - 0.0 - TransformGetInspectionDetails - 1.0 - Place - json - false - false - - - false - 0.0 - TransformGetInspectionDetails0916220387481772 - Account - 0.0 - 0.0 - TransformGetInspectionDetails - 1.0 - Account - json - false - false - - - false - 0.0 - TransformGetInspectionDetails3587646825607811 - Q:NewName - 0.0 - 0.0 - TransformGetInspectionDetails - 1.0 - Q:NewName - json - false - false - - - false - 0.0 - TransformGetInspectionDetails30487501896981284 - Name - 0.0 - 0.0 - TransformGetInspectionDetails - 1.0 - Name - json - false - false - - JSON - { - "Name" : "00000051", - "Place" : "548 Market Street", - "Q" : [ { - "NewName" : "S 15 Housing- If more than one class or non-residents" - }, { - "NewName" : "S 16 Housing - Restrictions on housing" - }, { - "NewName" : "S 72 Providing Assisted Living Services - Psychosocial supports" - }, { - "NewName" : "CCALA 26.1-Operating an assisted living residence" - }, { - "NewName" : "CCALA 26.5-Operating an assisted living residence" - }, { - "NewName" : "CCALA 26.1.1 - Persons not allowed to reside in an assisted living residence" - }, { - "NewName" : "S 71 Providing Assisted Living Services - Behaviour management" - } ], - "Account" : "Test Account", - "InsType" : "Admin-type" -} - false - 0.0 - false - json - false - 0.0 - GenerateInspectionPlan(Version 1) - Transform - TransformGetInspectionDetails_1 - 1.0 - false - From c486c5bf1e3a17cd5960370067762c86596cefdd Mon Sep 17 00:00:00 2001 From: Keerthana9894 Date: Mon, 12 Feb 2024 18:57:03 +0530 Subject: [PATCH 23/35] HyperCare- ALR-931 --- ...n_DocumentGeneration_English_5.os-meta.xml | 1287 +++++++++++++++++ ...n_DocumentGeneration_English_3.os-meta.xml | 2 +- 2 files changed, 1288 insertions(+), 1 deletion(-) create mode 100644 src-temp/main/default/omniScripts/DocumentGeneration_DocumentGeneration_English_5.os-meta.xml diff --git a/src-temp/main/default/omniScripts/DocumentGeneration_DocumentGeneration_English_5.os-meta.xml b/src-temp/main/default/omniScripts/DocumentGeneration_DocumentGeneration_English_5.os-meta.xml new file mode 100644 index 00000000..a8d3f2e9 --- /dev/null +++ b/src-temp/main/default/omniScripts/DocumentGeneration_DocumentGeneration_English_5.os-meta.xml @@ -0,0 +1,1287 @@ + + + Demonstrates how a single document can be generated using a DOCX or PPTX template. Uses LWC for generation. + {"ElementTypeToHTMLTemplateList":[]} + true + false + false + false + false + true + English + DocumentGeneration + + true + false + 0.0 + DataRaptorExtractAction1 + 0.0 + { + "controlWidth" : 12, + "label" : "DataRaptorExtractAction1", + "bundle" : "GetInvoiceDetails", + "ignoreCache" : false, + "dataRaptor Input Parameters" : [ { + "element" : "ObjectId", + "inputParam" : "Id" + } ], + "remoteTimeout" : 30000, + "responseJSONPath" : "", + "responseJSONNode" : "", + "inProgressMessage" : "In Progress", + "postMessage" : "Done", + "failureNextLabel" : "Continue", + "failureAbortLabel" : "Abort", + "failureGoBackLabel" : "Go Back", + "failureAbortMessage" : "Are you sure?", + "validationRequired" : "Step", + "redirectPageName" : "", + "redirectTemplateUrl" : "vlcAcknowledge.html", + "redirectNextLabel" : "Next", + "redirectNextWidth" : 3, + "redirectPreviousLabel" : "Previous", + "redirectPreviousWidth" : 3, + "showPersistentComponent" : [ true, false ], + "show" : { + "group" : { + "operator" : "OR", + "rules" : [ { + "data" : "RenewalReceiptTemplate", + "condition" : "=", + "field" : "templateName" + }, { + "field" : "templateName", + "condition" : "=", + "data" : "UnitReceiptTemplate" + } ] + } + }, + "HTMLTemplateId" : "", + "wpm" : false, + "ssm" : false, + "message" : { }, + "pubsub" : false, + "errorMessage" : { + "custom" : [ ], + "default" : null + }, + "enableDefaultAbort" : false, + "enableActionMessage" : false, + "businessCategory" : "", + "businessEvent" : "" +} + 3.0 + DataRaptor Extract Action + + + + true + false + 1.0 + ObjectId + 0.0 + { + "controlWidth" : 12, + "label" : "ObjectId", + "showInputWidth" : false, + "inputWidth" : 12, + "required" : true, + "repeat" : false, + "repeatClone" : false, + "repeatLimit" : null, + "readOnly" : false, + "defaultValue" : null, + "help" : false, + "helpText" : "", + "mask" : "", + "pattern" : "", + "ptrnErrText" : "", + "minLength" : 0, + "maxLength" : 255, + "placeholder" : "", + "show" : null, + "conditionType" : "Hide if False", + "accessibleInFutureSteps" : false, + "debounceValue" : 0, + "HTMLTemplateId" : "", + "hide" : false, + "disOnTplt" : false +} + 0.0 + Text + + + true + false + 1.0 + templateName + 0.0 + { + "disOnTplt" : false, + "hide" : false, + "HTMLTemplateId" : "", + "debounceValue" : 0, + "accessibleInFutureSteps" : false, + "conditionType" : "Hide if False", + "show" : null, + "placeholder" : "", + "maxLength" : 255, + "minLength" : 0, + "ptrnErrText" : "", + "pattern" : "", + "mask" : "", + "helpText" : "", + "help" : false, + "defaultValue" : null, + "readOnly" : false, + "repeatLimit" : null, + "repeatClone" : false, + "repeat" : false, + "required" : true, + "inputWidth" : 12, + "showInputWidth" : false, + "label" : "templateName", + "controlWidth" : 12 +} + 1.0 + Text + + + false + false + 1.0 + TemplateType + 0.0 + { + "controlWidth" : 12, + "label" : "Template Type", + "showInputWidth" : false, + "inputWidth" : 12, + "required" : false, + "repeat" : false, + "repeatClone" : false, + "repeatLimit" : null, + "readOnly" : false, + "defaultValue" : null, + "help" : false, + "helpText" : "", + "options" : [ { + "name" : "MicrosoftWord", + "value" : "Microsoft Word .DOCX Template", + "autoAdv" : null + }, { + "name" : "MicrosoftPowerpoint", + "value" : "Microsoft Powerpoint .PPTX Template", + "autoAdv" : null + } ], + "optionSource" : { + "type" : "", + "source" : "" + }, + "controllingField" : { + "element" : "", + "type" : "", + "source" : "" + }, + "show" : null, + "conditionType" : "Hide if False", + "accessibleInFutureSteps" : false, + "HTMLTemplateId" : "", + "hide" : false, + "disOnTplt" : false +} + 2.0 + Select + + false + false + 0.0 + EnterObject + 0.0 + { + "label" : "Enter Object Id", + "validationRequired" : true, + "previousLabel" : "Previous", + "previousWidth" : 3, + "nextLabel" : "Next", + "nextWidth" : 3, + "cancelLabel" : "Cancel", + "cancelMessage" : "Are you sure?", + "saveLabel" : "Save for later", + "saveMessage" : "Are you sure you want to save it for later?", + "completeLabel" : "Complete", + "completeMessage" : "Are you sure you want to complete the script?", + "instruction" : "", + "showPersistentComponent" : [ true, false ], + "remoteClass" : "", + "remoteMethod" : "", + "remoteTimeout" : 30000, + "remoteOptions" : { }, + "knowledgeOptions" : { + "language" : "English", + "publishStatus" : "Online", + "keyword" : "", + "dataCategoryCriteria" : "", + "remoteTimeout" : 30000, + "typeFilter" : "" + }, + "show" : null, + "conditionType" : "Hide if False", + "HTMLTemplateId" : "", + "instructionKey" : "", + "chartLabel" : null, + "allowSaveForLater" : true, + "errorMessage" : { + "custom" : [ ], + "default" : null + }, + "wpm" : false, + "ssm" : false, + "message" : { }, + "pubsub" : false, + "businessCategory" : "", + "businessEvent" : "" +} + 0.0 + Step + + + + true + false + 1.0 + TextBlock2 + 0.0 + { + "controlWidth" : 12, + "label" : "TextBlock2", + "text" : "<p>Something went wrong please contact your System Administrator...</p>", + "show" : null, + "dataJSON" : false, + "HTMLTemplateId" : "", + "textKey" : "", + "sanitize" : false +} + 0.0 + Text Block + + true + false + 0.0 + Error + 0.0 + { + "label" : "Error", + "validationRequired" : true, + "previousLabel" : "Previous", + "previousWidth" : 3, + "nextLabel" : "Next", + "nextWidth" : "0", + "cancelLabel" : "Cancel", + "cancelMessage" : "Are you sure?", + "saveLabel" : "Save for later", + "saveMessage" : "Are you sure you want to save it for later?", + "completeLabel" : "Complete", + "completeMessage" : "Are you sure you want to complete the script?", + "instruction" : "", + "showPersistentComponent" : [ true, false ], + "remoteClass" : "", + "remoteMethod" : "", + "remoteTimeout" : 30000, + "remoteOptions" : { }, + "knowledgeOptions" : { + "language" : "English", + "publishStatus" : "Online", + "keyword" : "", + "dataCategoryCriteria" : "", + "remoteTimeout" : 30000, + "typeFilter" : "" + }, + "show" : { + "group" : { + "operator" : "OR", + "rules" : [ { + "group" : { + "operator" : "AND", + "rules" : [ { + "field" : "templateName", + "condition" : "=", + "data" : "UnitReceiptTemplate" + }, { + "field" : "Status", + "condition" : "=", + "data" : "Due" + } ] + } + }, { + "group" : { + "operator" : "AND", + "rules" : [ { + "field" : "templateName", + "condition" : "=", + "data" : "RenewalReceiptTemplate" + }, { + "field" : "Status", + "condition" : "=", + "data" : "Due" + } ] + } + }, { + "group" : { + "operator" : "AND", + "rules" : [ { + "field" : "templateName", + "condition" : "=", + "data" : null + } ] + } + } ] + } + }, + "conditionType" : "Hide if False", + "HTMLTemplateId" : "", + "instructionKey" : "", + "chartLabel" : "Error", + "allowSaveForLater" : true, + "errorMessage" : { + "custom" : [ ], + "default" : null + }, + "wpm" : false, + "ssm" : false, + "message" : { }, + "pubsub" : false, + "businessCategory" : "", + "businessEvent" : "" +} + 4.0 + Step + + + + true + false + 1.0 + Cancel + 0.0 + { + "controlWidth" : 2, + "label" : "Cancel", + "validationRequired" : "Submit", + "show" : null, + "HTMLTemplateId" : "", + "wpm" : false, + "ssm" : false, + "pubsub" : false, + "message" : { }, + "targetType" : "Web Page", + "objectAction" : "home", + "recordAction" : "view", + "loginAction" : "login", + "targetFilter" : "Recent", + "targetId" : "%ContextId%", + "variant" : "brand", + "iconName" : "", + "iconVariant" : "", + "iconPosition" : "left", + "replace" : true, + "targetLWCLayout" : "lightning", + "businessCategory" : "", + "businessEvent" : "", + "targetUrl" : "/lightning/r/Visit/%objectId%/view" +} + 2.0 + Navigate Action + + + context-id -- SObjectId like QuoteId, OpportunityId,OrderId & ContractId +selected-template -- selected Template JSON node from previous step. +debug -- optional for debugging +document-title -- Overrides the Default Document Name/Title of your document + true + false + 1.0 + GenerateDocumentWord + 0.0 + { + "controlWidth" : 12, + "label" : "Generate Document Word", + "show" : null, + "conditionType" : "Hide if False", + "hide" : false, + "lwcName" : "omnistudio__clmOsDocxGenerateDocument", + "bStandalone" : false, + "customAttributes" : [ { + "name" : "context-id", + "source" : "%contextId%" + }, { + "name" : "selected-template", + "source" : "%selectedTemplate%" + }, { + "name" : "debug", + "source" : "true" + }, { + "name" : "document-title", + "source" : "%documentTitle%" + } ] +} + 0.0 + Custom Lightning Web Component + + + true + false + 1.0 + TextBlock1 + 0.0 + { + "controlWidth" : 10, + "label" : "TextBlock1", + "text" : "", + "show" : null, + "dataJSON" : false, + "HTMLTemplateId" : "", + "textKey" : "", + "sanitize" : false +} + 1.0 + Text Block + + true + false + 0.0 + Generate Document + 0.0 + { + "label" : "Generate Document", + "validationRequired" : true, + "previousLabel" : "Previous", + "previousWidth" : "0", + "nextLabel" : "Done", + "nextWidth" : "0", + "cancelLabel" : "Cancel", + "cancelMessage" : "Are you sure?", + "saveLabel" : "Save for later", + "saveMessage" : "Are you sure you want to save it for later?", + "completeLabel" : "Complete", + "completeMessage" : "Are you sure you want to complete the script?", + "instruction" : "", + "showPersistentComponent" : [ true, false ], + "remoteClass" : "", + "remoteMethod" : "", + "remoteTimeout" : 30000, + "remoteOptions" : { }, + "knowledgeOptions" : { + "language" : "English", + "publishStatus" : "Online", + "keyword" : "", + "dataCategoryCriteria" : "", + "remoteTimeout" : 30000, + "typeFilter" : "" + }, + "show" : { + "group" : { + "operator" : "AND", + "rules" : [ { + "data" : null, + "condition" : "<>", + "field" : "templateName" + } ] + } + }, + "conditionType" : "Hide if True", + "HTMLTemplateId" : "", + "instructionKey" : "", + "chartLabel" : null, + "allowSaveForLater" : false, + "errorMessage" : { + "custom" : [ ], + "default" : null + }, + "wpm" : false, + "ssm" : false, + "message" : { }, + "pubsub" : false, + "businessCategory" : "", + "businessEvent" : "" +} + 10.0 + Step + + + + true + false + 1.0 + AttachFileFormat + 0.0 + { + "disOnTplt" : false, + "hide" : false, + "HTMLTemplateId" : "", + "accessibleInFutureSteps" : false, + "conditionType" : "Hide if False", + "show" : null, + "controllingField" : { + "source" : "", + "type" : "", + "element" : "" + }, + "optionSource" : { + "source" : "", + "type" : "" + }, + "options" : [ { + "name" : "docx", + "value" : "Microsoft Word", + "autoAdv" : null + }, { + "autoAdv" : null, + "value" : "PDF", + "name" : "pdf" + }, { + "name" : "pptx", + "value" : "Microsoft PowerPoint", + "autoAdv" : null + }, { + "name" : "none", + "value" : "None", + "autoAdv" : null + }, { + "name" : "docx,pdf", + "value" : "Word, PDF", + "autoAdv" : null + }, { + "name" : "pptx,pdf", + "value" : "PowerPoint, PDF", + "autoAdv" : null + } ], + "helpText" : "", + "help" : false, + "defaultValue" : "none", + "readOnly" : true, + "repeatLimit" : null, + "repeatClone" : false, + "repeat" : false, + "required" : false, + "inputWidth" : 12, + "showInputWidth" : false, + "label" : "Attach File Format", + "controlWidth" : 12 +} + 1.0 + Select + + + true + false + 1.0 + DocGenerationMechanism + 0.0 + { + "disOnTplt" : false, + "hide" : false, + "HTMLTemplateId" : "", + "accessibleInFutureSteps" : false, + "conditionType" : "Hide if False", + "show" : null, + "controllingField" : { + "source" : "", + "type" : "", + "element" : "" + }, + "optionSource" : { + "source" : "", + "type" : "" + }, + "options" : [ { + "name" : "ClientSide", + "value" : "ClientSide", + "autoAdv" : null + } ], + "helpText" : "", + "help" : false, + "readOnly" : true, + "repeatLimit" : null, + "repeatClone" : false, + "repeat" : false, + "required" : false, + "inputWidth" : 12, + "showInputWidth" : false, + "label" : "Doc Generation Mechanism", + "controlWidth" : 12, + "defaultValue" : "ClientSide" +} + 3.0 + Select + + + true + false + 1.0 + DocumentGenerationFontSource + 0.0 + { + "controlWidth" : 12, + "label" : "Document Generation Font Source", + "showInputWidth" : false, + "inputWidth" : 12, + "required" : false, + "repeat" : false, + "repeatClone" : false, + "repeatLimit" : null, + "readOnly" : true, + "defaultValue" : "Document Font", + "help" : true, + "helpText" : "Specifies the source of the font used for rendering values during document generation. Possible values include Rich Text Editor Font, Document Font. The default value is Rich Text Editor Font.", + "helpTextPos" : "", + "options" : [ { + "name" : "Rich Text Editor Font", + "value" : "Rich Text Editor Font", + "autoAdv" : null + }, { + "name" : "Document Font", + "value" : "Document Font", + "autoAdv" : null + } ], + "optionSource" : { + "type" : "", + "source" : "" + }, + "controllingField" : { + "element" : "", + "type" : "", + "source" : "" + }, + "show" : null, + "conditionType" : "Hide if False", + "accessibleInFutureSteps" : false, + "HTMLTemplateId" : "", + "hide" : false, + "disOnTplt" : false +} + 7.0 + Select + + + true + false + 1.0 + DocumentTitle + 0.0 + { + "controlWidth" : 12, + "label" : "Document Title", + "showInputWidth" : false, + "inputWidth" : 12, + "required" : false, + "repeat" : false, + "repeatClone" : false, + "repeatLimit" : null, + "readOnly" : false, + "defaultValue" : "%title%", + "help" : false, + "helpText" : "", + "mask" : "", + "pattern" : "", + "ptrnErrText" : "", + "minLength" : 0, + "maxLength" : 255, + "placeholder" : "", + "show" : null, + "conditionType" : "Hide if False", + "accessibleInFutureSteps" : false, + "debounceValue" : 0, + "HTMLTemplateId" : "", + "hide" : false, + "disOnTplt" : false +} + 8.0 + Text + + + true + false + 1.0 + DocumentViewer + 0.0 + { + "controlWidth" : 12, + "label" : "Document Viewer", + "showInputWidth" : false, + "inputWidth" : 12, + "required" : false, + "repeat" : false, + "repeatClone" : false, + "repeatLimit" : null, + "readOnly" : false, + "defaultValue" : "PDF", + "help" : false, + "helpText" : "", + "options" : [ { + "name" : "PDF", + "value" : "PDF", + "autoAdv" : null + }, { + "name" : "None", + "value" : "None", + "autoAdv" : null + } ], + "optionSource" : { + "type" : "", + "source" : "" + }, + "controllingField" : { + "element" : "", + "type" : "", + "source" : "" + }, + "show" : null, + "conditionType" : "Hide if False", + "accessibleInFutureSteps" : false, + "HTMLTemplateId" : "", + "hide" : false, + "disOnTplt" : false +} + 2.0 + Select + + + true + false + 1.0 + DownloadFileFormat + 0.0 + { + "controlWidth" : 12, + "label" : "Download File Format", + "showInputWidth" : false, + "inputWidth" : 12, + "required" : false, + "repeat" : false, + "repeatClone" : false, + "repeatLimit" : null, + "readOnly" : false, + "defaultValue" : "none", + "help" : false, + "helpText" : "", + "options" : [ { + "name" : "all", + "value" : "All", + "autoAdv" : null + }, { + "name" : "docx", + "value" : "Microsoft Word", + "autoAdv" : null + }, { + "name" : "pdf", + "value" : "PDF", + "autoAdv" : null + }, { + "name" : "pptx", + "value" : "Microsoft PowerPoint", + "autoAdv" : null + }, { + "name" : "none", + "value" : "None", + "autoAdv" : null + } ], + "optionSource" : { + "type" : "", + "source" : "" + }, + "controllingField" : { + "element" : "", + "type" : "", + "source" : "" + }, + "show" : null, + "conditionType" : "Hide if False", + "accessibleInFutureSteps" : false, + "HTMLTemplateId" : "", + "hide" : false, + "disOnTplt" : false +} + 0.0 + Select + + + true + false + 1.0 + InsertSpaceforRepeatingContentTokens + 0.0 + { + "controlWidth" : 12, + "label" : "Insert Space for Repeating Content Tokens", + "showInputWidth" : false, + "inputWidth" : 12, + "required" : false, + "repeat" : false, + "repeatClone" : false, + "repeatLimit" : null, + "readOnly" : true, + "help" : true, + "helpText" : "Specifies whether the repeating content tokens output is separated by spaces in a generated document.", + "options" : [ { + "autoAdv" : null, + "value" : "Yes", + "name" : "Yes" + }, { + "autoAdv" : null, + "value" : "No", + "name" : "No" + } ], + "optionSource" : { + "type" : "", + "source" : "" + }, + "controllingField" : { + "element" : "", + "type" : "", + "source" : "" + }, + "show" : null, + "conditionType" : "Hide if False", + "accessibleInFutureSteps" : false, + "HTMLTemplateId" : "", + "hide" : false, + "disOnTplt" : false, + "defaultValue" : "Yes" +} + 6.0 + Select + + + true + false + 1.0 + PdfGenerationSource + 0.0 + { + "controlWidth" : 12, + "label" : "Pdf Generation Source", + "showInputWidth" : false, + "inputWidth" : 12, + "required" : false, + "repeat" : false, + "repeatClone" : false, + "repeatLimit" : null, + "readOnly" : true, + "help" : false, + "helpText" : "", + "options" : [ { + "name" : "ClientSide", + "value" : "ClientSide", + "autoAdv" : null + } ], + "optionSource" : { + "type" : "", + "source" : "" + }, + "controllingField" : { + "element" : "", + "type" : "", + "source" : "" + }, + "show" : null, + "conditionType" : "Hide if False", + "accessibleInFutureSteps" : false, + "HTMLTemplateId" : "", + "hide" : false, + "disOnTplt" : false, + "defaultValue" : "ClientSide" +} + 4.0 + Select + + + true + false + 1.0 + UseTemplateDRExtract + 0.0 + { + "defaultValue" : "Yes", + "disOnTplt" : false, + "hide" : false, + "HTMLTemplateId" : "", + "accessibleInFutureSteps" : false, + "conditionType" : "Hide if False", + "show" : null, + "controllingField" : { + "source" : "", + "type" : "", + "element" : "" + }, + "optionSource" : { + "source" : "", + "type" : "" + }, + "options" : [ { + "name" : "Yes", + "value" : "Yes", + "autoAdv" : null + }, { + "name" : "No", + "value" : "No", + "autoAdv" : null + } ], + "helpText" : "", + "help" : false, + "readOnly" : true, + "repeatLimit" : null, + "repeatClone" : false, + "repeat" : false, + "required" : false, + "inputWidth" : 12, + "showInputWidth" : false, + "label" : "Use Template DRExtract?", + "controlWidth" : 12 +} + 5.0 + Select + + true + false + 0.0 + GenerationOptions + 0.0 + { + "label" : "Generation Options", + "validationRequired" : true, + "previousLabel" : "Previous", + "previousWidth" : 3, + "nextLabel" : "Next", + "nextWidth" : 3, + "cancelLabel" : "Cancel", + "cancelMessage" : "Are you sure?", + "saveLabel" : "Save for later", + "saveMessage" : "Are you sure you want to save it for later?", + "completeLabel" : "Complete", + "completeMessage" : "Are you sure you want to complete the script?", + "instruction" : "", + "showPersistentComponent" : [ true, false ], + "remoteClass" : "", + "remoteMethod" : "", + "remoteTimeout" : 30000, + "remoteOptions" : { }, + "knowledgeOptions" : { + "language" : "English", + "publishStatus" : "Online", + "keyword" : "", + "dataCategoryCriteria" : "", + "remoteTimeout" : 30000, + "typeFilter" : "" + }, + "show" : { + "group" : { + "operator" : "AND", + "rules" : [ { + "data" : null, + "condition" : "=", + "field" : "templateName" + } ] + } + }, + "conditionType" : "Hide if False", + "HTMLTemplateId" : "", + "instructionKey" : "", + "chartLabel" : null, + "allowSaveForLater" : true, + "errorMessage" : { + "custom" : [ ], + "default" : null + }, + "wpm" : false, + "ssm" : false, + "message" : { }, + "pubsub" : false, + "businessCategory" : "", + "businessEvent" : "" +} + 7.0 + Step + + + true + false + 0.0 + GetDocumentTemplates + 0.0 + { + "controlWidth" : 12, + "label" : "GetDocumentTemplates", + "bundle" : "GetDocumentTemplateByName", + "ignoreCache" : false, + "dataRaptor Input Parameters" : [ { + "element" : "templateName", + "inputParam" : "templateName" + } ], + "remoteTimeout" : 30000, + "responseJSONPath" : "", + "responseJSONNode" : "", + "inProgressMessage" : "In Progress", + "postMessage" : "Done", + "failureNextLabel" : "Continue", + "failureAbortLabel" : "Abort", + "failureGoBackLabel" : "Go Back", + "failureAbortMessage" : "Are you sure?", + "validationRequired" : "Step", + "redirectPageName" : "", + "redirectTemplateUrl" : "vlcAcknowledge.html", + "redirectNextLabel" : "Next", + "redirectNextWidth" : 3, + "redirectPreviousLabel" : "Previous", + "redirectPreviousWidth" : 3, + "showPersistentComponent" : [ true, false ], + "show" : null, + "HTMLTemplateId" : "", + "wpm" : false, + "ssm" : false, + "message" : { }, + "pubsub" : false, + "errorMessage" : { + "custom" : [ ], + "default" : null + }, + "enableDefaultAbort" : false, + "enableActionMessage" : false, + "businessCategory" : "", + "businessEvent" : "" +} + 1.0 + DataRaptor Extract Action + + + + true + false + 1.0 + SelectTemplate + 0.0 + { + "controlWidth" : 12, + "label" : "SelectTemplate", + "show" : null, + "conditionType" : "Hide if False", + "hide" : false, + "lwcName" : "omnistudio__clmSelectableItems", + "bStandalone" : false, + "customAttributes" : [ { + "name" : "template-list", + "source" : "%DocumentTemplate%" + }, { + "name" : "clear-state-on-change", + "source" : "[\"DocumentGenerationWordLWC\"]" + } ] +} + 0.0 + Custom Lightning Web Component + + true + false + 0.0 + PickTemplate + 0.0 + { + "label" : "Pick a Template", + "validationRequired" : true, + "previousLabel" : "Previous", + "previousWidth" : 3, + "nextLabel" : "Next", + "nextWidth" : 3, + "cancelLabel" : "Cancel", + "cancelMessage" : "Are you sure?", + "saveLabel" : "Save for later", + "saveMessage" : "Are you sure you want to save it for later?", + "completeLabel" : "Complete", + "completeMessage" : "Are you sure you want to complete the script?", + "instruction" : "", + "showPersistentComponent" : [ true, false ], + "remoteClass" : "", + "remoteMethod" : "", + "remoteTimeout" : 30000, + "remoteOptions" : { }, + "knowledgeOptions" : { + "language" : "English", + "publishStatus" : "Online", + "keyword" : "", + "dataCategoryCriteria" : "", + "remoteTimeout" : 30000, + "typeFilter" : "" + }, + "show" : { + "group" : { + "operator" : "AND", + "rules" : [ { + "data" : null, + "condition" : "=", + "field" : "templateName" + } ] + } + }, + "conditionType" : "Hide if False", + "HTMLTemplateId" : "", + "instructionKey" : "", + "chartLabel" : null, + "allowSaveForLater" : true, + "errorMessage" : { + "custom" : [ ], + "default" : null + }, + "wpm" : false, + "ssm" : false, + "message" : { }, + "pubsub" : false, + "businessCategory" : "", + "businessEvent" : "" +} + 5.0 + Step + + + false + false + 0.0 + Set Generation Options + 0.0 + { + "controlWidth" : 12, + "label" : "", + "elementValueMap" : { + "attachFileFormat" : "=%GenerationOptions:AttachFileFormat%", + "docGenerationMechanism" : "=%GenerationOptions:DocGenerationMechanism%", + "documentViewer" : "=%GenerationOptions:DocumentViewer%", + "downloadFileFormat" : "=%GenerationOptions:DownloadFileFormat%", + "pdfGenerationSource" : "=%GenerationOptions:PdfGenerationSource%", + "useTemplateDRExtract" : "=%GenerationOptions:UseTemplateDRExtract%", + "documentTitle" : "=%GenerationOptions:DocumentTitle%", + "documentGenerationFontSource" : "=%GenerationOptions:DocumentGenerationFontSource%", + "insertSpaceforRepeatingContentTokens" : "=%GenerationOptions:InsertSpaceforRepeatingContentTokens%" + }, + "showPersistentComponent" : [ true, false ], + "show" : null, + "HTMLTemplateId" : "", + "wpm" : false, + "ssm" : false, + "message" : { }, + "pubsub" : false +} + 8.0 + Set Values + + + true + false + 0.0 + SetValues + 0.0 + { + "controlWidth" : 12, + "label" : "", + "elementValueMap" : { + "selectedTemplate" : "=%DocumentTemplate%", + "templateType" : "=%DocumentTemplate:TemplateType%" + }, + "showPersistentComponent" : [ true, false ], + "show" : null, + "HTMLTemplateId" : "", + "wpm" : false, + "ssm" : false, + "message" : { }, + "pubsub" : false +} + 6.0 + Set Values + + + false + false + 0.0 + SetValues1 + 0.0 + { + "controlWidth" : 12, + "label" : "SetValues1", + "elementValueMap" : { + "templateId" : "%DocumentTemplate:Id%" + }, + "showPersistentComponent" : [ true, false ], + "show" : null, + "HTMLTemplateId" : "", + "wpm" : false, + "ssm" : false, + "message" : { }, + "pubsub" : false +} + 11.0 + Set Values + + + true + false + 0.0 + SetValues3 + 0.0 + { + "controlWidth" : 12, + "label" : "SetValues3", + "elementValueMap" : { + "DocName" : "%DocumentTemplate:Name%", + "title" : "%title%", + "contextId" : "%ObjectId%", + "objectId" : "%ObjectId%", + "templateId" : "%DocumentTemplate:Id%", + "objectName" : "%objectName%" + }, + "showPersistentComponent" : [ true, false ], + "show" : null, + "HTMLTemplateId" : "", + "wpm" : false, + "ssm" : false, + "message" : { }, + "pubsub" : false +} + 2.0 + Set Values + + + true + false + 0.0 + SetValues4 + 0.0 + { + "pubsub" : false, + "message" : { }, + "ssm" : false, + "wpm" : false, + "HTMLTemplateId" : "", + "show" : null, + "showPersistentComponent" : [ true, false ], + "elementValueMap" : { + "insertSpaceforRepeatingContentTokens" : "Yes", + "documentGenerationFontSource" : "Rich Text Editor Font", + "documentTitle" : "%title%", + "useTemplateDRExtract" : "Yes", + "pdfGenerationSource" : "ClientSide", + "downloadFileFormat" : "pdf", + "documentViewer" : "pdf", + "docGenerationMechanism" : "ClientSide", + "attachFileFormat" : "null" + }, + "label" : "", + "controlWidth" : 12 +} + 9.0 + Set Values + + OmniScript + {"persistentComponent":[{"render":false,"label":"","remoteClass":"","remoteMethod":"","remoteTimeout":30000,"remoteOptions":{"preTransformBundle":"","postTransformBundle":""},"preTransformBundle":"","postTransformBundle":"","sendJSONPath":"","sendJSONNode":"","responseJSONPath":"","responseJSONNode":"","id":"vlcCart","itemsKey":"cartItems","modalConfigurationSetting":{"modalHTMLTemplateId":"vlcProductConfig.html","modalController":"ModalProductCtrl","modalSize":"lg"}},{"render":false,"dispOutsideOmni":false,"label":"","remoteClass":"","remoteMethod":"","remoteTimeout":30000,"remoteOptions":{"preTransformBundle":"","postTransformBundle":""},"preTransformBundle":"","postTransformBundle":"","id":"vlcKnowledge","itemsKey":"knowledgeItems","modalConfigurationSetting":{"modalHTMLTemplateId":"","modalController":"","modalSize":"lg"}}],"allowSaveForLater":true,"saveNameTemplate":null,"saveExpireInDays":null,"saveForLaterRedirectPageName":"sflRedirect","saveForLaterRedirectTemplateUrl":"vlcSaveForLaterAcknowledge.html","saveContentEncoded":false,"saveObjectId":"%ContextId%","saveURLPatterns":{},"autoSaveOnStepNext":false,"elementTypeToHTMLTemplateMapping":{},"seedDataJSON":{},"trackingCustomData":{},"enableKnowledge":false,"bLK":false,"lkObjName":null,"knowledgeArticleTypeQueryFieldsMap":{},"timeTracking":false,"hideStepChart":true,"mergeSavedData":false,"visualforcePagesAvailableInPreview":{},"cancelType":"SObject","allowCancel":true,"cancelSource":"%ContextId%","cancelRedirectPageName":"OmniScriptCancelled","cancelRedirectTemplateUrl":"vlcCancelled.html","consoleTabLabel":"New","wpm":false,"ssm":false,"message":{},"pubsub":false,"autoFocus":false,"currencyCode":"","showInputWidth":false,"rtpSeed":false,"consoleTabTitle":null,"consoleTabIcon":"custom:custom18","errorMessage":{"custom":[]},"stylesheet":{"newport":"","lightning":"","newportRtl":"","lightningRtl":""},"stepChartPlacement":"right","disableUnloadWarn":true,"scrollBehavior":"auto","currentLanguage":"en_US"} + DocumentGeneration + DocumentGeneration + DocumentGeneration_DocumentGeneration_English_5 + 5.0 + 2c507eb8-fc28-6aa7-3170-d6244401b55d + diff --git a/src/main/default/omniScripts/DocumentGeneration_DocumentGeneration_English_3.os-meta.xml b/src/main/default/omniScripts/DocumentGeneration_DocumentGeneration_English_3.os-meta.xml index 6efb9ccc..d6aa8e23 100644 --- a/src/main/default/omniScripts/DocumentGeneration_DocumentGeneration_English_3.os-meta.xml +++ b/src/main/default/omniScripts/DocumentGeneration_DocumentGeneration_English_3.os-meta.xml @@ -2,7 +2,7 @@ Demonstrates how a single document can be generated using a DOCX or PPTX template. Uses LWC for generation. {"ElementTypeToHTMLTemplateList":[]} - true + false false false false From 5d8c8ea195315df0da730772891b928a1058d889 Mon Sep 17 00:00:00 2001 From: Keerthana9894 Date: Mon, 12 Feb 2024 18:57:59 +0530 Subject: [PATCH 24/35] HyperCare-ALR-931 --- .../DocumentGeneration_DocumentGeneration_English_5.os-meta.xml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {src-temp => src}/main/default/omniScripts/DocumentGeneration_DocumentGeneration_English_5.os-meta.xml (100%) diff --git a/src-temp/main/default/omniScripts/DocumentGeneration_DocumentGeneration_English_5.os-meta.xml b/src/main/default/omniScripts/DocumentGeneration_DocumentGeneration_English_5.os-meta.xml similarity index 100% rename from src-temp/main/default/omniScripts/DocumentGeneration_DocumentGeneration_English_5.os-meta.xml rename to src/main/default/omniScripts/DocumentGeneration_DocumentGeneration_English_5.os-meta.xml From abafb6659f1359b6d10100e68b4e00ec88c558c9 Mon Sep 17 00:00:00 2001 From: Keerthana9894 Date: Mon, 12 Feb 2024 22:22:37 +0530 Subject: [PATCH 25/35] hypercare-ALR-827 --- .../ALRRenewalNotificationTemplates.emailFolder-meta.xml | 0 .../Annual_Renewal_Notification_Letter.email | 0 .../Annual_Renewal_Notification_Letter.email-meta.xml | 0 .../Registration_Renewal_Completion_Letter.email | 0 .../Registration_Renewal_Completion_Letter.email-meta.xml | 0 .../ALRRenewalNotificationTemplates/Renewal_Reminder_Email.email | 0 .../Renewal_Reminder_Email.email-meta.xml | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename {src/main/default/email => Archive}/ALRRenewalNotificationTemplates.emailFolder-meta.xml (100%) rename {src/main/default/email => Archive}/ALRRenewalNotificationTemplates/Annual_Renewal_Notification_Letter.email (100%) rename {src/main/default/email => Archive}/ALRRenewalNotificationTemplates/Annual_Renewal_Notification_Letter.email-meta.xml (100%) rename {src/main/default/email => Archive}/ALRRenewalNotificationTemplates/Registration_Renewal_Completion_Letter.email (100%) rename {src/main/default/email => Archive}/ALRRenewalNotificationTemplates/Registration_Renewal_Completion_Letter.email-meta.xml (100%) rename {src/main/default/email => Archive}/ALRRenewalNotificationTemplates/Renewal_Reminder_Email.email (100%) rename {src/main/default/email => Archive}/ALRRenewalNotificationTemplates/Renewal_Reminder_Email.email-meta.xml (100%) diff --git a/src/main/default/email/ALRRenewalNotificationTemplates.emailFolder-meta.xml b/Archive/ALRRenewalNotificationTemplates.emailFolder-meta.xml similarity index 100% rename from src/main/default/email/ALRRenewalNotificationTemplates.emailFolder-meta.xml rename to Archive/ALRRenewalNotificationTemplates.emailFolder-meta.xml diff --git a/src/main/default/email/ALRRenewalNotificationTemplates/Annual_Renewal_Notification_Letter.email b/Archive/ALRRenewalNotificationTemplates/Annual_Renewal_Notification_Letter.email similarity index 100% rename from src/main/default/email/ALRRenewalNotificationTemplates/Annual_Renewal_Notification_Letter.email rename to Archive/ALRRenewalNotificationTemplates/Annual_Renewal_Notification_Letter.email diff --git a/src/main/default/email/ALRRenewalNotificationTemplates/Annual_Renewal_Notification_Letter.email-meta.xml b/Archive/ALRRenewalNotificationTemplates/Annual_Renewal_Notification_Letter.email-meta.xml similarity index 100% rename from src/main/default/email/ALRRenewalNotificationTemplates/Annual_Renewal_Notification_Letter.email-meta.xml rename to Archive/ALRRenewalNotificationTemplates/Annual_Renewal_Notification_Letter.email-meta.xml diff --git a/src/main/default/email/ALRRenewalNotificationTemplates/Registration_Renewal_Completion_Letter.email b/Archive/ALRRenewalNotificationTemplates/Registration_Renewal_Completion_Letter.email similarity index 100% rename from src/main/default/email/ALRRenewalNotificationTemplates/Registration_Renewal_Completion_Letter.email rename to Archive/ALRRenewalNotificationTemplates/Registration_Renewal_Completion_Letter.email diff --git a/src/main/default/email/ALRRenewalNotificationTemplates/Registration_Renewal_Completion_Letter.email-meta.xml b/Archive/ALRRenewalNotificationTemplates/Registration_Renewal_Completion_Letter.email-meta.xml similarity index 100% rename from src/main/default/email/ALRRenewalNotificationTemplates/Registration_Renewal_Completion_Letter.email-meta.xml rename to Archive/ALRRenewalNotificationTemplates/Registration_Renewal_Completion_Letter.email-meta.xml diff --git a/src/main/default/email/ALRRenewalNotificationTemplates/Renewal_Reminder_Email.email b/Archive/ALRRenewalNotificationTemplates/Renewal_Reminder_Email.email similarity index 100% rename from src/main/default/email/ALRRenewalNotificationTemplates/Renewal_Reminder_Email.email rename to Archive/ALRRenewalNotificationTemplates/Renewal_Reminder_Email.email diff --git a/src/main/default/email/ALRRenewalNotificationTemplates/Renewal_Reminder_Email.email-meta.xml b/Archive/ALRRenewalNotificationTemplates/Renewal_Reminder_Email.email-meta.xml similarity index 100% rename from src/main/default/email/ALRRenewalNotificationTemplates/Renewal_Reminder_Email.email-meta.xml rename to Archive/ALRRenewalNotificationTemplates/Renewal_Reminder_Email.email-meta.xml From f2f654df77bf5886bb27014277f40b381db43fe0 Mon Sep 17 00:00:00 2001 From: GandlojuVishwantha <143733291+GandlojuVishwantha@users.noreply.github.com> Date: Mon, 12 Feb 2024 22:40:10 +0530 Subject: [PATCH 26/35] Revert "Revert "ALR-617.1"" --- ...c_Sector_Objects_PS.permissionset-meta.xml | 18 + .../Visit_Record_Page.flexipage-meta.xml | 29 ++ .../Inspection_Worksheet.webLink-meta.xml | 20 + .../InspectionPlanDetails_1.rpt-meta.xml | 276 ++++++++++++++ ...ansformGetInspectionDetails_1.rpt-meta.xml | 349 ++++++++++++++++++ 5 files changed, 692 insertions(+) create mode 100644 src/main/default/objects/Visit/webLinks/Inspection_Worksheet.webLink-meta.xml create mode 100644 src/main/default/omniDataTransforms/InspectionPlanDetails_1.rpt-meta.xml create mode 100644 src/main/default/omniDataTransforms/TransformGetInspectionDetails_1.rpt-meta.xml diff --git a/src-access-mgmt/main/default/permissionsets/EHIS_Read_All_Public_Sector_Objects_PS.permissionset-meta.xml b/src-access-mgmt/main/default/permissionsets/EHIS_Read_All_Public_Sector_Objects_PS.permissionset-meta.xml index 1cdaa91f..c52087d5 100644 --- a/src-access-mgmt/main/default/permissionsets/EHIS_Read_All_Public_Sector_Objects_PS.permissionset-meta.xml +++ b/src-access-mgmt/main/default/permissionsets/EHIS_Read_All_Public_Sector_Objects_PS.permissionset-meta.xml @@ -764,6 +764,15 @@ Asset false + + false + false + false + true + false + BusRegAuthorizationType + false + false false @@ -782,6 +791,15 @@ BusinessLicenseApplication false + + false + false + false + true + false + BusinessType + false + false false diff --git a/src-ui/main/default/flexipages/Visit_Record_Page.flexipage-meta.xml b/src-ui/main/default/flexipages/Visit_Record_Page.flexipage-meta.xml index 05a9c015..d3049d8a 100644 --- a/src-ui/main/default/flexipages/Visit_Record_Page.flexipage-meta.xml +++ b/src-ui/main/default/flexipages/Visit_Record_Page.flexipage-meta.xml @@ -16,6 +16,9 @@ + + CustomButton.Visit.Inspection_Worksheet + ChangeOwnerOne @@ -195,6 +198,32 @@ force_relatedListSingleContainer2 + + + + parentFieldApiName + Visit.Id + + + relatedListApiName + AttachedContentDocuments + + + relatedListComponentOverride + NONE + + + rowsToDisplay + 10 + + + showActionBar + true + + force:relatedListSingleContainer + force_relatedListSingleContainer3 + + sidebar Region diff --git a/src/main/default/objects/Visit/webLinks/Inspection_Worksheet.webLink-meta.xml b/src/main/default/objects/Visit/webLinks/Inspection_Worksheet.webLink-meta.xml new file mode 100644 index 00000000..8142dab6 --- /dev/null +++ b/src/main/default/objects/Visit/webLinks/Inspection_Worksheet.webLink-meta.xml @@ -0,0 +1,20 @@ + + + Inspection_Worksheet + online + button + UTF-8 + false + true + false + 600 + true + url + Inspection Worksheet + newWindow + none + false + false + false + /lightning/page/omnistudio/omniscript?omniscript__type=DocumentGeneration&omniscript__subType=DocumentGeneration&omniscript__language=English&omniscript__theme=lightning&omniscript__tabIcon=custom:custom18&c__TemplateType=MicrosoftWord&c__ObjectId={!Visit.Id}&c__templateName=GenerateInspectionPlan&c__title=Inspection Worksheet {!Visit.Name} + diff --git a/src/main/default/omniDataTransforms/InspectionPlanDetails_1.rpt-meta.xml b/src/main/default/omniDataTransforms/InspectionPlanDetails_1.rpt-meta.xml new file mode 100644 index 00000000..36a6b628 --- /dev/null +++ b/src/main/default/omniDataTransforms/InspectionPlanDetails_1.rpt-meta.xml @@ -0,0 +1,276 @@ + + + true + false + false + false + false + JSON + InspectionPlanDetails + false + + false + 0.0 + = + InsAssessInd:AssessmentIndDefinitionId + InspectionPlanDetails7742349630313945 + Id + AssessmentIndicatorDefinition + 8.0 + 0.0 + InspectionPlanDetails + 0.0 + AssessIndDef + json + false + false + + + false + 0.0 + = + Account:LocationId + InspectionPlanDetails7968872256804995 + Id + Location + 4.0 + 0.0 + InspectionPlanDetails + 0.0 + Location + json + false + false + + + false + 0.0 + = + AssessmentTask:Id + InspectionPlanDetails8462516071980795 + AssessmentTaskId + InspectionAssessmentInd + 7.0 + 0.0 + InspectionPlanDetails + 0.0 + InsAssessInd + json + false + false + + + false + 0.0 + InspectionPlanDetails2376857112667421 + Visit:Account.Name + 0.0 + 0.0 + InspectionPlanDetails + 1.0 + Account + json + false + false + + + false + 0.0 + = + Visit:Id + InspectionPlanDetails5166970386913168 + Id + Account + 3.0 + 0.0 + InspectionPlanDetails + 0.0 + Account + json + false + false + + + false + 0.0 + InspectionPlanDetails29173350003711795 + AssessIndDef:Name + 0.0 + 0.0 + InspectionPlanDetails + 1.0 + Q:NewName + json + false + false + + + false + 0.0 + InspectionPlanDetails023835363859945113 + Inspection:Name + 0.0 + 0.0 + InspectionPlanDetails + 1.0 + InsType + json + false + false + + + false + 0.0 + = + Location.Id + InspectionPlanDetails47215860473063653 + ParentId + Address + 5.0 + 0.0 + InspectionPlanDetails + 0.0 + Address + json + false + false + + + false + 0.0 + | var:Address:Street "/\/\/" var:Address:City "/\/\/" var:Address:State "/\/\/" var:Address:PostalCode "/\/\/" var:Address:Country CONCAT + CONCAT(%Address:Street%, " ",%Address:City%, " ",%Address:State%, " ",%Address:PostalCode%, " ",%Address:Country%) + Place + 1.0 + InspectionPlanDetails7913740269296556 + 0.0 + 0.0 + InspectionPlanDetails + 0.0 + Formula + Formula + false + false + + + false + 0.0 + = + Visit:Id + InspectionPlanDetails42682539007625664 + ParentId + AssessmentTask + 6.0 + 0.0 + InspectionPlanDetails + 0.0 + AssessmentTask + json + false + false + + + true + 0.0 + InspectionPlanDetails3787154519000431 + AssessmentTask:Name + 0.0 + 0.0 + InspectionPlanDetails + 1.0 + Q:NewName + json + false + false + + + false + 0.0 + = + Id + InspectionPlanDetails7086605226669915 + Id + Visit + 1.0 + 0.0 + InspectionPlanDetails + 0.0 + Visit + json + false + false + + + true + 0.0 + InspectionPlanDetails11873291612674408 + InsAssessInd:Name + 0.0 + 0.0 + InspectionPlanDetails + 1.0 + R:SubQuestion + json + false + false + + + false + 0.0 + InspectionPlanDetails5216520769750104 + Visit:Name + 0.0 + 0.0 + InspectionPlanDetails + 1.0 + Name + json + false + false + + + false + 0.0 + = + Visit:VisitTypeId + InspectionPlanDetails5479706268884446 + Id + InspectionType + 2.0 + 0.0 + InspectionPlanDetails + 0.0 + Inspection + json + false + false + + + false + 0.0 + InspectionPlanDetails6144224548959676 + Visit:Location.Name + 0.0 + 0.0 + InspectionPlanDetails + 1.0 + Place + json + false + false + + JSON + { + "Id" : "0Z5As00000000o1KAA" +} + false + 0.0 + false + json + false + 0.0 + Extract + InspectionPlanDetails_1 + 1.0 + false + diff --git a/src/main/default/omniDataTransforms/TransformGetInspectionDetails_1.rpt-meta.xml b/src/main/default/omniDataTransforms/TransformGetInspectionDetails_1.rpt-meta.xml new file mode 100644 index 00000000..f8c87252 --- /dev/null +++ b/src/main/default/omniDataTransforms/TransformGetInspectionDetails_1.rpt-meta.xml @@ -0,0 +1,349 @@ + + + true + false + false + false + false + JSON + TransformGetInspectionDetails + false + + false + 0.0 + = + Id + TransformGetInspectionDetails9016773295920921 + Id + BusinessLicenseApplication + 1.0 + 0.0 + TransformGetInspectionDetails + 0.0 + Renewal + json + false + false + + + false + 0.0 + = + ResidenceAccount:Id + TransformGetInspectionDetails7297612962603066 + AccountId + BusinessLicense + 8.0 + 0.0 + TransformGetInspectionDetails + 0.0 + Certificate + json + false + false + + + false + 0.0 + = + RegistrantAccount:Id + TransformGetInspectionDetails182313828074806 + AccountId + AccountContactRelation + 7.0 + 0.0 + TransformGetInspectionDetails + 0.0 + Primary + json + false + false + + + false + 0.0 + = + Renewal:AccountId + TransformGetInspectionDetails6324804096715704 + Id + Account + 2.0 + 0.0 + TransformGetInspectionDetails + 0.0 + ResidenceAccount + json + false + false + + + false + 0.0 + = + 'Active' + TransformGetInspectionDetails13392492672768608 + Status + BusinessLicense + 8.0 + 0.0 + TransformGetInspectionDetails + 0.0 + Certificate + json + false + false + + + false + 0.0 + = + ResidenceAccount:Id + TransformGetInspectionDetails8569346170007373 + ParentRecordId + AssociatedLocation + 4.0 + 0.0 + TransformGetInspectionDetails + 0.0 + AssociatedLoc + json + false + false + + + true + 0.0 + TransformGetInspectionDetailsCustom1372 + Count + 0.0 + 0.0 + TransformGetInspectionDetails + 1.0 + Count + json + false + false + + + false + 0.0 + = + Account:RegulatoryAuthorizationTypeId + TransformGetInspectionDetails9370117691625681 + Id + BusRegAuthorizationType + 9.0 + 0.0 + TransformGetInspectionDetails + 0.0 + License + json + false + false + + + false + 0.0 + = + AssociatedLoc:LocationId + TransformGetInspectionDetails9433834700176507 + Id + Location + 5.0 + 0.0 + TransformGetInspectionDetails + 0.0 + Location + json + false + false + + + false + 0.0 + = + "$Vlocity.NULL" + TransformGetInspectionDetails20815992438647513 + ActiveTo + AssociatedLocation + 4.0 + 0.0 + TransformGetInspectionDetails + 0.0 + AssociatedLoc + json + false + false + + + false + 0.0 + = + 'true' + TransformGetInspectionDetails4818906110843706 + PrimaryContact__c + AccountContactRelation + 7.0 + 0.0 + TransformGetInspectionDetails + 0.0 + Primary + json + false + false + + + false + 0.0 + = + Primary:ContactId + TransformGetInspectionDetails8972337401811652 + Id + Contact + 10.0 + 0.0 + TransformGetInspectionDetails + 0.0 + Contact + json + false + false + + + false + 0.0 + = + ResidenceAccount:ParentId + TransformGetInspectionDetails7098742190832501 + Id + Account + 3.0 + 0.0 + TransformGetInspectionDetails + 0.0 + RegistrantAccount + json + false + false + + + false + 0.0 + = + Location:Id + TransformGetInspectionDetails2635705310770382 + ParentId + Address + 6.0 + 0.0 + TransformGetInspectionDetails + 0.0 + Address + json + false + false + + + false + 0.0 + TransformGetInspectionDetails8497832998636501 + InsType + 0.0 + 0.0 + TransformGetInspectionDetails + 1.0 + InsType + json + false + false + + + false + 0.0 + TransformGetInspectionDetails3616215672458558 + Place + 0.0 + 0.0 + TransformGetInspectionDetails + 1.0 + Place + json + false + false + + + false + 0.0 + TransformGetInspectionDetails0916220387481772 + Account + 0.0 + 0.0 + TransformGetInspectionDetails + 1.0 + Account + json + false + false + + + false + 0.0 + TransformGetInspectionDetails3587646825607811 + Q:NewName + 0.0 + 0.0 + TransformGetInspectionDetails + 1.0 + Q:NewName + json + false + false + + + false + 0.0 + TransformGetInspectionDetails30487501896981284 + Name + 0.0 + 0.0 + TransformGetInspectionDetails + 1.0 + Name + json + false + false + + JSON + { + "Name" : "00000051", + "Place" : "548 Market Street", + "Q" : [ { + "NewName" : "S 15 Housing- If more than one class or non-residents" + }, { + "NewName" : "S 16 Housing - Restrictions on housing" + }, { + "NewName" : "S 72 Providing Assisted Living Services - Psychosocial supports" + }, { + "NewName" : "CCALA 26.1-Operating an assisted living residence" + }, { + "NewName" : "CCALA 26.5-Operating an assisted living residence" + }, { + "NewName" : "CCALA 26.1.1 - Persons not allowed to reside in an assisted living residence" + }, { + "NewName" : "S 71 Providing Assisted Living Services - Behaviour management" + } ], + "Account" : "Test Account", + "InsType" : "Admin-type" +} + false + 0.0 + false + json + false + 0.0 + GenerateInspectionPlan(Version 1) + Transform + TransformGetInspectionDetails_1 + 1.0 + false + From 5565364a2a46ade6a2a173fb6ae60d18939d99b2 Mon Sep 17 00:00:00 2001 From: Keerthana9894 Date: Tue, 13 Feb 2024 16:05:34 +0530 Subject: [PATCH 27/35] hypercare-ALR-827 --- .../ALR_Renewal_Notification_Templates.emailFolder-meta.xml | 0 .../Annual_Renewal_Notification_Letter.email | 0 .../Annual_Renewal_Notification_Letter.email-meta.xml | 0 .../Registration_Renewal_Completion_Letter.email | 0 .../Registration_Renewal_Completion_Letter.email-meta.xml | 0 .../Renewal_Reminder_Email.email | 0 .../Renewal_Reminder_Email.email-meta.xml | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename {src/main/default/email => Archive}/ALR_Renewal_Notification_Templates.emailFolder-meta.xml (100%) rename {src/main/default/email => Archive}/ALR_Renewal_Notification_Templates/Annual_Renewal_Notification_Letter.email (100%) rename {src/main/default/email => Archive}/ALR_Renewal_Notification_Templates/Annual_Renewal_Notification_Letter.email-meta.xml (100%) rename {src/main/default/email => Archive}/ALR_Renewal_Notification_Templates/Registration_Renewal_Completion_Letter.email (100%) rename {src/main/default/email => Archive}/ALR_Renewal_Notification_Templates/Registration_Renewal_Completion_Letter.email-meta.xml (100%) rename {src/main/default/email => Archive}/ALR_Renewal_Notification_Templates/Renewal_Reminder_Email.email (100%) rename {src/main/default/email => Archive}/ALR_Renewal_Notification_Templates/Renewal_Reminder_Email.email-meta.xml (100%) diff --git a/src/main/default/email/ALR_Renewal_Notification_Templates.emailFolder-meta.xml b/Archive/ALR_Renewal_Notification_Templates.emailFolder-meta.xml similarity index 100% rename from src/main/default/email/ALR_Renewal_Notification_Templates.emailFolder-meta.xml rename to Archive/ALR_Renewal_Notification_Templates.emailFolder-meta.xml diff --git a/src/main/default/email/ALR_Renewal_Notification_Templates/Annual_Renewal_Notification_Letter.email b/Archive/ALR_Renewal_Notification_Templates/Annual_Renewal_Notification_Letter.email similarity index 100% rename from src/main/default/email/ALR_Renewal_Notification_Templates/Annual_Renewal_Notification_Letter.email rename to Archive/ALR_Renewal_Notification_Templates/Annual_Renewal_Notification_Letter.email diff --git a/src/main/default/email/ALR_Renewal_Notification_Templates/Annual_Renewal_Notification_Letter.email-meta.xml b/Archive/ALR_Renewal_Notification_Templates/Annual_Renewal_Notification_Letter.email-meta.xml similarity index 100% rename from src/main/default/email/ALR_Renewal_Notification_Templates/Annual_Renewal_Notification_Letter.email-meta.xml rename to Archive/ALR_Renewal_Notification_Templates/Annual_Renewal_Notification_Letter.email-meta.xml diff --git a/src/main/default/email/ALR_Renewal_Notification_Templates/Registration_Renewal_Completion_Letter.email b/Archive/ALR_Renewal_Notification_Templates/Registration_Renewal_Completion_Letter.email similarity index 100% rename from src/main/default/email/ALR_Renewal_Notification_Templates/Registration_Renewal_Completion_Letter.email rename to Archive/ALR_Renewal_Notification_Templates/Registration_Renewal_Completion_Letter.email diff --git a/src/main/default/email/ALR_Renewal_Notification_Templates/Registration_Renewal_Completion_Letter.email-meta.xml b/Archive/ALR_Renewal_Notification_Templates/Registration_Renewal_Completion_Letter.email-meta.xml similarity index 100% rename from src/main/default/email/ALR_Renewal_Notification_Templates/Registration_Renewal_Completion_Letter.email-meta.xml rename to Archive/ALR_Renewal_Notification_Templates/Registration_Renewal_Completion_Letter.email-meta.xml diff --git a/src/main/default/email/ALR_Renewal_Notification_Templates/Renewal_Reminder_Email.email b/Archive/ALR_Renewal_Notification_Templates/Renewal_Reminder_Email.email similarity index 100% rename from src/main/default/email/ALR_Renewal_Notification_Templates/Renewal_Reminder_Email.email rename to Archive/ALR_Renewal_Notification_Templates/Renewal_Reminder_Email.email diff --git a/src/main/default/email/ALR_Renewal_Notification_Templates/Renewal_Reminder_Email.email-meta.xml b/Archive/ALR_Renewal_Notification_Templates/Renewal_Reminder_Email.email-meta.xml similarity index 100% rename from src/main/default/email/ALR_Renewal_Notification_Templates/Renewal_Reminder_Email.email-meta.xml rename to Archive/ALR_Renewal_Notification_Templates/Renewal_Reminder_Email.email-meta.xml From 4e0e66437c33c809a851dae4c3c87873ee2ef7f6 Mon Sep 17 00:00:00 2001 From: Keerthana9894 Date: Tue, 13 Feb 2024 17:42:59 +0530 Subject: [PATCH 28/35] HyperCare-ALR-827 --- ...ation_Templates_Clsic.emailFolder-meta.xml | 10 +++++ ...al_Renewal_Notification_Letter_Clsic.email | 41 +++++++++++++++++++ ...l_Notification_Letter_Clsic.email-meta.xml | 11 +++++ ...tion_Renewal_Completion_Letter_Clsic.email | 15 +++++++ ...wal_Completion_Letter_Clsic.email-meta.xml | 11 +++++ .../Renewal_Reminder_Email_Clsic.email | 13 ++++++ ...enewal_Reminder_Email_Clsic.email-meta.xml | 11 +++++ 7 files changed, 112 insertions(+) create mode 100644 src/main/default/email/ALR_Renewal_Notification_Templates_Clsic.emailFolder-meta.xml create mode 100644 src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Annual_Renewal_Notification_Letter_Clsic.email create mode 100644 src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Annual_Renewal_Notification_Letter_Clsic.email-meta.xml create mode 100644 src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Registration_Renewal_Completion_Letter_Clsic.email create mode 100644 src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Registration_Renewal_Completion_Letter_Clsic.email-meta.xml create mode 100644 src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Renewal_Reminder_Email_Clsic.email create mode 100644 src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Renewal_Reminder_Email_Clsic.email-meta.xml diff --git a/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic.emailFolder-meta.xml b/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic.emailFolder-meta.xml new file mode 100644 index 00000000..b94e0b27 --- /dev/null +++ b/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic.emailFolder-meta.xml @@ -0,0 +1,10 @@ + + + Shared + ALR Renewal Notification Templates + ReadOnly + + ALRAdminUsersPG + ALRDataAnalystUsersPG + + diff --git a/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Annual_Renewal_Notification_Letter_Clsic.email b/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Annual_Renewal_Notification_Letter_Clsic.email new file mode 100644 index 00000000..bb556360 --- /dev/null +++ b/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Annual_Renewal_Notification_Letter_Clsic.email @@ -0,0 +1,41 @@ +Dear Registrant, + +ACTION REQUIRED : This email is to notify you that the {{{BusinessLicenseApplication.RenewalYear__c}}} - {%%NextYear%%} registration renewal fees for the assisted living units at {%%Account.Name%%} are due on or before March 31, {{{BusinessLicenseApplication.RenewalYear__c}}}. A renewal fee of $12.50 is required for each registered unit. + +The renewal process is an automated email from our database that includes the renewal form and invoice sent to the main contact listed in our database, which is why you have received it. Please forward this important information to the appropriate person in your organization to action the renewal and avoid late charges. + +The renewal process requires you to do the following: + + • Review and Complete the attached renewal form + • Ensure the form is signed by the legal operator or authorized representative. + o "Site Manager" must be the person who has responsibility to oversee the day-to-day assisted living operations. + o "Second Site Manager" must be the person who has responsibility to oversee the day-to-day assisted living + operations while the Site Manager is not on site. + o Provide information about other accommodations you offer, if applicable (e.g., independent living, supportive + housing, or licensed care), include the number of rooms dedicated to these accommodations. *Registrants must be + able to identify to the Registry at any time which of the units house residents receiving assisted living services (both + private and publicly subsidized). + o Update the type of Assisted Living Services and Hospitality Services provided. + o Review the invoice to confirm the number of assisted living units – if you have decreased the number of units, + please recalculate the invoice amount (e.g. 10 units x $12.50 = $125.00) and make any necessary updates on the + renewal form. Increases to the number of units that were previously registered is subject to approval. To avoid + delay in renewing your registration, and avoid late fees, where possible include a separate cheque with the + additional units amount (e.g. 10 units x $12.50 = $125.00). + • Submit your registration renewal + o Email your completed renewal form to hlth.assistedlivingregistry@gov.bc.ca. + o Mail your cheque(s), payable to “Minister of Finance”, including residence name and/or invoice number, to: + Assisted Living Registry - Renewals + PO Box 9601 + STN PROV GOVT + Victoria, BC V8W 9P1 + +Completed renewal form and payment must be received by the Assisted Living Registry no later than March 31, {{{BusinessLicenseApplication.RenewalYear__c}}} to avoid a late renewal fee of $250.00. + +If the renewal form is received, but is incomplete, or payment is missing this will delay your renewal process and may lead to a late fee charge. + +If you have any questions, please contact our general line at 778-974-4887, toll-free 1-866-714-3378, or Hlth.assistedlivingregistry@gov.bc.ca + +Sincerely, + +Sue Bedford +Director, Assisted Living Registry \ No newline at end of file diff --git a/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Annual_Renewal_Notification_Letter_Clsic.email-meta.xml b/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Annual_Renewal_Notification_Letter_Clsic.email-meta.xml new file mode 100644 index 00000000..ca4fb51f --- /dev/null +++ b/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Annual_Renewal_Notification_Letter_Clsic.email-meta.xml @@ -0,0 +1,11 @@ + + + false + ALR-86 + UTF-8 + Annual Renewal Notification Letter + + Assisted Living Registration - Annual Renewal Residence {%%Account.Name%%} – {%%BusinessLicense.RegistrationCertificate__c%%} + text + Aloha + diff --git a/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Registration_Renewal_Completion_Letter_Clsic.email b/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Registration_Renewal_Completion_Letter_Clsic.email new file mode 100644 index 00000000..1ef0728d --- /dev/null +++ b/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Registration_Renewal_Completion_Letter_Clsic.email @@ -0,0 +1,15 @@ +Dear Registrant, + +This is to advise that the registration of {%%TotalALUnits%%} assisted living units at {%%Account.Name%%} under the Community Care and Assisted Living Act has been renewed for {{{BusinessLicenseApplication.RenewalYear__c}}}/{%%NextYear%%}. The registration is effective until March 31, {%%NextYear%%}. + +The enclosed registration certificate should be posted in a prominent location at the residence. The enclosed receipt is for your records. + +Please contact the Assisted Living Registry throughout the coming year if any of the information provided about the residence changes (e.g. ownership, contact information, site manager, or number of assisted living units). + +Sincerely, + +Sue Bedford +Director, Assisted Living +Ministry of Health + +Enc. Registration certificate, receipt for registration fees \ No newline at end of file diff --git a/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Registration_Renewal_Completion_Letter_Clsic.email-meta.xml b/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Registration_Renewal_Completion_Letter_Clsic.email-meta.xml new file mode 100644 index 00000000..87468138 --- /dev/null +++ b/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Registration_Renewal_Completion_Letter_Clsic.email-meta.xml @@ -0,0 +1,11 @@ + + + false + ALR-554 + UTF-8 + Registration Renewal Completion Letter + + {%%Account.Name%%} – Registration Renewal {{{BusinessLicenseApplication.RenewalYear__c}}}/{%%NextYear%%} + text + Aloha + diff --git a/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Renewal_Reminder_Email_Clsic.email b/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Renewal_Reminder_Email_Clsic.email new file mode 100644 index 00000000..9f670f28 --- /dev/null +++ b/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Renewal_Reminder_Email_Clsic.email @@ -0,0 +1,13 @@ +Good afternoon, + +This email is to inform you that renewal forms and invoices were sent out for {{{BusinessLicenseApplication.CreatedDate}}}. + +The renewal process is automated from our database and was sent only to the main contact listed in our database. If you did not receive the automated email containing the renewal form and invoice, we kindly ask that you check with your main contact and/or in your junk folders. + +If you still are unable to locate the renewal notification email, please send an email to hlth.assistedlivingregistry@gov.bc.ca with the subject “Missing Renewal”, including the name of the residence(s), and we will be happy to assist you. + +If you have any other questions about the renewal process, please do not hesitate to reach out. + +Thank you, + +Assisted Living Registry \ No newline at end of file diff --git a/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Renewal_Reminder_Email_Clsic.email-meta.xml b/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Renewal_Reminder_Email_Clsic.email-meta.xml new file mode 100644 index 00000000..f645d709 --- /dev/null +++ b/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Renewal_Reminder_Email_Clsic.email-meta.xml @@ -0,0 +1,11 @@ + + + false + ALR-563 + UTF-8 + Renewal Reminder Email + + {%%Account.Name%%} – Registration Renewal Reminder {{{BusinessLicenseApplication.RenewalYear__c}}}/{%%NextYear%%} + text + Aloha + From e9cbf2b9a58a4ce8f9e38cd32ca0c86257fd71b4 Mon Sep 17 00:00:00 2001 From: Keerthana9894 Date: Wed, 14 Feb 2024 12:58:34 +0530 Subject: [PATCH 29/35] Hypercare-ALR-827 --- ...ation_Templates_Clsic.emailFolder-meta.xml | 10 ----- ...al_Renewal_Notification_Letter_Clsic.email | 41 ------------------- ...l_Notification_Letter_Clsic.email-meta.xml | 11 ----- ...tion_Renewal_Completion_Letter_Clsic.email | 15 ------- ...wal_Completion_Letter_Clsic.email-meta.xml | 11 ----- .../Renewal_Reminder_Email_Clsic.email | 13 ------ ...enewal_Reminder_Email_Clsic.email-meta.xml | 11 ----- 7 files changed, 112 deletions(-) delete mode 100644 src/main/default/email/ALR_Renewal_Notification_Templates_Clsic.emailFolder-meta.xml delete mode 100644 src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Annual_Renewal_Notification_Letter_Clsic.email delete mode 100644 src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Annual_Renewal_Notification_Letter_Clsic.email-meta.xml delete mode 100644 src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Registration_Renewal_Completion_Letter_Clsic.email delete mode 100644 src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Registration_Renewal_Completion_Letter_Clsic.email-meta.xml delete mode 100644 src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Renewal_Reminder_Email_Clsic.email delete mode 100644 src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Renewal_Reminder_Email_Clsic.email-meta.xml diff --git a/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic.emailFolder-meta.xml b/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic.emailFolder-meta.xml deleted file mode 100644 index b94e0b27..00000000 --- a/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic.emailFolder-meta.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - Shared - ALR Renewal Notification Templates - ReadOnly - - ALRAdminUsersPG - ALRDataAnalystUsersPG - - diff --git a/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Annual_Renewal_Notification_Letter_Clsic.email b/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Annual_Renewal_Notification_Letter_Clsic.email deleted file mode 100644 index bb556360..00000000 --- a/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Annual_Renewal_Notification_Letter_Clsic.email +++ /dev/null @@ -1,41 +0,0 @@ -Dear Registrant, - -ACTION REQUIRED : This email is to notify you that the {{{BusinessLicenseApplication.RenewalYear__c}}} - {%%NextYear%%} registration renewal fees for the assisted living units at {%%Account.Name%%} are due on or before March 31, {{{BusinessLicenseApplication.RenewalYear__c}}}. A renewal fee of $12.50 is required for each registered unit. - -The renewal process is an automated email from our database that includes the renewal form and invoice sent to the main contact listed in our database, which is why you have received it. Please forward this important information to the appropriate person in your organization to action the renewal and avoid late charges. - -The renewal process requires you to do the following: - - • Review and Complete the attached renewal form - • Ensure the form is signed by the legal operator or authorized representative. - o "Site Manager" must be the person who has responsibility to oversee the day-to-day assisted living operations. - o "Second Site Manager" must be the person who has responsibility to oversee the day-to-day assisted living - operations while the Site Manager is not on site. - o Provide information about other accommodations you offer, if applicable (e.g., independent living, supportive - housing, or licensed care), include the number of rooms dedicated to these accommodations. *Registrants must be - able to identify to the Registry at any time which of the units house residents receiving assisted living services (both - private and publicly subsidized). - o Update the type of Assisted Living Services and Hospitality Services provided. - o Review the invoice to confirm the number of assisted living units – if you have decreased the number of units, - please recalculate the invoice amount (e.g. 10 units x $12.50 = $125.00) and make any necessary updates on the - renewal form. Increases to the number of units that were previously registered is subject to approval. To avoid - delay in renewing your registration, and avoid late fees, where possible include a separate cheque with the - additional units amount (e.g. 10 units x $12.50 = $125.00). - • Submit your registration renewal - o Email your completed renewal form to hlth.assistedlivingregistry@gov.bc.ca. - o Mail your cheque(s), payable to “Minister of Finance”, including residence name and/or invoice number, to: - Assisted Living Registry - Renewals - PO Box 9601 - STN PROV GOVT - Victoria, BC V8W 9P1 - -Completed renewal form and payment must be received by the Assisted Living Registry no later than March 31, {{{BusinessLicenseApplication.RenewalYear__c}}} to avoid a late renewal fee of $250.00. - -If the renewal form is received, but is incomplete, or payment is missing this will delay your renewal process and may lead to a late fee charge. - -If you have any questions, please contact our general line at 778-974-4887, toll-free 1-866-714-3378, or Hlth.assistedlivingregistry@gov.bc.ca - -Sincerely, - -Sue Bedford -Director, Assisted Living Registry \ No newline at end of file diff --git a/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Annual_Renewal_Notification_Letter_Clsic.email-meta.xml b/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Annual_Renewal_Notification_Letter_Clsic.email-meta.xml deleted file mode 100644 index ca4fb51f..00000000 --- a/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Annual_Renewal_Notification_Letter_Clsic.email-meta.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - false - ALR-86 - UTF-8 - Annual Renewal Notification Letter - - Assisted Living Registration - Annual Renewal Residence {%%Account.Name%%} – {%%BusinessLicense.RegistrationCertificate__c%%} - text - Aloha - diff --git a/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Registration_Renewal_Completion_Letter_Clsic.email b/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Registration_Renewal_Completion_Letter_Clsic.email deleted file mode 100644 index 1ef0728d..00000000 --- a/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Registration_Renewal_Completion_Letter_Clsic.email +++ /dev/null @@ -1,15 +0,0 @@ -Dear Registrant, - -This is to advise that the registration of {%%TotalALUnits%%} assisted living units at {%%Account.Name%%} under the Community Care and Assisted Living Act has been renewed for {{{BusinessLicenseApplication.RenewalYear__c}}}/{%%NextYear%%}. The registration is effective until March 31, {%%NextYear%%}. - -The enclosed registration certificate should be posted in a prominent location at the residence. The enclosed receipt is for your records. - -Please contact the Assisted Living Registry throughout the coming year if any of the information provided about the residence changes (e.g. ownership, contact information, site manager, or number of assisted living units). - -Sincerely, - -Sue Bedford -Director, Assisted Living -Ministry of Health - -Enc. Registration certificate, receipt for registration fees \ No newline at end of file diff --git a/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Registration_Renewal_Completion_Letter_Clsic.email-meta.xml b/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Registration_Renewal_Completion_Letter_Clsic.email-meta.xml deleted file mode 100644 index 87468138..00000000 --- a/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Registration_Renewal_Completion_Letter_Clsic.email-meta.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - false - ALR-554 - UTF-8 - Registration Renewal Completion Letter - - {%%Account.Name%%} – Registration Renewal {{{BusinessLicenseApplication.RenewalYear__c}}}/{%%NextYear%%} - text - Aloha - diff --git a/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Renewal_Reminder_Email_Clsic.email b/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Renewal_Reminder_Email_Clsic.email deleted file mode 100644 index 9f670f28..00000000 --- a/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Renewal_Reminder_Email_Clsic.email +++ /dev/null @@ -1,13 +0,0 @@ -Good afternoon, - -This email is to inform you that renewal forms and invoices were sent out for {{{BusinessLicenseApplication.CreatedDate}}}. - -The renewal process is automated from our database and was sent only to the main contact listed in our database. If you did not receive the automated email containing the renewal form and invoice, we kindly ask that you check with your main contact and/or in your junk folders. - -If you still are unable to locate the renewal notification email, please send an email to hlth.assistedlivingregistry@gov.bc.ca with the subject “Missing Renewal”, including the name of the residence(s), and we will be happy to assist you. - -If you have any other questions about the renewal process, please do not hesitate to reach out. - -Thank you, - -Assisted Living Registry \ No newline at end of file diff --git a/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Renewal_Reminder_Email_Clsic.email-meta.xml b/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Renewal_Reminder_Email_Clsic.email-meta.xml deleted file mode 100644 index f645d709..00000000 --- a/src/main/default/email/ALR_Renewal_Notification_Templates_Clsic/Renewal_Reminder_Email_Clsic.email-meta.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - false - ALR-563 - UTF-8 - Renewal Reminder Email - - {%%Account.Name%%} – Registration Renewal Reminder {{{BusinessLicenseApplication.RenewalYear__c}}}/{%%NextYear%%} - text - Aloha - From 3e759c1fe8d792cbdda845cb1b3d90660497ccd7 Mon Sep 17 00:00:00 2001 From: Keerthana9894 Date: Wed, 14 Feb 2024 16:33:34 +0530 Subject: [PATCH 30/35] Hypercare-ALR-198 --- .../Email_Bounces_Tracking.report-meta.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/default/reports/ALRAdministrativeReports/Email_Bounces_Tracking.report-meta.xml b/src/main/default/reports/ALRAdministrativeReports/Email_Bounces_Tracking.report-meta.xml index 77a62f2d..8347c6af 100644 --- a/src/main/default/reports/ALRAdministrativeReports/Email_Bounces_Tracking.report-meta.xml +++ b/src/main/default/reports/ALRAdministrativeReports/Email_Bounces_Tracking.report-meta.xml @@ -28,7 +28,6 @@ EmailMessage$Status - Sum EmailMessage$IsBounced From be38177a1afa9f24a66e03b4dc4ef55b1d04b58d Mon Sep 17 00:00:00 2001 From: Sriteja20 Date: Wed, 14 Feb 2024 17:22:02 +0530 Subject: [PATCH 31/35] ALR-943 Added Inspection Paln Details --- .../InspectionPlanDetails_1.rpt-meta.xml | 238 ++++++++++++------ 1 file changed, 160 insertions(+), 78 deletions(-) diff --git a/src/main/default/omniDataTransforms/InspectionPlanDetails_1.rpt-meta.xml b/src/main/default/omniDataTransforms/InspectionPlanDetails_1.rpt-meta.xml index 36a6b628..be7d4321 100644 --- a/src/main/default/omniDataTransforms/InspectionPlanDetails_1.rpt-meta.xml +++ b/src/main/default/omniDataTransforms/InspectionPlanDetails_1.rpt-meta.xml @@ -12,15 +12,71 @@ false 0.0 = - InsAssessInd:AssessmentIndDefinitionId - InspectionPlanDetails7742349630313945 + Id + InspectionPlanDetails7086605226669915 Id - AssessmentIndicatorDefinition - 8.0 + Visit + 1.0 0.0 InspectionPlanDetails 0.0 - AssessIndDef + Visit + json + false + false +
+ + true + 0.0 + InspectionPlanDetails11873291612674408 + InsAssessInd:Name + 0.0 + 0.0 + InspectionPlanDetails + 1.0 + R:SubQuestion + json + false + false + + + true + 0.0 + InspectionPlanDetails3787154519000431 + AssessmentTask:Name + 0.0 + 0.0 + InspectionPlanDetails + 1.0 + Q:NewName + json + false + false + + + false + 0.0 + InspectionPlanDetails6144224548959676 + Place + 0.0 + 0.0 + InspectionPlanDetails + 1.0 + Place + json + false + false + + + false + 0.0 + InspectionPlanDetails5216520769750104 + Visit:Name + 0.0 + 0.0 + InspectionPlanDetails + 1.0 + Name json false false @@ -29,11 +85,27 @@ false 0.0 = - Account:LocationId - InspectionPlanDetails7968872256804995 + Visit:VisitTypeId + InspectionPlanDetails5479706268884446 Id + InspectionType + 2.0 + 0.0 + InspectionPlanDetails + 0.0 + Inspection + json + false + false + + + false + 0.0 + LIMIT + 1 + InspectionPlanDetailsCustom7536 Location - 4.0 + 5.0 0.0 InspectionPlanDetails 0.0 @@ -42,6 +114,22 @@ false false + + false + 0.0 + LIMIT + 1 + InspectionPlanDetailsCustom7651 + Address + 6.0 + 0.0 + InspectionPlanDetails + 0.0 + Address + json + false + false + false 0.0 @@ -50,7 +138,7 @@ InspectionPlanDetails8462516071980795 AssessmentTaskId InspectionAssessmentInd - 7.0 + 8.0 0.0 InspectionPlanDetails 0.0 @@ -77,15 +165,15 @@ false 0.0 = - Visit:Id - InspectionPlanDetails5166970386913168 + InsAssessInd:AssessmentIndDefinitionId + InspectionPlanDetails7742349630313945 Id - Account - 3.0 + AssessmentIndicatorDefinition + 9.0 0.0 InspectionPlanDetails 0.0 - Account + AssessIndDef json false false @@ -93,13 +181,16 @@ false 0.0 - InspectionPlanDetails29173350003711795 - AssessIndDef:Name - 0.0 + = + AssociatedLoc:LocationId + InspectionPlanDetails7968872256804995 + Id + Location + 5.0 0.0 InspectionPlanDetails - 1.0 - Q:NewName + 0.0 + Location json false false @@ -122,11 +213,11 @@ false 0.0 = - Location.Id + Location:Id InspectionPlanDetails47215860473063653 ParentId Address - 5.0 + 6.0 0.0 InspectionPlanDetails 0.0 @@ -135,45 +226,28 @@ false false - - false - 0.0 - | var:Address:Street "/\/\/" var:Address:City "/\/\/" var:Address:State "/\/\/" var:Address:PostalCode "/\/\/" var:Address:Country CONCAT - CONCAT(%Address:Street%, " ",%Address:City%, " ",%Address:State%, " ",%Address:PostalCode%, " ",%Address:Country%) - Place - 1.0 - InspectionPlanDetails7913740269296556 - 0.0 - 0.0 - InspectionPlanDetails - 0.0 - Formula - Formula - false - false - false 0.0 = - Visit:Id - InspectionPlanDetails42682539007625664 - ParentId - AssessmentTask - 6.0 + Visit:AccountId + InspectionPlanDetails5166970386913168 + Id + Account + 3.0 0.0 InspectionPlanDetails 0.0 - AssessmentTask + Account json false false - true + false 0.0 - InspectionPlanDetails3787154519000431 - AssessmentTask:Name + InspectionPlanDetails29173350003711795 + AssessIndDef:Name 0.0 0.0 InspectionPlanDetails @@ -186,30 +260,33 @@ false 0.0 - = - Id - InspectionPlanDetails7086605226669915 - Id - Visit - 1.0 + | var:Address:Street "/\/\/" var:Address:City "/\/\/" var:Address:State "/\/\/" var:Address:PostalCode "/\/\/" var:Address:Country CONCAT + CONCAT(%Address:Street%, " ",%Address:City%, " ",%Address:State%, " ",%Address:PostalCode%, " ",%Address:Country%) + Place + 1.0 + InspectionPlanDetails7913740269296556 + 0.0 0.0 InspectionPlanDetails 0.0 - Visit - json + Formula + Formula false false - true + false 0.0 - InspectionPlanDetails11873291612674408 - InsAssessInd:Name - 0.0 + = + Visit:Id + InspectionPlanDetails42682539007625664 + ParentId + AssessmentTask + 7.0 0.0 InspectionPlanDetails - 1.0 - R:SubQuestion + 0.0 + AssessmentTask json false false @@ -217,13 +294,16 @@ false 0.0 - InspectionPlanDetails5216520769750104 - Visit:Name - 0.0 + = + "$Vlocity.NULL" + InspectionPlanDetailsCustom6008 + ActiveTo + AssociatedLocation + 4.0 0.0 InspectionPlanDetails - 1.0 - Name + 0.0 + AssociatedLoc json false false @@ -232,15 +312,15 @@ false 0.0 = - Visit:VisitTypeId - InspectionPlanDetails5479706268884446 - Id - InspectionType - 2.0 + Account:Id + InspectionPlanDetailsCustom4302 + ParentRecordId + AssociatedLocation + 4.0 0.0 InspectionPlanDetails 0.0 - Inspection + AssociatedLoc json false false @@ -248,20 +328,22 @@ false 0.0 - InspectionPlanDetails6144224548959676 - Visit:Location.Name - 0.0 + LIMIT + 1 + InspectionPlanDetailsCustom6673 + AssociatedLocation + 4.0 0.0 InspectionPlanDetails - 1.0 - Place + 0.0 + AssociatedLoc json false false JSON { - "Id" : "0Z5As00000000o1KAA" + "Id" : "0Z5G100000000CvKAI" } false 0.0 From 2533c0525519af8a8a55b6a172c64f55f9d9ba67 Mon Sep 17 00:00:00 2001 From: Keerthana9894 Date: Thu, 15 Feb 2024 15:16:48 +0530 Subject: [PATCH 32/35] hypercare-ALR-931 --- .../RegulatoryTrxnFee/fields/InvoiceTemplate__c.field-meta.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/default/objects/RegulatoryTrxnFee/fields/InvoiceTemplate__c.field-meta.xml b/src/main/default/objects/RegulatoryTrxnFee/fields/InvoiceTemplate__c.field-meta.xml index f137a761..a766ec82 100644 --- a/src/main/default/objects/RegulatoryTrxnFee/fields/InvoiceTemplate__c.field-meta.xml +++ b/src/main/default/objects/RegulatoryTrxnFee/fields/InvoiceTemplate__c.field-meta.xml @@ -4,7 +4,7 @@ As part of ALR-830 to get invoice template false CASE(FeeType__c , -'Renewal Unit Fee','RenewalInvoiceTemplate', +'Renewal Unit Fee','RenewalInvoice_Templates', 'Unit Fee','InvoiceTemplate', 'Application Fee','InvoiceTemplate', NULL) From 56dc35ed84fbffb671f5b61ef4684f7f2aef7948 Mon Sep 17 00:00:00 2001 From: DivyaSajeevan Date: Thu, 15 Feb 2024 11:14:02 -0500 Subject: [PATCH 33/35] ALR-916 --- ...9_b55f_11ee_baf3_8b08e788e277.apt-meta.xml | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/main/default/actionPlanTemplates/Application_Document_Checklist_Updated_Vers_7ed25cd9_b55f_11ee_baf3_8b08e788e277.apt-meta.xml b/src/main/default/actionPlanTemplates/Application_Document_Checklist_Updated_Vers_7ed25cd9_b55f_11ee_baf3_8b08e788e277.apt-meta.xml index 84207d00..bf25346a 100644 --- a/src/main/default/actionPlanTemplates/Application_Document_Checklist_Updated_Vers_7ed25cd9_b55f_11ee_baf3_8b08e788e277.apt-meta.xml +++ b/src/main/default/actionPlanTemplates/Application_Document_Checklist_Updated_Vers_7ed25cd9_b55f_11ee_baf3_8b08e788e277.apt-meta.xml @@ -20,7 +20,7 @@ DocumentChecklistItem Name - 2. Application Fee + 02. Application Fee DocumentChecklistItem @@ -29,7 +29,7 @@ true DocumentChecklistItem - 2. Application Fee + 02. Application Fee X2_Application_Fee_01d0e828_b560_11ee_a19c_358c7fbe009f @@ -52,7 +52,7 @@ DocumentChecklistItem Name - 4. Food Service Permit + 04. Food Service Permit DocumentChecklistItem @@ -61,14 +61,14 @@ true DocumentChecklistItem - 4. Food Service Permit + 04. Food Service Permit X4_Food_Service_Permit_bc058e95_b561_11ee_a19c_5d45edbe12cd DocumentChecklistItem Name - 6. References + 06. References DocumentChecklistItem @@ -77,7 +77,7 @@ true DocumentChecklistItem - 6. References + 06. References X6_References_cc8ad63f_b561_11ee_a19c_55f955ca2de8 @@ -180,7 +180,7 @@ DocumentChecklistItem Name - 1. Application Form + 01. Application Form DocumentChecklistItem @@ -189,14 +189,14 @@ true DocumentChecklistItem - 1. Application Form + 01. Application Form X1_Registration_Form_f738332d_b55f_11ee_baf3_654d93363bb6 DocumentChecklistItem Name - 3. Municipal Business License + 03. Municipal Business License DocumentChecklistItem @@ -205,14 +205,14 @@ true DocumentChecklistItem - 3. Municipal Business License + 03. Municipal Business License X3_Municipal_Business_License_b2da4c2e_b561_11ee_a19c_e1a15f09424c DocumentChecklistItem Name - 9. Copy of Registrant Certificates + 09. Copy of Registrant Certificates DocumentChecklistItem @@ -221,7 +221,7 @@ true DocumentChecklistItem - 9. Copy of Registrant Certificates + 09. Copy of Registrant Certificates X9_Copy_of_Registrant_Certificates_e29eff47_b561_11ee_a19c_fb5688fe6728 @@ -244,7 +244,7 @@ DocumentChecklistItem Name - 5. Criminal Record Check + 05. Criminal Record Check DocumentChecklistItem @@ -253,7 +253,7 @@ true DocumentChecklistItem - 5. Criminal Record Check + 05. Criminal Record Check X5_Criminal_Record_Check_c4e39c17_b561_11ee_a19c_c3f6aeaffd62 @@ -340,7 +340,7 @@ DocumentChecklistItem Name - 8. Work History/Resume of Registrant + 08. Work History/Resume of Registrant DocumentChecklistItem @@ -349,7 +349,7 @@ true DocumentChecklistItem - 8. Work History/Resume of Registrant + 08. Work History/Resume of Registrant X8_Work_History_Resume_of_Registrant_daf79e09_b561_11ee_a19c_d5429f46931e @@ -404,7 +404,7 @@ DocumentChecklistItem Name - 7. Photo ID + 07. Photo ID DocumentChecklistItem @@ -413,7 +413,7 @@ true DocumentChecklistItem - 7. Photo ID + 07. Photo ID X7_Photo_d39b2876_b561_11ee_9d6b_9fc6db67d805 From e1e88c3025c29ca396a0066020f64f97d74435c1 Mon Sep 17 00:00:00 2001 From: Keerthana9894 Date: Tue, 20 Feb 2024 17:43:46 +0530 Subject: [PATCH 34/35] hypercare-ALR-961 --- .../EHIS_ALR_Leadership_PSG.permissionsetgroup-meta.xml | 1 + .../EHIS_CRE_Regulatory_Auth_Type_PS.permissionset-meta.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src-access-mgmt/main/default/permissionsetgroups/EHIS_ALR_Leadership_PSG.permissionsetgroup-meta.xml b/src-access-mgmt/main/default/permissionsetgroups/EHIS_ALR_Leadership_PSG.permissionsetgroup-meta.xml index 240dfff3..2b3f78ad 100644 --- a/src-access-mgmt/main/default/permissionsetgroups/EHIS_ALR_Leadership_PSG.permissionsetgroup-meta.xml +++ b/src-access-mgmt/main/default/permissionsetgroups/EHIS_ALR_Leadership_PSG.permissionsetgroup-meta.xml @@ -15,6 +15,7 @@ EHIS_CRE_Interaction_Summary EHIS_CRE_Public_Complaints_PS EHIS_CRE_RegulatoryCode_PS + EHIS_CRE_Regulatory_Auth_Type_PS EHIS_CRE_Reportable_Incident_Case_PS EHIS_Console_Access_PS EHIS_Create_and_Manage_Reports diff --git a/src-access-mgmt/main/default/permissionsets/EHIS_CRE_Regulatory_Auth_Type_PS.permissionset-meta.xml b/src-access-mgmt/main/default/permissionsets/EHIS_CRE_Regulatory_Auth_Type_PS.permissionset-meta.xml index 1ecb9479..70dd4978 100644 --- a/src-access-mgmt/main/default/permissionsets/EHIS_CRE_Regulatory_Auth_Type_PS.permissionset-meta.xml +++ b/src-access-mgmt/main/default/permissionsets/EHIS_CRE_Regulatory_Auth_Type_PS.permissionset-meta.xml @@ -26,7 +26,7 @@ RegulatoryAuthorizationType.UnitFee__c true - + false RegulatoryTrxnFeeItem.Amount__c true From 4b96c7dcef434176943f9af58d8e1959d6ebe787 Mon Sep 17 00:00:00 2001 From: Keerthana9894 Date: Tue, 20 Feb 2024 17:46:21 +0530 Subject: [PATCH 35/35] hypercare-ALR-961 --- .../EHIS_CRE_Regulatory_Auth_Type_PS.permissionset-meta.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-access-mgmt/main/default/permissionsets/EHIS_CRE_Regulatory_Auth_Type_PS.permissionset-meta.xml b/src-access-mgmt/main/default/permissionsets/EHIS_CRE_Regulatory_Auth_Type_PS.permissionset-meta.xml index 70dd4978..1ecb9479 100644 --- a/src-access-mgmt/main/default/permissionsets/EHIS_CRE_Regulatory_Auth_Type_PS.permissionset-meta.xml +++ b/src-access-mgmt/main/default/permissionsets/EHIS_CRE_Regulatory_Auth_Type_PS.permissionset-meta.xml @@ -26,7 +26,7 @@ RegulatoryAuthorizationType.UnitFee__c true - + false RegulatoryTrxnFeeItem.Amount__c true