Skip to main content

system.kanoa.sheet.copySheet(copyShtInfo, userId)

Makes a copy of a checksheet


Parameters

copyShtInfo Dictionary

- chkShtIdIntegerCheck sheet to copy
- chkShtNameStringName 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)