This option can be set to true to cause the JSON output of Designer to have an additional attribute in each record format which lists the original field order from the DDS.
Code Block | ||||
---|---|---|---|---|
| ||||
pui["include field order"] = true; |
Below is an example JSON snippet:
Code Block | ||||
---|---|---|---|---|
| ||||
{ "text": "...", "formats": [ { "screen": {...}, "items": [...], "dds field order": ["FIELD00012", "FIELD0001", ...] }, ... ], ... } |