-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.UI.QuestionnaireForm.trySetImageAnswer
rescocrm edited this page May 15, 2023
·
2 revisions
Asynchronously sets the answer value for given image question.
| 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. |