system.kanoa.item.deleteItemAssetRates(assetId, userId)
Unlinks all items from this asset
Parameters
assetId Integer: Id of asset
userId Integer: Id of user executing the function
Returns
# of records modified Integer
Example
assetId = 56
userId = 17
retVal = system.kanoa.item.deleteItemAssetRates(assetId, userId)