Search found 40 matches

by ngillet
Fri Apr 08, 2022 9:07 am
Forum: General
Topic: Document History
Replies: 28
Views: 295006

Re: Document History

And how could I debug this package and see logs for that package?
by ngillet
Fri Apr 08, 2022 7:54 am
Forum: General
Topic: Document History
Replies: 28
Views: 295006

Re: Document History

please provide the setup file for Softpro Select Server .Inside selectDb database I will create a table for documents When any document is drag and drop in Attachment tab of SoftPro with in this below function inside if block I can send this these properties data to the table which I will create for...
by ngillet
Thu Apr 07, 2022 10:38 am
Forum: General
Topic: Document History
Replies: 28
Views: 295006

Re: Document History

1)I have installed the SoftPro Select Server but I do not find the missing dlls. 2)In my package I have to made a api call when a document is added to order and send payload data which contain {ordenumber ,documents name} 3)I have write my question in bewteen code also 4)How could I store this docum...
by ngillet
Wed Apr 06, 2022 10:21 am
Forum: General
Topic: Document History
Replies: 28
Views: 295006

Re: Document History

When someone has published the document it goes to Document Histroy tab in SoftPro and is it 100% sure it also goes to Attachment ->folders ????? I want to hit this " https://api.myventuretrac.ml:8443/escrowDataService.asmx/updateDocuments" with payload when document is added how could I a...
by ngillet
Wed Apr 06, 2022 10:11 am
Forum: General
Topic: Issue with SoftPro server
Replies: 7
Views: 9424

Re: Issue with SoftPro server

Select Server variable ss does not get AuthenticationUserID value .
Please suggest some solution if you have or suggest to whom should I connect for this so that my problem will be solved?
by ngillet
Tue Apr 05, 2022 10:53 am
Forum: General
Topic: Document History
Replies: 28
Views: 295006

Re: Document History

I have written below code for package for AttachmentAdded event: protected override void OnInitialize() { // Listen to the environment started event. ISelectServerEnvironment environment = GetService<ISelectServerEnvironment>(); environment.Started += SelectServerEnvironment_Started; } // This metho...
by ngillet
Tue Apr 05, 2022 9:11 am
Forum: General
Topic: Issue with SoftPro server
Replies: 7
Views: 9424

Re: Issue with SoftPro server

I have added your code also but when hit comes to "if (!ss.TryAuthenticate(out reason))" this line as I execute this line hit never comes back and I am not able to get "reason" Note: All code is running fine on local host and on prod site, I am facing this problem when I host the...
by ngillet
Mon Apr 04, 2022 8:55 am
Forum: General
Topic: Document History
Replies: 28
Views: 295006

Re: Document History

Potts has share SDK with us for that I installed vs 2015 and then SoftPro Select Client . So to create a package, SDK is installed,then I select New -> Project from the VS2015 File menu. Under the Visual C# -> SoftPro -> Select node I do not find any "SoftPro Select Server Package". Why I ...
by ngillet
Mon Apr 04, 2022 1:45 am
Forum: General
Topic: Issue with SoftPro server
Replies: 7
Views: 9424

Issue with SoftPro server

In our dev server we are trying to access the docs from SoftPro but when the line "ss.EnsureAuthenticated();" is executed it shows only loading. The line before this line is "SelectServer ss = new SelectServer(URL, creds)" is executed successfully with URL "http://NVES4:8081...
by ngillet
Fri Apr 01, 2022 7:00 am
Forum: General
Topic: Database Mapping and TransactionType of order
Replies: 14
Views: 11110

Re: Database Mapping and TransactionType of order

I am waiting for the solution of marketing reps list. And second we have the serious problem in our dev application we are accessing softpro to show all docs to the user ,but currently we are facing problem as break point come to this line "ss.EnsureAuthenticated();" after this break point...