Image Uploader Greyed out

0
Hi, Basically when I try to implement an image uploader to be used on a page in mendix, it is greyed out and i am unable to use it – i , so far, have already made both the entities , the logo entity (system.image) , as well as the other entity it is associated to. I have a microflow to create a logo object when an action takes place, but still the image uploader is greyed out… the image uploader widget is sitting within the logo page param
asked
3 answers
0

Hi,

To use the system.image entity you need to create a new entity and set its Generalization to System.Image. You cannot directly reference system.image.

 

I would also check your access rules in the domain model to make sure that the appropriate user roles may read/write the entity.

 

answered
0

already reference this, and the access rules are set to read/right for the relevant roles. not sure what else could be the problem?

answered
0

Hi Mathew ,

 

Could you please share screenshot of the page and microflow?

answered