system.kanoa.asset.setAssetModeCode(modeAssetLinkId, modeCode)
Updates the mode code for an asset/ mode combo
Parameters
modeAssetLinkId Integer: Id of mode asset link to set
modeCode Integer: code to be used for this mode asset link
Returns
# of records modified Integer
msg String None if successful
Example
recordsModified, message = system.kanoa.asset.setAssetModeCode(123, 5)