Value of a select field with lookup table from a linked table is not fetched on entering edit mode

Hello

PHPMaker 2025

I have select fields which use a lookup table from a linked table,

On entering ‘edit mode’ the database value of the select field is not fetched in the edit field and seems lost.

How should I deal with this situation?

Thx
Patrick

  1. You may check HTTP response and check the result of the lookup request.
  2. Enable Debug and check the log for Ajax data.

Thank you that helped fix it.

The problem was that the database value was no more valid according to the lookup table. It showed up in the list page but not in the edit page.