GetList rest-kinetic not returning UD fields

Currently facing an annoying issue with version 2025.2.5.
According the API service UD fields should be returned using a GetList functionality.

In my example GetList from Erp.BO.Capability.

Below a simple rest-erp / rest-kinetic widget calling GetList from Erp.BO.Capability.


Anyone know how I can get the UD fields as well or might this be a bug?

GetList has never returned UD fields (on purpose)

It has always been a call to GetRows to get them. There were a couple of versions where this worked but I think it was mostly happenstance

GetList is meant to return the very basic list of principal fields that are returned on a basic search. It has always been limited in scope

3 Likes

Thanks @josecgomez! Seems like the Epicor REST service documentation is a bit outdated then i think :upside_down_face:

The documentation is auto generated based on the dataset and the dataset does contain those fields but they’ll be blank

1 Like

4 posts were split to a new topic: How to adjust the BO Binding on an Existing Kinetic Grid

2 posts were merged into an existing topic: How to adjust the BO Binding on an Existing Kinetic Grid

Using tags is also an interesting solution, but for this case i think I’m going to use the one Jose showed. We use some drop downs elsewhere in the system to get capabilities by category so then its easy to filter. Thanks guys! Much appreciated :clap:

1 Like