Search found 54 matches

by Phil Barton
Tue Oct 14, 2008 9:41 am
Forum: Business Rules
Topic: Getting Started with HotSpot functionality
Replies: 2
Views: 3917

Re: Getting Started with HotSpot functionality

Providing a non-null source and non-null/non-empty data item name should provide hotspot functionality to the appropriate field for the screen related to the object specified as the source.
by Phil Barton
Tue Oct 14, 2008 9:32 am
Forum: ProForm (Order Tracking)
Topic: API / Order Tracking: Steps to Create An Order From Scratch
Replies: 1
Views: 672

Re: API / Order Tracking: Steps to Create An Order From Scratch

Here is a code snippet for creating an order from scratch: SelectServer server = new SelectServer(null, new Uri(@"<your url"), new NetworkCredential(@"<username>", @"<password>", SoftPro.Select.Client.Constants.SelectDomain)); SoftPro.OrderTracking.Client.OrderTracking ...
by Phil Barton
Fri Oct 03, 2008 3:54 pm
Forum: General
Topic: Order creation via the API
Replies: 8
Views: 1617

Re: Order creation via the API

Let me look into this further based off of the stack trace above and I will post an answer to this forum.
by Phil Barton
Fri Oct 03, 2008 12:54 pm
Forum: General
Topic: Order creation via the API
Replies: 8
Views: 1617

Re: Order creation via the API

If you have the latest service pack, then the answer is as simple as doing an overlay. Overlay does a complete copy of any user-entered data from a source order or template into the destination order. Here is some example code of how to use the overlay functionality: SelectServer server = new Select...