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
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.