Search found 122 matches

by joe.mag
Thu Mar 18, 2021 11:40 am
Forum: General
Topic: Check posting when check amount differs from pending receipt amount
Replies: 13
Views: 3392

Re: Check posting when check amount differs from pending receipt amount

There seem to be two main recommendations -- make sure permissions match attempted operations and make sure the splits add up and make sense. I revisited the code and re-applied your logic of trying things in the UI first and then mimicking in the code in terms of sequencing. Permissions: I tried my...
by joe.mag
Tue Mar 09, 2021 1:06 pm
Forum: General
Topic: Check posting when check amount differs from pending receipt amount
Replies: 13
Views: 3392

Re: Check posting when check amount differs from pending receipt amount

BTW, I am operating as the default admin for these operations in SoftPro Select. See attached for screen shot of exception Text versions: Exception of type 'System.Security.SecurityException' was thrown. stack trace: at SoftPro.ClientModel.DomainObject.ThrowIfCannotWrite(String propertyName) at Soft...
by joe.mag
Mon Mar 08, 2021 8:39 pm
Forum: General
Topic: Check posting when check amount differs from pending receipt amount
Replies: 13
Views: 3392

Re: Check posting when check amount differs from pending receipt amount

Our code is written to allow repeated execution so there's a check to avoid duplicate posting. Otherwise, it's been stripped down to provide the simplest possible sample code. If I populate the constants appropriately, I can post successfully (if check amount is exactly same as pending receipt amoun...
by joe.mag
Fri Mar 05, 2021 11:37 am
Forum: General
Topic: Check posting when check amount differs from pending receipt amount
Replies: 13
Views: 3392

Check posting when check amount differs from pending receipt amount

We are running SoftPro Select 4.2.41028.10 (but will be upgrading soon). I have used the excellent sample code on this forum to get myself to the point where I can mark a receipt in the register as posted provided the check amount exactly matches the receipting amount. I'm hitting a snag when there'...
by joe.mag
Wed Jan 06, 2021 2:41 pm
Forum: Shell (User Interface)
Topic: Posting Checks to an Invoice
Replies: 2
Views: 626

Re: Posting Checks to an Invoice

Bob,

As always, you've provided excellent customer service. A code example, even! Thanks!

That worked like a charm.

Joe
by joe.mag
Wed Jan 06, 2021 9:34 am
Forum: Shell (User Interface)
Topic: Posting Checks to an Invoice
Replies: 2
Views: 626

Posting Checks to an Invoice

I am on version 4.2.41028.10 (preparing to upgrade in a few months). I have been tasked with posting check payments to the invoice of an order via the API. I can fetch the invoice by simply calling order.Invoices[0] where order is a dynamic reference to the open order (we apparently never use more t...
by joe.mag
Mon Nov 23, 2020 3:46 pm
Forum: ProForm (Order Tracking)
Topic: Submit order to WorkFlow
Replies: 2
Views: 2461

Submit order to WorkFlow

I am developing for SoftPro Select 4.2.41028 but have also checked the 4.3 SDK in case it had additional information. My understanding of Workflow and Workflow terminology may be impeding my progress so please bear that in mind! I am trying to programmatically create a task on an order that is not c...
by joe.mag
Wed Sep 30, 2020 12:57 pm
Forum: Installation and Setup
Topic: Security Errors when TLS 1.0 is disabled
Replies: 3
Views: 2872

Re: Security Errors when TLS 1.0 is disabled

Thanks for the feedback and recommendation.
by joe.mag
Tue Sep 29, 2020 8:19 am
Forum: Installation and Setup
Topic: Security Errors when TLS 1.0 is disabled
Replies: 3
Views: 2872

Re: Security Errors when TLS 1.0 is disabled

My bad, forgot to include our version of Select: 4.2.41028.10

We can't upgrade due to issues w/ 4.3
by joe.mag
Tue Sep 22, 2020 9:17 am
Forum: Installation and Setup
Topic: Security Errors when TLS 1.0 is disabled
Replies: 3
Views: 2872

Security Errors when TLS 1.0 is disabled

For security reasons we've been instructed by our infosec group to turn off TLS 1.0 on our SoftPro server. When I do so (i.e. set registry key HKLM\System\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0\Server DWORD w/ name Enabled and value of 0x0), I start getting security e...