RE: Defaulting "Requested approver" field in vendor invoice with "requester" field in Purchase order.
Hi Andre,
For now we assume that we always have one order. My current attempts are:
1. To make change in copyFromHeader method in VendInvoiceInfoTable to get "requester" field value from Purchase order and assign it to Approver field in VendInvoiceInfoTable.
2. To make change in initValue() method of VendInvoiceInfoTable datasource of VendEditInvoice form to initialize Approver field in VendInvoiceInfoTable with requester field from Purchase order.
Non of the changes that I did above reflects on the Approver field in VendInvoiceInfoTable.
Thanks.