system.kanoa.item.deleteItemAssetRates
Description
Unlinks all items from this asset (kanoaOPS).Syntax
deleteItemAssetRates(assetId, userId)- assetId (Integer) - ID of the asset to unlink all items from.
- userId (Integer) - ID of the user.
- # of records modified (Integer).
Code Examples
# Example Usage:
AssetId = 56
userId = 17
deletedRecords = system.kanoa.item.deleteItemAssetRates(AssetId, userId)