Hello,
I need to add the vendor name to my purchase order line entity.
So I extended the entity and added the vendor table.
I am trying to add the DirPartyTable to get the vendor name, but when I go to do the relationship, the vendtable fields are empty.
I will add pictures
I am not sure why is not letting me add the field to join,
From what understand I need to do: vendtable.party = dirpartytable.recid
thanks