Skip to main content

system.kanoa.quality.schedule.checkIfItemCheckedThisShift(chkShtId, assetId, shiftNameId, itemId)

Used to see if a check has of this type has already been performed on this item for this shift


Parameters

chkShtId Integer: Id of check sheet
assetId Integer: Id of asset
shiftNameId Integer: Id of shift name
itemId Integer: Id of item


Returns

count Integer Number of times this combination has been checked this shift


Example

chkShtId = 1
assetId = 18
shiftId = 1
itemId = 1
retVal = system.kanoa.quality.schedule.checkIfItemCheckedThisShift(chkShtId, assetId, shiftId, itemId)