Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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.

Include DDS Field Order in JSON
pui["include field order"] = true;

Below is an example JSON snippet:

Example JSON
{
  "text": "...",
  "formats": [
    {
      "screen": {...},
      "items": [...],
      "dds field order": ["FIELD00012", "FIELD0001", ...]
    },
    ...
  ],
  ...
}


  • No labels