Search found 122 matches

by joe.mag
Thu Oct 05, 2017 8:08 am
Forum: Shell (User Interface)
Topic: Wish List / Feature Request: Order Open Event
Replies: 2
Views: 1001

Wish List / Feature Request: Order Open Event

Dear Developers: While SoftPro exposes the Order Saving and Order Saved events, to my knowledge there is no Order Opened event that custom package developers can handle. There are several scenarios where business requirements necessitate me intervening at the moment the user opens an order but witho...
by joe.mag
Thu Aug 31, 2017 8:46 am
Forum: Integration Development
Topic: Attachment equivalent to print pipeline?
Replies: 4
Views: 1498

Re: Attachment equivalent to print pipeline?

Thanks for the prompt response. We have the situation where Select's retention of all data for historical purposes is colliding with the reality that contacts' contact information changes. We've had multiple cases where an attorney's email address has changed but Select doesn't refresh from the atto...
by joe.mag
Wed Aug 30, 2017 4:14 pm
Forum: Integration Development
Topic: Attachment equivalent to print pipeline?
Replies: 4
Views: 1498

Attachment equivalent to print pipeline?

If a user is emailing a document that is generated by Select the event model provides the print pipeline so developers can intercept events in the document generation process. I don't see where anything equivalent is provided when the user is emailing out a document from the attachments collection. ...
by joe.mag
Thu Aug 11, 2016 7:48 am
Forum: ReadyDoc Development
Topic: Mishandling of the degree symbol in legal descriptions
Replies: 2
Views: 1390

Mishandling of the degree symbol in legal descriptions

Context: Select 4.0 version 4.0.30302.1069 We have observed a problem when generating documents that contain the field Order.Properties.CommitmentLegal.Description (i.e. Legal Description page, first rich text box). If we embed the degree symbol in the field, which is somewhat common when entering l...
by joe.mag
Thu Jul 28, 2016 3:37 pm
Forum: Shell (User Interface)
Topic: Misleading error message from spregpkg.exe "access denied"
Replies: 1
Views: 835

Misleading error message from spregpkg.exe "access denied"

I was just now registering my custom package on a new development system where I'd recently installed the full SoftPro Select 4.X stack. The output from the command C:\Program Files (x86)\SoftPro\Select>"C:\Program Files (x86)\SoftPro\Select SDK\Tools\spregpkg.exe" /m:register /p:<my packa...
by joe.mag
Thu Jun 23, 2016 4:15 pm
Forum: Installation and Setup
Topic: The Attachment Archive Feature in Select 4.0
Replies: 2
Views: 1291

Re: The Attachment Archive Feature in Select 4.0

Thanks for your help.
by joe.mag
Thu Jun 23, 2016 1:55 pm
Forum: Installation and Setup
Topic: The Attachment Archive Feature in Select 4.0
Replies: 2
Views: 1291

The Attachment Archive Feature in Select 4.0

As we all know Select 4.0 uses the Blob database to store all attachments unless you set up an archive which then, based on a user-specified number of days, transfers files that have not been recently accessed to a directory tree on the local disk. That's about as far as the documentation goes. I ha...
by joe.mag
Sat Feb 13, 2016 9:16 pm
Forum: Shell (User Interface)
Topic: How to work with SoftPro.Select.Client.Runtime namespace
Replies: 2
Views: 820

Re: How to work with SoftPro.Select.Client.Runtime namespace

Thanks, Bob. I'll have to see what I was doing wrong!
by joe.mag
Wed Feb 03, 2016 10:11 am
Forum: Shell (User Interface)
Topic: How to work with SoftPro.Select.Client.Runtime namespace
Replies: 2
Views: 820

How to work with SoftPro.Select.Client.Runtime namespace

I want to get the ILicensing interface so I can keep track of who has what licenses in our system programmatically. I can't seem to find any documentation on how to go about getting a collection of ILicenseLease objects to achieve this goal. I've tried every method I have in my existing shell packag...
by joe.mag
Fri Dec 18, 2015 5:31 pm
Forum: Integration Development
Topic: Extracting an attachment regardless of storage mechanism
Replies: 8
Views: 1168

Re: Extracting an attachment regardless of storage mechanism

Since it appears we're going to have to rename our attachments to avoid breaking the API call, I am looking at programmatically stripping illegal characters from the names of existing attachments. Am I correct in thinking that I would do this as follows? BTW, this seems to work. // os is a live IOrd...