Skip to main content

system.kanoa.asset.addAssetTagUDTInstance

This function requires KanoaOPS module

Description

Creates the assets tag folder structure and assetOEE UDT instance for the new asset (kanoaOPS).

Syntax

addAssetTagUDTInstance(assetId)
  • Parameters
      assetId (int) - ID of the asset.
  • Returns
      No specific return value.
  • Code Examples

    # Example Usage:
    asset_id = 123
    system.kanoa.asset.addAssetTagUDTInstance(asset_id)