Hi Experts,
I have a requirement from a client regarding custom fields on the Customer Details (AR402000) screen. Specifically, the client wants the ability to filter and sort unbound custom fields directly in the grid.
Here is the scenario:
- I added two unbound custom fields,
Location IDandLocation Name(both string data types), to the grid. - The client wants to:
- Filter records in the grid by typing a value in these custom fields.
- Sort the records in ascending or descending order based on these fields.
What I've Tried So Far:
- Added the custom fields (
UsrLocationIDandUsrLocationName) to the FastFilterFields property (along with fields likeRefNbr,ExtRefNbr, andDocDesc). - Set the
AllowFilterandAllowSortproperties totruefor these fields in the customization editor.
However, the filtering and sorting functionality is still not working for these unbound fields.
Question:
Is it possible to enable filtering and sorting for unbound custom fields using Acumatica's built-in attributes or customization editor? Or do we need to write custom logic to achieve this?
If custom logic is required, could you please provide guidance or an example of how to implement it?
Thank you in advance for your help!