NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: ccordes on September 28, 2010, 10:53:02 AM
-
I have a lookup for customer code. Beneath the code I have the customer name as a display - I put Loc:cusname = cus:first&cus:last in the more assignments section in the lookup settings.
when I edit the order, the name does not display, shouldn't the lookup be getting that and loading it during an edit??
thanks
chris
-
Dropped L:customername = cus:first&&' '&cus:last
in the embed in LoadRelatedRecords routine.
I had it in Afterlookup - wouldn't work there.