SoftPro Select commandline arguments?

Discussions concerning general integration topics.

Moderator: Phil Barton

Post Reply
kqian
Posts: 68
Joined: Wed Feb 23, 2011 4:01 pm

SoftPro Select commandline arguments?

Post by kqian »

What cmdline arguments are supported by SoftPro Select?
We want to programmatically open SoftPro Select and have a specific order opened, so we are thinking to use commandline with the order number passed in as an argument. Is it possible? Thanks.
Mark McKenna

Re: SoftPro Select commandline arguments?

Post by Mark McKenna »

Select does support a free argument that may be an order navigation URI:

Code: Select all

Select.exe sp-select:///ordertracking/order?id=12345678-1234-1234-123456789012
The catch is that you need the ID of the Order for this to work, not the number. If this is not acceptable, we might have to come up with something fancier using custom packages and URI registration.
chuckkramer
Posts: 3
Joined: Fri May 20, 2011 1:55 pm

Re: SoftPro Select commandline arguments?

Post by chuckkramer »

This seems to work fine if Select isn't running, but is there a way to make it work if Select is already loaded?
Post Reply