Product Attributes
Adding a Number Only Attribute
Overview
Number attributes allow you to add number-based information about an item. Use this attribute type when the value is always a number.
Prerequisites
Ensure you have administrator privileges to fabric Product Catalog. For more information, see Role-Based Access Control.
Procedure
- In the left menu, click Product Catalog > Attributes > Product.
The Product Attributes page is displayed. - Click New Attribute.
The Create product attribute page is displayed. - Select Number.
- In the Attribute title field, enter a name for the attribute.
- (Optional) In the Description field, enter a description for the attribute.
- In the Use JavaScript formula to calculate value field, select one of the following:
- Yes: Specifies that the value for the attribute is calculated using the JavaScript formula that you provide in the Calculation formula field. An example of a JavaScript formula is
(async () => await attribute('id') *10)()
. When you select Yes, the Calculation formula and Allow manual overwrite fields are displayed. Do the following to complete the settings:- In the Calculation formula field, enter a JavaScript formula.
- In the Allow manual overwrite field, choose one of the following:
- Yes: Specifies that you can manually overwrite the attribute value. When the Use JavaScript formula to calculate value setting is enabled, the system determines the value based on your provided formula. However, if you enable the manual overwrite option, you can replace the system-calculated value with a custom value during product attribute setup. For more information, see the Adding an Item section.
- No: Specifies that you cannot manually overwrite the attribute value. This is the default setting.
- No: Specifies that the attribute value is not calculated using a JavaScript formula.
- Yes: Specifies that the value for the attribute is calculated using the JavaScript formula that you provide in the Calculation formula field. An example of a JavaScript formula is
- In the Do you want this attribute to accept decimal values? field, select one of the following:
- Yes: Specifies that the field does accept decimal values.
- No: Specifies that the field does not accept decimal values.
- In the Is this attribute mandatory? field, select one of the following:
- Yes: Specifies that the attribute is mandatory when creating an item.
- No: Specifies that the attribute is not mandatory when creating an item. This is the default selection.
- Click Save.
The number only attribute with the specified settings is created.
Related Topics
Was this page helpful?