Hi all,
I have created an extension page for the Lot No Information card and added a new field to the card for Vendor No.
Lot No Info Card does not have vendor on its table so I need to retrieve it elsewhere. My thought process was use the Lot Info No record to get the associated Item, then use the items table to find the correlated vendor.
I have already attempted to create a record variable to hold the item record, which I would then use to retrieve the Vendor No. but I am stuck trying to figure out the proper methods or functions