Page 1 of 1

Setting custom field in the OrderTracking API

Posted: Wed Apr 08, 2009 3:28 pm
by muhsmann
We have a custom field that is part of the Order - I'm using the SoftPro API to create new orders and my question is how do I populate this new custom field through the API?

Re: Setting custom field in the OrderTracking API

Posted: Wed Apr 08, 2009 5:32 pm
by Mark McKenna
See the SetCustomField method in the Select SDK Help. Each business object (interface) that supports custom fields has one of these methods on it, such as ISeller, ILoan, etc. There is also a GetCustomField method on each of those same types.