Hi team,
As per the business requirements, we needs to modify on “Sales invoice report” in
1. Report design
2. Business logic
3. Needs to add new field on Temp table.
As per my research, I like to proceed with below approach:
1. Report design- As SSRS report design not allowed to create an extension, that's why we needs to do the duplicate of the report design in our model and proceed with our changes
2. Business ligic- DP class, we should create an extension of DP class and as much as possible to use CoC of processreport method to add the custom business logic.
3. Temp table - We should create an extension of temp table to add a new field
Pls advise, thanks
***Note - As we create a new design for our business requirements, how will I call it?
Is we needs to create an extension of controller class to call the new design.
Pls advise, thanks