Setting custom field in the OrderTracking API

Discussions related to order tracking development with the ProForm module.

Moderator: Phil Barton

Post Reply
muhsmann
Posts: 54
Joined: Thu Jan 15, 2009 5:41 pm

Setting custom field in the OrderTracking API

Post 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?
Mark McKenna

Re: Setting custom field in the OrderTracking API

Post 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.
Post Reply