Escrow Company Info in Order

Discussions concerning general integration topics.

Moderator: Phil Barton

Post Reply
roteague
Posts: 292
Joined: Thu Sep 25, 2008 4:49 pm
Location: Honolulu, Hawaii

Escrow Company Info in Order

Post by roteague »

At what way is either the Order.Escrow.Office.OrderRefNo or Order.EscrowCompany.OrderRefNo being populated? I'm having the user type a value into the Refence # field on Order Contacts, but I'm not able to pull up those values in the background. I've got a very basic order, with nothing more than the Order Type, Escrow Company Contact and Escrow Office filled out. What more do I need to get this value.

Thanks,
Robert
Mark McKenna

Re: Escrow Company Info in Order

Post by Mark McKenna »

That information does come from the Reference # field on the Order Contacts screen.

1. Order.Escrow.Office.OrderRefNo
Select: The Escrow Office is assigned on the Status screen, then the Reference # comes from whatever contact is chosen there
API: IOrder -> Escrow property (IEscrow) -> Office property (INonVendor) -> OrderRefNo property (string)

2. Order.EscrowCompany.OrderRefNo
Select: This is just an Escrow Company order contact (there can be more than one), which has its own Reference # field
API: IOrder -> EscrowCompany property (IList<IEscrowCompany>) -> (pick one) -> OrderRefNo property (string)
roteague
Posts: 292
Joined: Thu Sep 25, 2008 4:49 pm
Location: Honolulu, Hawaii

Re: Escrow Company Info in Order

Post by roteague »

Thanks for the clarification.
Robert
Post Reply