Overview
Function: captureImageField()
The Capture Image component can be used on the Appian Applications as a Web Camera that can capture the image and crop it as needed and preview the cropped image before we save it as a document.
Note: We can use the Vuram Rich Text Editor connected system to save the image captured in the component into the Appian as a document.
Key Features & FunctionalityCapability for employees to open a webcam connected to their laptop from the Appian application to take a picture of a customer. Customer photos will be then saved in the Appian folder.
What to pass in onImageSaved property. I have passed the local variable but it is not storing document ID.
captureImageField( label: "captureImageField", labelPosition: "ABOVE", validations: {}, height: "AUTO", imageStorageConnectedSystem: cons!FS_CS_CONS, disableBorder: null, onImageSaved: { local!idToSave }
)
Hi farmank0708,Thanks for reaching out!Can you try using Connected System mentioned here?https://community.appian.com/b/appmarket/posts/advanced-rich-text-editor-connected-system-vuramHope this will solve your problem. If not please feel free to contact us.Regards,Vignesh E
I have installed Vurum Rich text editor plugin. It is working now.