system.kanoa.asset.updateAssetField
Description
Updates the field with the passed value for the assetId (kanoaOPS).Syntax
updateAssetField(assetId, field, value, ...)- assetId (int) - Asset ID.
- field (string) - field.
- value (string) - value.
- records modified (int).
- message (string).
Code Examples​
# Example Usage:
asset_id = 12
field = "Name"
value = "RedBox"
records_modified, message = system.kanoa.asset.updateAsset(asset_id, field, value)