Skip to main content

system.kanoa.quality.config.sheets.deleteTooling

This function requires KanoaQDS module

Description

Deletes tooling links for a check sheet in KanoaQDS.

Syntax

deleteTooling(chkShtId, userId)
  • Parameters
      chkShtId - ID of the check sheet (int).
      userId - User ID (int).
  • Returns
      # of records modified - Number of records modified (int).
  • Code Example

    # 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)