MobileCRM.UI.QuestionnaireForm.trySetImageAnswer - Resconet/JSBridge GitHub Wiki

Asynchronously sets the answer value for given image question.

Arguments

Argument Type Description
imageQuestionName String A name of the image question.
base64Data string A value that us used to create image answer. If null or empty image will be deleted.
mimeType string The valid mime type of corresponding base64Data.
errorCallback function(errorMsg) The errorCallback which is called in case of error.
scope Object The scope for callbacks.