I need to show image uploaded by users and show this on grid like the picture below:
At first, I use PXImageUploader for this column but it doesn't work. I can't upload image by using Upload button, only drag and drop and some problems with it. I think this way is not good.
Then, I use another way that is uploading images to Files, copy External link from SM202510 and paste to this column. It's OK but users have to perform too much steps to do that, it's kind of complicated for user so I want to find a way to get image link and paste automatically.
The problem is I can't find something like an event FieldUpdated with NoteID to get the image link when user uploaded the image.
Is there any way to do that or do you have a suggestion for me in this situation?