system.kanoa.asset.enableModeAssetLink
Description
Update the modeAssetLink enabled mode. If the mode is disabled, we will not update the link. The mode needs to be enabled first.Syntax
enableModeAssetLink(modeAssetLinkId, enabled)Parameters:
Returns:
Code Examples
# Example Usage:
records_modified = system.kanoa.asset.enableModeAssetLink(123, True)
print(f"{records_modified} records modified for modeAssetLink with ID 123.")