Skip to main content

system.kanoa.quality.image.updateImage(imageId, chkItemId, imageName, imageType, imageDescription, image, thumbnail, userId)

Updates an image into the qds.image table


Parameters

imageId Integer: Id of image to update
chkItemId Integer: Can be None
imageName String: Name of image
imageType String: Type of image
imageDescription String: Description of image
image byteArray: The image in byteArray format
thumbnail byteArray: Thumbnail of image in byteArray format
userId Integer:Id of the user executing the function


Returns

# of rows modified Integer


Example