Editability of a particular field

0
I have added a field in the page. Created a persistable entity whose one of the attribute is used in that field. I have provided Read and write access to that attribute. Provided editability conditions also but still that field is not editable.   Please help me out
asked
3 answers
0

- Check if its parent container or element is set as readable

- Check if the any associated parent entity is set as readable

- Check if User roles and module roles are applied properly

answered
0

Two thing to check

  1. is the enclosing list view or dataview set editable?
  2. Is there an object available?
answered
0

You might have not created the object of the entity, where you have the attribute to be edited.

Please create object of that entity and pass it to the page, if you are sure all the permissions are there.

answered