Editing entities in a newedit page by association

1
I have a new edit page for an entity and want to edit associated entities within this page so the user doesn’t have to click through endless popups. I’ve used a dataview to pull the associated entities, but when the fields come up in the form they are greyed out and not editable (red no symbol as mouse icon). How can I make its so those entities are all editable in the same page?
asked
2 answers
3

I can think of 3 possible issues:

  1. The associated objects don’t exist, so your data views have no object to edit. In this case, you need to create the associated record.
  2. The dataview is set as non-editable
  3. Your user doesn’t have write access to the objects
answered
6

Hi,

You have to set write access for that particular object for that user role.

answered