Hello everyone.
I have a simple web page where I placed a list with my records. I want to add a 'edit' action with appropriate logic:
For adding this button I used this buttons in grid configuration:
I tried both of them but in all cases got unexpected behavior: after clicking on this buttons portal tryes to create new record. More over it requeres appropriate table permissions for it (creating new records). Literally, user who has to do this actions has 'write' access but doesnt have 'create' one and coulnd't edit record. User gets apportunity to edit record only with 'create' table permission and in the end still creates new record instead of editing. How can i bit this?
I also tried to create a new web-page but I have got the same result.