Hi All,
Requirement : Need to add one more option set to filter the departure date as parameter like transaction date/due date/ document date.
Is this possible to do any extenstion or add any event handler to get change the logic of departure date ?
Can anybody suggest any idea to get complete this functionality how it makes possible?
Hi, If you don't need to change report design and just want to filter the report data by adding another parameter value then it might be possible. You can extend DateTransactionDuedate base enum and add new value for 'Departure Date' (It will display in all related objects).
Most of CustAgingReport methods that is using this parameter is either public or protected so CoC should work to manipulate the logic such as in setRanges method.
You will have to duplicate the standard logic in few places so you can evaluate whether to extend this report or create a duplicate report as Girish suggested.
Hi Esakkiappan,
You need to duplicate the whole report and add the new parameters as you want.
Its difficult to modify the standard report logic or query to work based on your custom filter added.
So my suggestion will be creating the report from the scratch.
Thanks,
Girish S.
André Arnaud de Cal...
291,965
Super User 2025 Season 1
Martin Dráb
230,817
Most Valuable Professional
nmaenpaa
101,156