Search found 75 matches

by toddsou
Wed Jan 24, 2018 10:39 am
Forum: General
Topic: Can I provide my own Lookup table implementation for lookup "XYZ" ?
Replies: 1
Views: 721

Can I provide my own Lookup table implementation for lookup "XYZ" ?

Hi- Is it possible to extend Select such that I can provide a custom implementation for one or more interfaces that would allow Select to call my implementation for certain Lookup tables? I was looking at this post ( http://devforum.softprocorp.com/viewtopic.php?f=17&t=63 ) which described anoth...
by toddsou
Mon Jan 22, 2018 3:23 pm
Forum: Installation and Setup
Topic: Registration steps for shell package that has no UI
Replies: 1
Views: 1480

Registration steps for shell package that has no UI

Hello- We have a SP Select shell package which has no UI features/menus/commands, and just responds to certain Order events. When I register the shell package on a user's machine, I am following the typical 2-step pattern of: spregpkg.exe /m:register /p:MyNoUIShellPackage.dll select.exe /setup Howev...
by toddsou
Fri Jun 02, 2017 8:45 am
Forum: General
Topic: Get error "Unable to load one or more of the requested types." when building Select Console App
Replies: 4
Views: 1199

Re: Get error "Unable to load one or more of the requested types." when building Select Console App

Thanks, Bob. My issue was two-fold: That is, the ex.InnerException.InnerException.InnerException.LoaderExceptions array had two entries- Microsoft.ApplicationInsights, version 2.1.0.0 IronPython, version 2.7.0.40 I assume the SDK provides neither, so I'll pull the matching versions down from a publi...
by toddsou
Thu Jan 05, 2017 4:07 pm
Forum: Integration Development
Topic: How do I audit an Overlay Order action?
Replies: 3
Views: 796

Re: How do I audit an Overlay Order action?

...and how to do that via the API ?

Thanks.

-Todd
by toddsou
Wed Oct 05, 2016 1:31 pm
Forum: Integration Development
Topic: How do I audit an Overlay Order action?
Replies: 3
Views: 796

How do I audit an Overlay Order action?

Hi- In the Select UI, the user already has an Order open, and they can choose to overlay that open order with another one. What options do I have to audit that action? Basically, I'd like to record something like "User xyz overlaid order number abc with order number def." I know the order ...