Skip to main content

Hi All,

I need to add a filter to the “Approve Time Activities” (EP507010) so that only records where the Approve = true/false show, based on an additional custom checkbox in the filter section called "Approve".

 

I tried to override the filter using “AddFilters” and “AddCommonFilters” methods, but it is not working. Could you please help me on this.

 

Regards,

Ramya


@ramya15 Since the EPActivityFIlter DAC is a hidden view, try creating a new DAC filter with only the field needed:

and add a new PXFilter view to a graph extension of EmployeeActivitiesApprove and override the Activity view with the new condition of the filter:

 

 

You should add a Panel or a new PXForm at the header to add the datamember filter2 to show the checkbox.


Hi @Dioris Aguilar ,

Thank you so much for the solution.

 

Regards,

Ramya


Reply