bcgov / MOH-MAiD

Ministry of Health MAID Project
Apache License 2.0
2 stars 4 forks source link

Bcmohad 25700 1 Update Report #881

Closed lilianenassar-bib closed 3 weeks ago

lilianenassar-bib commented 3 weeks ago

Description

Bcmohad 25700 1 Update Report

Fixes # (Bcmohad 25700)

Type of change

List high-level changes as bullet items

POST DEPLOYMENT STEPS TO RUN IN UAT,PROD ( QA ALREADY DONE)

To Update historical Data for Field Case_Team_Size__c on Case Object follow below steps:

1) if ticket BCMOHAD-25699 has been already deployed to UAT/PROD Comment out all reference to : ICY_CaseMember_Controller.updateReferralTeamMemberIds in trigger Case_Member.trigger ( 2 occurences : Line 16 ,line 29)

2) Run below Query to get the Extract the Data needed: Select Id,ICY_StatusC from case_member__C where ICY_Casec <> null

3) Run Data Import/update on same file extracted above

4) Remove the commented lines in step 1 (Line 16 ,line 29) in Trigger Case_Member.trigger

Checklist:

cgijeffolsen commented 3 weeks ago

The post-deployment step appears to be updating code directly in Production -- would this be better served by a dataload switch in the code as a custom setting? Has this been considered? "if ticket BCMOHAD-25699 has been already deployed to UAT/PROD Comment out all reference to : ICY_CaseMember_Controller.updateReferralTeamMemberIds in trigger Case_Member.trigger ( 2 occurences : Line 16 ,line 29)" @lilianenassar-bib @RanadheerRG @NataliaNikishina

lilianenassar-bib commented 3 weeks ago

@cgijeffolsen this is a one time load that will happen to update the historical data and since we don't have the solution implemented as proposed yet Plus we are tight on estimates and also it's not the trigger that we are deactivating it's references to a method within the trigger therefore it was proposed to happen by deployment from VSCODE temporary .