system.kanoa.quality.config.sheets.getItems
Description
Gets all items linked to a check sheet in KanoaQDS.Syntax
getItems(chkShtId)- chkShtId - ID of the check sheet (int).
- data - A dataset containing information about items linked to the check sheet (pyDataset).
Code Example
# Usage example
chk_sht_id = 56
items_data = system.kanoa.quality.config.sheets.getItems(chkShtId=chk_sht_id)
print(items_data)