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

« Previous Version 2 Current »

Content Freeze

As of July 25th, 2023, there is a content freeze on this page.

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