A form app previously working correctly now shows only a number in a certain auto-complete field during update mode. I’ve checked everything, including other forms with number auto-complete in same project that correctly display the associated lookup value. There is nothing wrong.
The lookup SQL is
SELECT id,sc_concat(fname, ’ ', lname)
FROM staff
ORDER BY fname, lname
Exact same structure in other working forms. I’ve even tried putting a WHERE id = {staffid} just to test but no difference.
It appears one of those quirks of a code gen system like SC and I would really want to avoid redoing the app all-over: it’s got some many fields with detailed configurations and linked from many other form and grid apps.
Need help from anyone that’s solved this kind of problem without re-coding the form.
By the way the problem was there in 8.0 and still is there in 8.1.
Ps. In the worst case if I do have to redo the form, can I simply delete the old and use the same name? Will the links still work or would I need to redo all links from/to other apps one by one?
