BuyerSeller Couple Type

Discussions related to custom development with Select.
Post Reply
sanjay.mittal
Posts: 94
Joined: Mon Dec 28, 2009 3:43 pm

BuyerSeller Couple Type

Post by sanjay.mittal »

How do I add indiviual2 on a seller or a buyer for a couple buyer/seller?
BobRichards
Posts: 1381
Joined: Wed Jan 15, 2014 3:50 pm
Location: Raleigh, NC
Contact:

Re: BuyerSeller Couple Type

Post by BobRichards »

After you set the BuyerSellerType to Joint, you will have access to the second individual.

Code: Select all

buyer = order.CreateNew("Buyer");
order.BuyerSellerType = BuyerSellerType.Joint;
Bob Richards, Senior Software Developer, SoftPro
Post Reply