system.kanoa.quality.config.sheets.copySheet
Description
Creates a copy of a check sheet.Syntax
copySheet(chkShtId, userId)Parameters:
Returns:
Code Examples
# Usage example
chk_sht_id = 56
user_id = 123
success, message = system.kanoa.quality.config.sheets.copySheet(chkShtId=chk_sht_id, userId=user_id)
print(success, message)