Search found 75 matches

by enendza
Fri Jan 10, 2020 2:21 pm
Forum: Integration Development
Topic: Applying a Template via Integration errors
Replies: 6
Views: 2453

Applying a Template via Integration errors

Hi - When applying a template to an order via an Integration, when I ApplyChanges() to the order I get the message "The order has unresolved errors. Any outstanding errors must be resolved" When I run the same example in SoftPro UI I see these errors - see attachment - How do I force a sav...
by enendza
Thu Jan 09, 2020 6:50 am
Forum: Standard/Enterprise Development
Topic: Get UserInfo using windows network login
Replies: 2
Views: 3714

Re: Get UserInfo using windows network login

Thanks, I have re-posted this item in the other forum
by enendza
Wed Jan 08, 2020 5:31 pm
Forum: Integration Development
Topic: GetUser API
Replies: 2
Views: 1799

GetUser API

Hi - I have a process that needs to get information about a SoftPro user. I have their networkLogin (i.e. DOMAIN\UserName) - I wrote this code but the user object is always returned as NULL. Any advice? ISecurityManager sm = selectServer.GetService<ISecurityManager>(); //Get your current user ISecur...
by enendza
Wed Jan 08, 2020 1:23 pm
Forum: Standard/Enterprise Development
Topic: Get UserInfo using windows network login
Replies: 2
Views: 3714

Get UserInfo using windows network login

Hi - I have a process that needs to get information about a SoftPro user. I have their networkLogin (i.e. DOMAIN\UserName) - I wrote this code but the user object is always returned as NULL. Any advice? ISecurityManager sm = selectServer.GetService<ISecurityManager>(); //Get your current user ISecur...
by enendza
Sat Jan 04, 2020 8:25 am
Forum: Installation and Setup
Topic: Installing SoftPro SDK
Replies: 6
Views: 5618

Re: Installing SoftPro SDK

Not much - Product: SoftPro Select SDK -- Error 1722. There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action vim45D667B8C15AA79AF713334079F0A273, location: C:\Program Files (x86)\...
by enendza
Fri Jan 03, 2020 5:42 pm
Forum: Installation and Setup
Topic: Installing SoftPro SDK
Replies: 6
Views: 5618

Installing SoftPro SDK

Hi- My machine is Windows 10 Pro OS I have installed: Visual Studio 2015 (already had 2019 but 2015 was a requirement for the SoftPro install) SoftPro Client Rebooted SoftPro SDK .. I get this error (see attached print screen) "There is a problem with the Windows Installer package. A program ru...
by enendza
Fri Dec 13, 2019 9:23 am
Forum: Integration Development
Topic: Where are the Attachment file stored
Replies: 10
Views: 9087

Re: Where are the Attachment file stored

Follow up question -

is there a way that I can find out who has the record / order locked?

This would allow the background process to send an email message to let the user know that the automated process is trying to add a file please exit the order

thanks in advance

Emma
by enendza
Thu Dec 12, 2019 1:51 pm
Forum: Integration Development
Topic: Where are the Attachment file stored
Replies: 10
Views: 9087

Re: Where are the Attachment file stored

thanks so much for the response.
by enendza
Thu Dec 12, 2019 12:20 pm
Forum: Integration Development
Topic: Where are the Attachment file stored
Replies: 10
Views: 9087

Re: Where are the Attachment file stored

Thanks so much for the reply. I have this challenge: We have a background process that uploads attachments to SoftPro using the API Most of the time is works fine However, if the file is open by another user we can't access the order and get the error "File cannot be opened" because it is ...
by enendza
Thu Dec 12, 2019 6:32 am
Forum: Integration Development
Topic: Where are the Attachment file stored
Replies: 10
Views: 9087

Where are the Attachment file stored

Morning - Couple of questions about the attachments associated with an order. Where are the attachments stored? I see this \\{filename}\attachments\SignedDocuments\{filename}, how to I access this from file explorer to view the files outside of SoftPro> Is the URI recorded in the database associated...