Data view is not editable

0
Hello All , I was added the data view inside the list view . Inside the data view I added the file uploader. I’m not able to upload the file because it is disabled . I checked the list view and data view . For both editable is yes only . I couldn’t find why it is not editable . Can someone help me on this ? 
asked
2 answers
2

Hi Vinodhini,

You need an object in order to edit it. Currently you have a data view through association, but the object is never created yet. Make sure you create a FileDocument object associated to the listview item first.

answered
0

Do you have set the right access rules, so you can edit the attributes of the entity (write rights)?

answered