hello everybody
I try to create a Json respectively a keyvalue map from “getEditedEntity”. This works out fine but for the columns of type enumeration I receive the enums value (which is a string) instead of its integer ID. In the database table itself the corresponding IDs of the enum are stored in the column as expected.
My JSON od KeyValue Map structure should reflect only the column name and its integer value exactly as seen in the Database Table.
Any hint is welcome since I am struggeling with this task for quite a while.
thx in advance
Michael