Skip to main content

system.kanoa.lot.enableLotOperationAssetLink(lotOperationAssetLinkId, enabled)

Updates the lotOperationAssetLink enabled state.


Parameters​

lotOperationAssetLinkId Integer
enabled Boolean


Returns​

# of records modified Integer


Example​

lotOperationAssetLinkId=305
enabled=True
recordsModified = system.kanoa.lot.enableLotOperationAssetLink(lotOperationAssetLinkId, enabled)