Hi all,
We are using a serialize-name for the temp-tables and fields used in rest-services. However, for some reason only the serialize-name of the fields appear in the JSDO catalog. The name of the temp-table is still the technical name and not the serialize-name.
Anybody any idea how we can solve this, without manually editing the JSDO catalog?
BTW we are running 11.6.
Regards
Kees
I believe this is by design, see the workaround in knowledgebase.progress.com/.../JSDO-catalog-generated-with-characters-that-are-invalid-for-JavaScript .
In a way I believe this makes sense, because as the name of the attribute implies the SERiALIZE-NAME is used when serializing the temp-table to JSON which is then passed on to the client.