PfxMetadata Toolbar

PfxMetadata is a toolbar provided by Studio which shows you all objects metadata found on the connected partition.

You can see there:

  • List of all objects

  • Object’s Type Code

  • Field’s data type

  • Fields’s label (if defined on the partition)

Available Actions

The list of actions in the order of appearance on the screenshot of the PfxMetadata toolbar.

  • Select module (dropdown) - used to decide which connection config file (config.json) should be used. Each module/project can have its own connection config file. The toolbar will either use the connection config file found in the selected module, or (if not found), from the project.

  • Reload (icon) - reload the metadata from partition. Useful, when you deployed some new tables to the partition in the meantime, which are not reflected in the list yet.

  • Expand All (icon) - expand details of all objects types at once.

  • Collapse All (icon) - collapse details of all objects types at once.

  • Environment (dropdown) - select the environment from list defined in the connection config file.

  • Partition (dropdown) - select partition (from list of partitions available in the selected environment), from which the tool should read the metadata.

  • Search by Text (text field) – Allows you to search by a substring across object names, table names, field names and labels.

  • double click on field name - when you double-click on a field name, and you have logic element code window opened, the name of the field will be inserted to your groovy code editor to the place, where is the cursor. It is useful to prevent typos and speeds up writing the name of fields.

 

Found an issue in documentation? Write to us.