Skip to main content

I am trying to filter the results of ProjectTaskAttribute for one particular screen. I need to show only tasks which contain a particular string.

 

Any leads on how that can be achieved.

 

Thanks

create a graph extension for the business logic you want to modify

create a CacheAttached event handler for the task field you want to filter and add a PXRestrictor attribute to the field properties using MergeMethod = Merge

add the desired condition to the restrictor attribute Where parameter.

 

you can find plenty of examples in the community or Acumatica’s source code


Reply