Skip to main content

system.kanoa.item.deleteItemAssetRate(itemAssetRateId, userId)

Deletes the item asset rate


Parameters

itemAssetRateId Integer: Id of the item asset rate to delete
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)