System.Image access rights

0
Hi All,   I'm creating an app that requires images to be displayed, I have created the entity as below with an association and a generalization to system.image,   I receive errors as below but all my security settings appear to be ok am I missing something ??   Not sure what I can do as the system module is obviously RO.  
asked
1 answers
0

I see you do have an association between ParentItem and Image. 

Probably you are using the association in the dynamic image viewer?

Use ParentItem object directly instead and remove the association

answered