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 3 Next »

Overview

Properties are fields that can be added to Part Requirement Forms. Users can provide input to these fields when uploading parts in the Basket and filling out a Part Requirement Form.

Properties are defined in the admin panel at

Home › B3_Forms2 › Properties

Types of Properties

The ERP offers the following types of properties to store information about parts

Boolean

Property that can have exactly one value which is TRUE or FALSE.

Integer

Property that can have exactly one value which is a full number, e.g. 0, 1, 2, -5, 324, -32434.

Float

Property that can have exactly one value which is a floating-point number, e.g. 28, 0.3453, -4234.343213, 0, 3.14.eneral Settings & Features c

String

Property that can have exactly one value which is text input. Can be displayed in the UI as single line input or multi-line input.

Choice

Offers the user a selection of pre-defined choice values. The possible values are defined together with the property. The user can select only one value in the UI.

Multiple-Choice

Offers the user a selection of pre-defined choice values. The possible values are defined together with the property. The user can select more than one value in the UI.

Configuration

Each property has the following configuration options

Name

The display name of the property in the UI. Can be multi-language.

Description

Additional description for the property. Displayed under the help icon when a user hovers over it. Can be multi-language

Type

The type of property. See list above

Slug

A variable name by which this property can be accessed programmatically. Not yet implemented.

Adding choices

For Choice and Multiple-Choice properties, we must also add individual choices that will be displayed to the user.

After saving a new choice property we can add individual choices. Each choice has the following configuration options

Name

The display name of the choice in the UI. Can be multi-language.

Description

Additional description of the choice. Currently not displayed in the UI.

Sort priority

Defines the relative order of items in the UI. E.g. an item with Sort priority = 100 is displayed before an item with sort priority = 110.

Slug

A variable name by which this property can be accessed programmatically. Not yet implemented.

  • No labels