I have an application that will create and maintain work orders outside of lawson. I have created a custom table to hold those work order numbers in Lawson. I can access the table via Lawson DME, no problem.
I want users to enter the work order number in the REFERENCE field of IC21.2, and then I will verify against the custom table. I cannot figure out how to access that field with Design Studio. When I bring up the fom all the fields at the bottom (detail area) are dim, and clicking any field does not activate its properties. The OBJECT button at bottom is not active for this form. What am I missing?
I can key the work order number in a field at the top of the form (eg User Analysys, whatever that is) and tie it to my verify button and the edit checking is activiated. I see that the textbox for reference is "text23" but when I use that for the edit checking I get null string. HELP!!