Monday, May 17, 2021
1 change · master
Resolved issues and error corrections
The CRM Leads reporting list now uses the proper lead list view instead of an opportunity-focused view. Users can open lead records directly from the report list, making reporting navigation consistent with graph, pivot, and dashboard views.
Original PR description
PURPOSE When we go to CRM -> Reporting -> Leads, It shows the analysis of leads. We can open the form view of every leads from the different views wise Graph, 'Pivot', and 'Dashboard' except the 'List' view and it's a bit odd. We should be able to open the form view from corresponding leads in the list view. Currently, the view which is coming in the 'List' view is not correct and should be replaced by the same view which is rendered by action 'crm_lead_all_leads' SPECIFICATIONS - Initially, we have to fix the correct list view to be rendered and that is 'crm_case_tree_view_leads' instead of 'crm_case_tree_view_oppor'. - Next, we have added the form view in addition to the list view in view_ids of the corresponding action. This is the goal of this commit. LINKS PR #69575 Task 2497936