Dear all,
I’ve a form with a field that is the ITEM_ID i.e. “artico_xid_id” connected to a grid with a capture link .
On the same form I have other fields (display only) that are part of this master data item (same table of capture link).
i.e. “inventario” that is the SERIAL NUMBER of ITEM_ID.
If I go to insert/update the field ITEM_ID I’m not able to see the MATERIAL_TYPE refreshed becouse I’ve still not inserted/updated the record. Only if I save and then go back my additional data appears.
I’ve tried to add an Ajax Event (OnChange) on ITEM_ID and I’ve inserted this code:
sc_lookup(serial_number,“SELECT codice FROM warehouse_artico WHERE id = {artico_xid_id}”);
{inventario} = {serial_number[0][0]};
How can now see the value of “inventario” field updated on my form.
Have I to add some code ?
Many thanks
Giovannino