Jordie
(Jordie van Hese)
December 2, 2025, 8:28am
1
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?
josecgomez
(Jose C Gomez)
December 2, 2025, 12:07pm
2
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
Jordie
(Jordie van Hese)
December 2, 2025, 12:20pm
3
Thanks @josecgomez ! Seems like the Epicor REST service documentation is a bit outdated then i think
josecgomez
(Jose C Gomez)
December 2, 2025, 1:35pm
4
The documentation is auto generated based on the dataset and the dataset does contain those fields but they’ll be blank
1 Like
josecgomez
(Jose C Gomez)
Split this topic
December 2, 2025, 5:16pm
5
josecgomez
(Jose C Gomez)
Split this topic
December 2, 2025, 5:18pm
6
Jordie
(Jordie van Hese)
December 2, 2025, 5:20pm
7
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
1 Like