Skip to main content

system.kanoa.quality.config.sheets.deleteTooling

Requires kanoaQDS license

Description

Deletes tooling links for a check sheet.

Syntax

deleteTooling(chkShtId, userId)

Parameters:
  • chkShtId (int): ID of the check sheet.
  • userId (int): User ID.

  • Returns:
  • recordsModified (int): Number of records modified.
  • Code Examples

    # Usage example
    chk_sht_id = 56
    user_id = 123
    records_modified = system.kanoa.quality.config.sheets.deleteTooling(chkShtId=chk_sht_id, userId=user_id)

    print(records_modified)