Skip to main content

system.kanoa.attribute.deleteAttributeAssetLink

This function is part of the kanoaOPS module

Description

Deletes an attribute asset link.

Syntax

deleteAttributeAssetLink(attributeAssetLinkId, userId)
  • Parameters
      int attributeAssetLinkId - Attribute asset link ID
      int userId - User ID
  • Returns
      int - Number of records modified
      string msg - Message indicating the result
  • Code Examples

    # Example usage
    attributeAssetLinkId = 67
    userId = 123
    modifiedRecords, msg = system.kanoa.attribute.deleteAttributeAssetLink(attributeAssetLinkId, userId)
    print(modifiedRecords, msg) # Print the number of modified records and message