value
Function -> value(param 1, param 2, param 3)
"value" function can be used to assign a static/fixed or formulaic value to an attribute. This
function can be used on global and asset class specific attributes.
param 1 - This parameter can be a fixed value or derived from a Formula.
param 2 (optional) - Which attribute is updated. This is optional. If not specified, by default the
same attribute is updated on which this function is applied on
param 3 - When the function is run.
OPTIONS:
CREATE: Function will be run only when an asset is created
UPDATE: Function will be run when an asset is created or modified
This function is run automatically in the background whenever an asset is created or
updated via import, web interface or mobile app.
Examples:
value(Some value, CREATE)
value([$classcode]-[$attribute.Some Attribute Name], UPDATE)
value(Some value, $attribute.WBS Code, UPDATE)
value([$attribute.Some Attribute Name], $attribute.WBS Code, UPDATE)
Updated about 2 months ago