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
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.- 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