[ ] Bug fix (non-breaking change which fixes an issue)
[X] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
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:
[X] My code follows the style guidelines of this project
[X] I have performed a self-review of my own code
[X] I have commented my code, particularly in hard-to-understand areas
[X] I have made corresponding changes to the documentation
[X] My changes generate no new warnings
[X] I have added tests that prove my fix is effective or that my feature works
[X] New and existing unit tests pass locally with my changes
[X] Any dependent changes have been merged and published in downstream modules
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: