Skip to main content

Create a template with extended properties

Do this before building the SKU catalogue

SKUs require an Item template. Complete this guide first, then move on to Build your SKU catalogue.

This guide walks through creating the Power Tool template. You will first define two extended properties — Voltage (a number field) and Serial Required (a yes/no toggle) — then create the template and assign them.

Background: Templates & extended properties explains the model and the difference between extended properties and templates. Working with lists covers the table controls used on every list page.


Part 1 — Create the extended properties

Extended properties are defined once at the tenant level, then assigned to one or more templates. Create them before building the template.

Step 1 — Open the Extended Properties list

In the sidebar, expand Manage Templates and select Extended Properties. The Extended Properties list opens.

Extended Properties list

Click Add to open the New Extended Property form.

Step 2 — Create the Voltage property

Fill in these fields:

FieldValue
NameVoltage
Template TypeItem
Data TypeNumber

Note: Data Type stays disabled until you choose a Template Type. Once you select Item, the dropdown activates and shows the field types available for items. If you skip Template Type, the portal shows "Template Type is required!" when you click Create.

New Extended Property form filled for Voltage, ready to submit

Click Create. The "Extended Property Created!" confirmation appears and the portal returns you to the list.

SelectList properties include an options table

If you choose Select List as the data type, an Options table appears below the main fields. Use Add Option to define each value before saving.

SelectList data type — Options table with the Add Option button visible

You cannot change a property's data type after creation — plan SelectList values before clicking Create.

Step 3 — Create the Serial Required property

Click Add again. Repeat Step 2 with these values:

FieldValue
NameSerial Required
Template TypeItem
Data TypeBool

Click Create. Both properties now appear in the list.


Part 2 — Create the template

Step 4 — Open the Templates list and start a new template

In the sidebar, expand Manage Templates and select Templates. Click Add to open the New Template form.

Fill in these fields:

FieldValue
NamePower Tool
Template TypeItem
Changing Template Type clears assigned properties

If you change the Template Type after selecting it, all assigned property rows are removed. Set it correctly before adding extended properties.

New Template form with Name and Template Type filled, Add EP button enabled

Step 5 — Assign the extended properties

In the Extended Properties panel, click Add EP. The button is enabled once a Template Type is selected. For each property:

  1. Click Add EP. A new row appears with a property selector.
  2. Select Voltage from the dropdown. The Required checkbox is ticked by default — leave it on.
  3. Click Add EP again and select Serial Required. Leave Required ticked.

You can drag the row handles to reorder properties. Add a Group label to cluster related fields together on entity forms.

Extended Properties panel with Voltage and Serial Required rows assigned, Required ticked

Step 6 — Save the template

Click Create. The "Template Created!" confirmation appears and the portal opens the Templates list.

Templates list showing the new Power Tool template


Editing a template updates all existing data built on it

When you add, remove, or reorder properties on a template, the change propagates immediately to every SKU and item already using that template. On a large catalogue this can take a while.

See Live migration for details before making changes to templates in production.


Next step: Build your SKU catalogue — use the Power Tool template to build your first SKUs.

Related: Templates & extended properties · Working with lists