Skip to main content
Question

Search field in filter of a custom column in the Release AP Documents not working in Modern UI

  • May 21, 2026
  • 5 replies
  • 28 views

Forum|alt.badge.img

Hello Team!

I have a customization for the Release AP Documents form that adds a couple of fields to the grid (Cash Account and Cash Discount Date).

On classic UI the column filter works ok for the Cash Account. But with modern UI, the search field of the filter wont list the available cash accounts:

 

This is my custom TS extension:

import {
PXFieldState,
columnConfig,
GridColumnDisplayMode
} from "client-controls";
import { AP501000, APRegister } from "src/screens/AP/AP501000/AP501000";

export interface AP501000_CBAPReleaseImproved_generated extends AP501000 {}
export class AP501000_CBAPReleaseImproved_generated {}

export interface APRegister_CBAPReleaseImproved_generated extends APRegister {}
export class APRegister_CBAPReleaseImproved_generated {

@columnConfig({ allowFilter: true, width: 100, visible: true, allowUpdate: false, hideViewLink: true, displayMode: GridColumnDisplayMode.Both })
APInvoice__PayAccountID: PXFieldState;

@columnConfig({ width: 100, visible: true })
APInvoice__DiscDate: PXFieldState;
}

So far no columConfig attribute seems to maje it work. 

I don’t know. Is it a modern UI bug?

5 replies

Forum|alt.badge.img+3

@albertobello83 Can you let me know how the “Cash Account” field is defined in the Classic UI? Is it configured using a DAC-level selector or through some other logic?


Forum|alt.badge.img

Hi ​@SaiKrishnaV. Actually there is no dll on this project. The APDocumentList view is already considering the join to the APInvoice DAC. So, in classic I just added the APInvoice__PayAccountID field to the aspx.

 


Manikanta Dhulipudi
Captain II
Forum|alt.badge.img+16

@albertobello83 Some known issue we have related to the search option in Modern UI.


Forum|alt.badge.img

Thanks ​@Manikanta Dhulipudi. Have you received any estimated on How long will it take them to have it fixed?


mohammadnawaz51
Jr Varsity II
Forum|alt.badge.img+6

@albertobello83 There are many Known issue in 25r2 related to search and fixed or in pipeline 26r1 and r2