I haven’t done it before, but I thought you could add two versions of the same table and give them different aliases in the RDD. At least, I remember reading that in the help files.
Are there linked tables/fields available off the OrderHed table that link to the Bill To CustNum?
Say I have the following:
CustID: ZZZ999
Name: ACME CORP
Add1: 123 Main St
and a ShipTo for CustID ZZZ999
ShipToNum: 001
Name: ACME LOGISTICS
Add1: 987 Warehouse Drive
After the order has started, we’re informed that the sold to docs and invoices must say
Name: ACME PROJECTS
Add1: 666 Management Way
So a new customer is created
CustID: ZZZ999a
Name: ACME PROJECTS
Add1: 666 Management Way
And the order that has ZZZ999 as the SoldTo, is changed so that the Bill To is set as ZZZ99a
Now when I print the Order Ack, I’d like the Sold To area to reflect the ACME PROJECTS name and 666 Manangement Way address. But I always get the info from the Customer specified as the SoldTo