This topic is locked

List page and edit page connection

4/1/2019 9:22:51 AM
PHPRunner General questions
M
MarioD author

Hi!

Whenever you want to change the information I have in a viev list page, click on a pen, a completely different record is opened in edit page. where am I wrong?

C
CTom 4/1/2019



Hi!

Whenever you want to change the information I have in a viev list page, click on a pen, a completely different record is opened in edit page. where am I wrong?


Mario, this is because you have to define the layout for each page (list, add, edit, view, etc...). Once defined, you can copy the layout of the add page to edit and view pages.
Hope this helps.
C

Sergey Kornilov admin 4/1/2019

Looks like an issue with key column selection. Make sure you are selecting a proper key column in PHPRunner. Key column values should be unique for each record.