[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: JSON reader not working if you have nested temp-tables using the same serialize-name

  • Thread starter mircea.alexandru
  • Start date
Status
Not open for further replies.
M

mircea.alexandru

Guest
Hi, It's actually not a bug, but I do agree that it's funny :). You have defined the temp-table field to be serialize-hidden (FIELD cID AS CHARACTER SERIALIZE-HIDDEN), but ABL needs a value on that field to "link" to the parent temp-table record. Since you are not supplying it, it will just use the field default value, which does not help. If you do want to use something like that in your json structure, you may want to use PARENT-ID-RELATION instead of DATA-RELATION, which will use a RECID to the parent record as a "link".

Continue reading...
 
Status
Not open for further replies.
Top