bcgov / MOH-MAiD

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

BCMOHAD-25700-2 - Update Dashboard and Report #888

Closed lilianenassar-bib closed 2 weeks ago

lilianenassar-bib commented 2 weeks ago

Description

BCMOHAD-25700-2 - Update Dashboard and Report

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

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

Deployment Tracker

List all the metadata that is pushed in this commit/PR. Full URL should be fine.

Checklist: