I am trying to make some changes to the Debtor Item Maintenance window and have added a couple of fields and check boxes. However, I need to recognise whether or not a record has been successfully displayed using VBA. If it has been, then I want to run the code but if it hasn't then I don't want to run the code.
I was advised to add the "Display Existing Record" field into the window and unhide it, add it to the VB editor and then hide it again in Modifier. Unfortunately this is where I am stuck as I am unable to add the record to the window in Modifier. I can see that it is listed in Global Fields but I can't drag it onto the window to make it visible, the only thing I am able to do is "open" the field and the data type for the field. Therefore I am unable to interact with this field in VBA.
What am I missing?