Defects
Metadata is empty for fields with more than 250 values
ID: | D28160 | |
Published: | 22 July 2024 |
Defect Id
DEF349427
Originally Reported Against
SBM 11.4.2
Status
Submitted
Description
When using the JSON API to get the metadata from a field( http://AEserverName/jsonapi/startsubmittoproject/ProcessAppName ) the response will contain only the field description and not the values for that field.
The only workaround is to keep values less than 250. This also affects the field if the values are disabled, the count will take into consideration the full list of fields and not just enabled fields.
Workaround: You could query the list of fields from the database directly to use it in the implementation of the JSON API.