bcgov / MOH-MAiD

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

BCMOHAD-25700-3 - Update Controller #890

Closed lilianenassar-bib closed 1 week ago

lilianenassar-bib commented 1 week ago

Description

BCMOHAD-25700-3 - Update Controller Fixes # (BCMOHAD-25700)

Type of change

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_Status_C from case_member__c where ICY_Case_c <> null

4) Run Data Import/update on same file extracted above 5) Remove the commented lines in step 1 (Line 16 ,line 29) in Trigger Case_Member.trigger

Checklist: