system.kanoa.sheet.copySheet(copyShtInfo, userId)
Makes a copy of a checksheet
Parameters
copyShtInfo Dictionary
| - chkShtId | Integer | Check sheet to copy |
| - chkShtName | String | Name of new Check sheet. If None we will add a numeric suffix |
userId Integer: Id of user executing the function
Returns
newChkShtId Integer
message String
Example
chkShtId = 56
userId = 5
newChkShtId, message = system.kanoa.quality.sheet.copySheet(chkShtId, userId)