Search found 89 matches

by john.morton
Thu Oct 10, 2013 3:46 pm
Forum: ProForm (Order Tracking)
Topic: "You do not have access to order xxx" when using GetOrder()
Replies: 21
Views: 9182

Re: "You do not have access to order xxx" when using GetOrde

It's a matter of how the API is choosing which order number manager to use. The natural inclination would have you think that it would use the number manager associated with the profile that owns the order you're making. This isn't the case though. It appears to be using the Order Number Manager ass...
by john.morton
Thu Oct 10, 2013 1:39 pm
Forum: ProForm (Order Tracking)
Topic: "You do not have access to order xxx" when using GetOrder()
Replies: 21
Views: 9182

Re: "You do not have access to order xxx" when using GetOrde

Please see thread: http://www.softprocorp.com/devforum/viewtopic.php?f=6&t=336&p=1608&hilit=owningprofileid&sid=93b5612e9ba251112a7804f08d7073fb#p1608 Unfortunately, this is a known issue. What we've recommended in the past is to have different users available for the API to use when...
by john.morton
Wed Oct 02, 2013 4:52 pm
Forum: Integration Development
Topic: Apply templates to existing order
Replies: 1
Views: 403

Re: Apply templates to existing order

In the current Boylan version of the API, that does not appear to be supported. It is, however, a support function in the upcoming release.
by john.morton
Mon Aug 26, 2013 1:22 pm
Forum: Crystal Report Development
Topic: Querying a Select Lookup Table
Replies: 1
Views: 729

Re: Querying a Select Lookup Table

Thanks Sam.
by john.morton
Mon Aug 26, 2013 1:14 pm
Forum: Installation and Setup
Topic: Changing default "start up" monitor
Replies: 1
Views: 787

Re: Changing default "start up" monitor

I know of no settings that can be used to adjust which monitor the Select client will open on. There are, however, third party applications designed to manage multiple monitors, and several of them have the ability to specify opening applications on one monitor versus another. That being said, using...
by john.morton
Mon Aug 26, 2013 1:09 pm
Forum: Installation and Setup
Topic: Is SoftPro Select supported on Windows Server 2012?
Replies: 1
Views: 837

Re: Is SoftPro Select supported on Windows Server 2012?

The current version of Select is not officially supported on Windows Server 2012. Our upcoming release is going to support this operating system.
by john.morton
Mon Aug 26, 2013 11:22 am
Forum: ProForm (Order Tracking)
Topic: Failed to Authenticate the Current User Error
Replies: 3
Views: 2738

Re: Failed to Authenticate the Current User Error

Also, I get the following when trying to go to the server via the browser "HTTP Error 503. The service is unavailable" While we do expose our API via WCF Services, it is not intended to be accessed directly in this fashion. In regards to the authentication error you're getting, let's make...
by john.morton
Mon Aug 26, 2013 11:11 am
Forum: ProForm (Order Tracking)
Topic: List of Order Numbers
Replies: 1
Views: 2532

Re: List of Order Numbers

Unfortunately, with the current API, things haven't really changed in regards to searching. Searching orders through the API is being improved in the upcoming release. When you say "search thru a list of open orders" You don't mean that they're physically open in the application, correct? ...
by john.morton
Wed Jul 10, 2013 9:30 am
Forum: ProForm (Order Tracking)
Topic: Updating a HUD through the API
Replies: 4
Views: 3248

Re: Updating a HUD through the API

Unfortunately, there is currently no clean/direct way to just force a reset of the HUD.
by john.morton
Mon Jul 01, 2013 1:59 pm
Forum: ProForm (Order Tracking)
Topic: "You do not have access to order xxx" when using GetOrder()
Replies: 21
Views: 9182

Re: "You do not have access to order xxx" when using GetOrde

When you log in through the API, it's going to use the accounts "default" profile. So, you might need to have separate accounts available for the API to use based on which profile's orders you want to manipulate.