Lookup Table - Parent/Filter Edit page Problem (v2025)

Hi everyone,

I'm using a parent/filter in my lookup table, and it work perfectly when add, but there is a little problem when edit, that column don't fill again, I need to select again the value, and Idk why

v2025.12

Your description is too brief.

  1. Press F12 in your browser and go to the Console panel to check for JavaScript error.
  2. What is the detailed EDIT Tag settings of the field? What is the data type?
  3. Make sure the data stored in the field exists in the lookup table, or lookup will fail.
  4. Make sure the data stored is the Link Field value in the lookup table, or lookup will fail.
  5. If you use AutoSuggest, make sure Force Selection is enabled, or there is no lookup.

1.- There is no console error

2.- The datatype is INT

3.- It exists, I mean, in the moment on add it works perfectly, and the edit, the parent column it fills normally, ando when the page load completly, the parent column fill good

4.-The data appear when a click it, but it should to auto fill, because its the edit page

5.- Where is the autosuggest option? I don't think I have enable that option

It seems that you have a parent field (FKPedido) which is foreign key. Did you edit the record with an active master table so the parent field is displayed as plain text? If so, there is no parent field value from input, so the lookup for the child field cannot be filtered. You may right click the parent field in your browser, click Inspect and check the HTML element for the parent field.

Everything was work properly, I found the problem, it was the permission of the lookup table, the user level didn't have the properly permission, my bad, it works now