A PCF control to easily upload and resize one or more Images on Dynamics365 records. Works with Email and normal Notes attachments.
Download the unmanaged/managed solution from the Releases
-
Insert a section with a single column on the form.
-
Add a field you would like to use that's will not be used on the form.
-
Uncheck 'Display label on the form' for the field.
-
Give parameter values
-
Image Height: Height of the resized image.
-
Image Width: Width of the resized image.
-
Image Quality Percentage: Resizing quality.
-
Save and publish the form.
-
Navigate to the form and you should see the control
After cloning the project, run the below commands
npm install
-- installs the required dependencies
npm run start
-- local development and testing
If you are new to PCF, the official documentation.
###Creidts
- Rama Rao for Attachment Uplaoder PCF PCF Gallery