Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| 2500_config_apps:0700_add_edit_attributes:0300_number_attributes [2026/08/13 00:55] – ↷ Links adapted because of a move operation localdev | 2500_config_apps:0700_add_edit_attributes:0300_number_attributes [2026/08/13 07:20] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 42: | Line 42: | ||
| This determines the value for the first instance of the object or the first instance of the “group” of instances. The default value is taken from the Value Range defined for the number (if undefined 1 is used). You can also specify an attribute that will hold the initial value. | This determines the value for the first instance of the object or the first instance of the “group” of instances. The default value is taken from the Value Range defined for the number (if undefined 1 is used). You can also specify an attribute that will hold the initial value. | ||
| - | <callout | + | <alert type=" |
| + | **note** | ||
| + | |||
| + | // | ||
| <code aim>IF Order.RefNo IS UNDEFINED THEN | <code aim>IF Order.RefNo IS UNDEFINED THEN | ||
| Order.AutoIncremented = NEXT_SEQUENCE_NMB(' | Order.AutoIncremented = NEXT_SEQUENCE_NMB(' | ||
| - | Order.RefNo = 'Order Prefix ' + OrderAutoincremented </ | + | Order.RefNo = 'Order Prefix ' + OrderAutoincremented </ |
| ===== Presentation Options ===== | ===== Presentation Options ===== | ||