Search found 75 matches

by toddsou
Fri Sep 23, 2022 3:59 pm
Forum: Integration Development
Topic: Web-hosted SDK fails to login using SPS-auth'd user
Replies: 1
Views: 2495

Web-hosted SDK fails to login using SPS-auth'd user

Hi- I've built a web svc which refs the SDK libs. Upon trying to call the typical TryAuthenticate(...) method, it fails, but only if I login with a user defined via SPS-authentication scheme. Logging in via a user with a Windows/domain-authentication scheme works fine. Here is some information captu...
by toddsou
Tue Sep 06, 2022 2:21 pm
Forum: Automation Code Snippets
Topic: import reusable function from another snippet/python?
Replies: 1
Views: 605

import reusable function from another snippet/python?

Hi- I have several snippets where they all do a similar thing, and so it occurred to me that I should refactor the code such that the reusable part can be called by all of them where they would simply pass a parameter for each caller to achieve its desired affect on the Order. A's snippet: Call R.Do...
by toddsou
Fri Sep 02, 2022 9:46 am
Forum: Automation Code Snippets
Topic: How to migrate Automation Snippets from one SPS instance to another ?
Replies: 1
Views: 568

How to migrate Automation Snippets from one SPS instance to another ?

Hi- I have a set of Automation code snippets in a DEV instance of SPS. And now I'm seeking an efficient way to get them copied over to a QA/UAT instance. Is there some sort of script/SDK/T-SQL way of migrating them over in bulk fashion ? Using the Admin UI to add them one at a time would be cumberso...
by toddsou
Thu Aug 25, 2022 11:13 am
Forum: Automation Code Snippets
Topic: Dev-friendly way for Automation Rule snippet development?
Replies: 1
Views: 830

Dev-friendly way for Automation Rule snippet development?

Hi- I'm looking to do some Iron Python development to create some code snippets to be used by Automation Processes. While the SDK provides lots of good info about Custom Order Rules development, including how to launch the Shift-F12 editor, and set breakpoints, etc, I did not see similar guidance fo...
by toddsou
Tue Jul 26, 2022 2:46 pm
Forum: Automation Code Snippets
Topic: How to know when ALL the Automation Rules have finished ?
Replies: 16
Views: 14676

How to know when ALL the Automation Rules have finished ?

Hi- If I have authored and enabled a bunch of Automation Rules, I'd like to programmatically know when the entire set has finished running. As you probably know, they run in random order, so it's not like I can simply add some sort of event notification to the last one and wait to receive that event...
by toddsou
Wed Jun 01, 2022 9:43 am
Forum: Shell (User Interface)
Topic: How to bind keyboard shortcut to ribbon command ?
Replies: 4
Views: 3139

Re: How to bind keyboard shortcut to ribbon command ?

Can my ribbon add shortcut keys to native SPS features via its .ctd file ? E.g., can I bind a keyboard shortcut to launch the Checklist Tasks screen ? or perhaps a shortcut to launch the Attachments window? ....or, even better, is there an existing config/.ctd file that I can edit to add this behavi...
by toddsou
Wed May 25, 2022 2:43 pm
Forum: Shell (User Interface)
Topic: How to bind keyboard shortcut to ribbon command ?
Replies: 4
Views: 3139

Re: How to bind keyboard shortcut to ribbon command ?

Hi,
I'm looking to define a new shortcut....and avoid collisions with other existing shortcuts.

Is there a way to query or examine all known shortcuts within a given instance of the Select client ?

Regards,
Todd
by toddsou
Fri May 13, 2022 2:38 pm
Forum: Installation and Setup
Topic: No Start Page option ?
Replies: 1
Views: 2643

No Start Page option ?

Hi, I'd like the SPS client to launch such that the typical Start Page/browser MDI window is never opened. Is that an option? registry setting? user.config setting? select.exe.config option? cmdline flag ? I understand I can always launch it again from the application button's menu, if needed. But I...
by toddsou
Fri Mar 25, 2022 9:12 am
Forum: Installation and Setup
Topic: WinAuth vs SpsAuth
Replies: 1
Views: 2013

WinAuth vs SpsAuth

Hi- I have a user which ONLY uses SpsAuth to login to SPS. However, upon launching the SPS client, the app first prompts them to provide their WinAuth credentials. They must cancel out of this, and THEN do they get prompted to enter their Sps credentials and they can then enter the application. Is t...