'Field Groups' allow fields from a database table to be grouped together. The Field Group can then be used to present the fields to a user on a particular page of the website. 


Examples of Field Groups in use would be: 

  • User Registration page
  • Checkout Address fields
  • User Maintenance screens
    User Maintenance - example of a Field Group

Step-by-step guide

Create a Field Group

To create a Field Group:

  1. As Administrator logged into your site, navigate to Settings →  Field Groups (/zFieldGroups.aspx).

  2. Click New.

  3. Update values as follows:
    1. Table Name - the table name from the CSS Dictionary. Examples of common table names are PRODUCT, USER, CUSTOMER, PRONTOSALESORDER.
    2. Field Group Name - a unique code/name for the new Field Group.
    3. Field Group Description - a description for the use of the Field Group, e.g. 'User Administration'.
    4. Lookup Description -  leave blank.

  4. To save, click OK.

  5. To refresh the site's cache, click Refresh Dictionary.
    Field Group - New entry 


Once the Field Group has been created, it can be populated with Fields.


Add a Field Group

To add Field Group fields: 

  1. As Administrator logged into your site, navigate to SettingsField Groups (/zFieldGroups.aspx).

  2. Search for the required Field Group.

  3. Select the record via radio button.

  4. Click Fields.
    The Field list screen will load.
    Field Group fields 
  5. To add a new field, click New.

  6. Update values as follows:
    1. Field Name - select from the drop-down list. (If the required field does not already exist, it will need to be defined in the CSS Dictionary.)
    2. Field Sequence - the order in which the field will appear to the user.
    3. From Version - if required, specifies that this field should only be available in a specific version or later.
    4. Grid Formatter - restricts the field value to a particular data type (e.g. numeric, date, etc). Can be left at default / 'Please Select'.
    5. IsHidden - tick if the field should not be made visible to the user.

  7. To save, click OK.

  8. Repeat Steps 6 - 8 as required.

  9. To refresh the site's cache, click Refresh Dictionary.

Maintain Field Group fields

To maintain Field Group fields:

  1. As Administrator logged into your site, navigate to SettingsField Groups (/zFieldGroups.aspx).

  2. Search for the required Field Group.

  3. Select the record via radio button.

  4. To load the Field list screen, click Fields.

  5. Select the required Field via radio button.

  6. To edit, click Modify. Or to remove the field, click Delete.

 It is recommended that field group fields are never deleted, but rather hidden (unless the field group has been created by the editing user). Otherwise, the field will be added back in during a site upgrade.

When changes, including creating and removing fields, are made to Field Groups, the website's cache must be refreshed for the changes to display on the site.
After you update a Field Group or the Field Group fields, click the Refresh Dictionary link. You can also refresh the cache by going to zDictionary.aspx and clicking the Refresh Cache button. See Cache Refreshing.

Related help