Skip to main content
Answer

Add Custom filter to "Approve Time Activities" processing screen(EP507010)

  • May 30, 2022
  • 2 replies
  • 435 views

Forum|alt.badge.img

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

Best answer by Dioris Aguilar


@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.

2 replies

Dioris Aguilar
Jr Varsity I
Forum|alt.badge.img+2


@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.


Forum|alt.badge.img
  • Author
  • Jr Varsity III
  • May 31, 2022

Hi @Dioris Aguilar ,

Thank you so much for the solution.

 

Regards,

Ramya