Hi Everyone,
Though below issue has been discussed many times before, I haven't found any verified solution on it.
Please help if anyone has solution for below requirement,
I want to call 4 designs depending on the 4 different contract parameters which are Yes/No type.
Lets consider these 4 parameters as parmA,parmB, parmC, parmD having values of Yes/No type.
And report designs names are Design A, Design B, Design C, Design D.
I want to link parameters and designs as below,
parmA - Design A
parmB - Design B
parmC - Design C
parmD - Design D
If these parameters values have been set to Yes then respective designs will run in report viewer. So in one click user may want to see/download 1, 2, 3 or 4 designs.
I referred CustAgingReportController as mentioned on one of the blog. (Refer Screenshot) But in CustAgingReportController only one design run at a time. So modifying preRunModifyContract didn't work for me.
Can anybody suggest me the best solution for above requirement.
Thank you in advance.