system.kanoa.asset.deleteMode
Description
Delete an asset mode. If the mode has been used, then we must just set the enabled property to False.Syntax
deleteMode(modeId, userId)Parameters:
Returns:
Code Examples
# Example Usage:
modeId = 123
userId = 456
recordsModified, message = system.kanoa.asset.deleteMode(modeId, userId)