Search found 91 matches

by Melissa McBerkowitz
Fri Jul 29, 2011 8:21 am
Forum: Integration Development
Topic: Random errors on creating order through API
Replies: 12
Views: 1954

Re: Random errors on creating order through API

The current Select API is not thread-safe. If you're using the API from a WCF hosted service, you will need to include the following attributes on your serivce class.

[ServiceBehavior(CurrencyMode = CurrencyMode.Single, InstanceContextMode =InstanceContextMode.Single)]
by Melissa McBerkowitz
Tue Jul 05, 2011 8:32 am
Forum: Integration Development
Topic: Creating Order via API
Replies: 12
Views: 1643

Re: Creating Order via API

Thanks for helping to identify this issue, Robert. I have logged this in our bug tracking system, and we'll investigate it for an upcoming service pack.
by Melissa McBerkowitz
Fri Jun 24, 2011 4:26 pm
Forum: Integration Development
Topic: Creating OrderContact through API
Replies: 2
Views: 586

Re: Creating OrderContact through API

And if Skype or similar is interrupting the phone format in my last post ;) , the correct format is: "(###)###-####". You'll see this same format in your database for all phone numbers that were entered through the UI.
by Melissa McBerkowitz
Fri Jun 24, 2011 4:24 pm
Forum: Integration Development
Topic: Creating OrderContact through API
Replies: 2
Views: 586

Re: Creating OrderContact through API

The format on a phone number is important for the UI to display it properly. The UI expects the format like: (800)848-0143. If you were using another format, this change should solve your problem.
by Melissa McBerkowitz
Wed Jun 15, 2011 7:59 am
Forum: Integration Development
Topic: OrderContact objects created by Template
Replies: 1
Views: 494

Re: OrderContact objects created by Template

A new order created without a template will contain only two contact objects, contact codes BA (All Buyers) and SA (All Sellers). These contacts do not appear on the Order Contact screen, but are created automatically behind the scenes to hold summary information for all the buyers or sellers in the...
by Melissa McBerkowitz
Tue Mar 29, 2011 3:44 pm
Forum: ProForm (Order Tracking)
Topic: OrderTracking.GetOrder and Locks Bug
Replies: 2
Views: 848

Re: OrderTracking.GetOrder and Locks Bug

Jake,
We'll try to repro internally (thanks for the easy steps!) and get this logged for a service pack.

Thanks,
Melissa
by Melissa McBerkowitz
Mon Jan 24, 2011 12:12 pm
Forum: Installation and Setup
Topic: Formula Editor functions, syntax
Replies: 1
Views: 905

Re: Formula Editor functions, syntax

Danny,
I've attached the Formula Editor Manual. This doc lists all the different functions with detail about their parameters, and contains many short examples. If there's something specific you're trying to do that's not covered in this document, please post back!
by Melissa McBerkowitz
Mon Jan 24, 2011 12:03 pm
Forum: Shell (User Interface)
Topic: Buyer Data for Individuals
Replies: 3
Views: 768

Re: Buyer Data for Individuals

Hey Danny! Those properties on the Buyer ("IndivName1...") exist for convenience for docs and formulas. The true way to set individuals' names is through buyer.BuyerSellerPerson. On BuyerSellerPerson, you'll find all those pieces of their names, plus all the additional data you mentioned (...
by Melissa McBerkowitz
Tue Dec 08, 2009 10:01 am
Forum: Shell (User Interface)
Topic: Policy in admin
Replies: 2
Views: 599

Re: Policy in admin

The API does not currently allow you to code against our policy manager, just the policy data within an order. We have logged this suggestion for consideration as a future enhancement. If you're trying to customize this because there's some functionality that our policy manager is missing, please le...
by Melissa McBerkowitz
Mon Jul 13, 2009 10:58 am
Forum: Integration Development
Topic: forum search functionality
Replies: 3
Views: 902

Re: forum search functionality

I am happy to report that the forum search has been updated so that those "common word" errors shouldn't occur any more. The searches you listed now display actual results.

Please let us know if you see this problem again.

Thanks!
Melissa