Search found 53 matches

by mlevi
Wed Aug 15, 2018 3:10 pm
Forum: Integration Development
Topic: Attachment Sizes
Replies: 3
Views: 1981

Attachment Sizes

I had a few question with regards to attachments. 1) Does SoftPro shrink attachment files after they are uploaded, if they are very large. If yes, do they always shrink the files or only if they are larger then a specific size amount. 2) Is there a recommended file size limit for uploading attachmen...
by mlevi
Tue Dec 05, 2017 11:32 am
Forum: Installation and Setup
Topic: Downgrade Select Server
Replies: 1
Views: 1209

Downgrade Select Server

I would like to downgrade our development environment from .27 to the current version of the production environment, .18. Does SoftPro support a way to downgrade easily? When I try to install I am getting errors that the Databases are of a newer version and I would like to not have to detach SelectDb.
by mlevi
Thu Nov 30, 2017 12:31 pm
Forum: Integration Development
Topic: Editing Ledger Transfer In Transaction
Replies: 2
Views: 1865

Re: Editing Ledger Transfer In Transaction

ITrustAccount ta = _accountingRepo.AccountsManager.GetTrustAccount(t.Ledger.TrustAccount.ID); if (ta != null) { IProfileManager profileManager = ServiceProvider.GlobalProvider.GetService<IProfileManager>(); if (!ta.Profiles.Any(p => p.ID == profileManager.ActiveProfile.ID)) { IProfileInfo profileFor...
by mlevi
Mon Nov 27, 2017 2:28 pm
Forum: Integration Development
Topic: Editing Ledger Transfer In Transaction
Replies: 2
Views: 1865

Editing Ledger Transfer In Transaction

When I try to edit a ledger transfer in transaction, I am getting an Error: Transaction cannot be edited because ledger RANY-10349 has either been manually locked or auto-locked due to dormancy. Before saving the edited transaction, I unlock both the incoming ledger and outgoing ledger of the transa...
by mlevi
Tue Nov 14, 2017 3:22 pm
Forum: Integration Development
Topic: Running exe to add custom buttons to the ribbon
Replies: 4
Views: 969

Re: Running exe to add custom buttons to the ribbon

Hi Bob, We found the underlying issue and its as you say that the CTO file was missing. The reason is due to us deploying using a build server as part of our CI pipeline. We don't have the Select SDK installed on that server being that build servers are usually pretty small and installing the SDK wo...
by mlevi
Mon Oct 23, 2017 2:15 pm
Forum: Integration Development
Topic: Running exe to add custom buttons to the ribbon
Replies: 4
Views: 969

Running exe to add custom buttons to the ribbon

When running the following command after we register our custom package. "C:\Program Files (x86)\SoftPro\Select\Select.exe" \Setup \log We get the following errors: Windows Logs: Level Date and Time Source Event ID Task Category Error 10/20/2017 12:35:53 PM SoftPro Select 0 None "The ...
by mlevi
Wed Sep 13, 2017 6:58 am
Forum: Crystal Report Development
Topic: Generating documents outside the Select environment
Replies: 3
Views: 2753

Re: Generating documents outside the Select environment

Hi, I see this question was posted a while ago. Was this feature ever released? If so would you be able to provide me an example of how we can implement it. WE are looking to specifically know if there is a supported way to render one of our SoftPro reports (which is a crystal report) via the API. T...
by mlevi
Wed Sep 13, 2017 6:57 am
Forum: ReadyDoc Development
Topic: Rendering a Ready Doc via the API
Replies: 1
Views: 1266

Rendering a Ready Doc via the API

We would like to know if there is a supported way to render one of our SoftPro reports (which is a crystal report) via the API. This would include sending it the parameters the report uses, and saving it to the file system as PDF version. Rendering it via the current Reports UI where the user inputs...
by mlevi
Mon May 15, 2017 1:33 pm
Forum: Integration Development
Topic: Register/Transaction integration questions
Replies: 1
Views: 682

Re: Register/Transaction integration questions

Any answers to any of the questions posted????