AX 2012 Purchase Requisition Default Address per Employee / Position

We have several distinct operations in the US and we would like users in the East coast for example to, using Enterprise Portal, have it default in their delivery address for the Purch Req instead of our main HQ which defaults for all users at this time.

Any assistance or suggestions here is appreciated.

Grazie,
~S

Upon further digging, there is a PurchReq table with a method for defaultAddressQuery() which tries to determine the address for the Req Line.

It looks to be a conditional based on if this is an Inventory Item ( released product ) then it will use the item default. If it is a procurement category it will use the hcmworker human resource record for the default address.

We may try to flip this conditional to base it purely off of the Requisition requester to see if it has the desired results.

~S