Search found 33 matches

by dutil
Wed Dec 29, 2021 11:46 am
Forum: Integration Development
Topic: Filtering Transaction on Disbursement Ledger
Replies: 4
Views: 1320

Re: Filtering Transaction on Disbursement Ledger

There may be a misunderstanding, we are not trying to change the way the ProTrust work in Select, they are working they way we want. We want to recreate the same filter that it does but in a custom application. Currently we are looping through the transactions and filtering on the following: transac...
by dutil
Fri Dec 10, 2021 10:32 am
Forum: Integration Development
Topic: Filtering Transaction on Disbursement Ledger
Replies: 4
Views: 1320

Filtering Transaction on Disbursement Ledger

We are trying to recreate some of the functionality that exists on the ProTrust Ledger screen (for non-order related ledgers). The issue we are running into is we want to ONLY display transactions that have been posted but NOT disbursed yet. How do we filter out transactions that have already been d...
by dutil
Wed Nov 17, 2021 2:36 pm
Forum: Integration Development
Topic: InvalidOperationException
Replies: 5
Views: 1732

Re: InvalidOperationException

On an order where it's happening, we just got the error message through the Select UI. Screenshot attached.
by dutil
Wed Nov 17, 2021 2:14 pm
Forum: Integration Development
Topic: InvalidOperationException
Replies: 5
Views: 1732

Re: InvalidOperationException

The code this is from is a bit on the long side. Most of the time it works without issue and when the exceptions are thrown, the code executes just fine (our logging shows it makes it through everything). It's just on the order save and order open that we run into issues.
by dutil
Wed Nov 17, 2021 1:54 pm
Forum: Integration Development
Topic: InvalidOperationException
Replies: 5
Views: 1732

Re: InvalidOperationException

The "Operation is not valid due to the current state of the object." occurs when we call ApplyChanges on an order. _orderStore.ApplyChanges(order); The "Failed to add item." occurs when we try to open an order. Usually, this one occurs after the aforementioned one. var order = _o...
by dutil
Wed Nov 17, 2021 12:07 pm
Forum: Integration Development
Topic: InvalidOperationException
Replies: 5
Views: 1732

InvalidOperationException

Hello, We are occasionally getting two exceptions when trying to add notes to an order through some of our custom code. We are unable to reproduce it reliably and, as a result, have been unable to find the root cause. We were hoping someone could shed some light on what causes the following exceptio...
by dutil
Mon Oct 25, 2021 2:05 pm
Forum: General
Topic: Populating Custom Field Programmatically
Replies: 1
Views: 3112

Populating Custom Field Programmatically

Hello,

We have a custom field dropdown that we would like to populate from a source other than the look-up table.

Any guidance here would be appreciated.
by dutil
Wed Sep 29, 2021 10:30 am
Forum: Shell (User Interface)
Topic: Locking an order
Replies: 7
Views: 4092

Re: Locking an order

Hello?
by dutil
Fri Sep 24, 2021 9:45 am
Forum: Shell (User Interface)
Topic: Locking an order
Replies: 7
Views: 4092

Re: Locking an order

Any updates on this?
by dutil
Thu Sep 23, 2021 10:17 am
Forum: Shell (User Interface)
Topic: Locking an order
Replies: 7
Views: 4092

Re: Locking an order

Negative. This is a plug-in we're writing to handle a specific subset of existing orders. It's being written in C# using the 4.6.11 SoftPro nuget packages.