Skip to main content

system.kanoa.lot.unlinkLotOperationAsset(lotOperationAssetLinkId, userId)

Unlinks an asset with a lot operation


Parameters

lotOperationAssetLinkId Integer
userId Integer


Returns

message String Indicates the action taken ('Deleted' or 'Disabled')


Example

# Delete a specific lot-operation-to-asset link
lotOperationAssetLinkId = 305
userId=123
message = system.kanoa.lot.unlinkLotOperationAsset(lotOperationAssetLinkId, userId)