Search found 73 matches

by kwesterlage
Wed Mar 06, 2019 11:56 am
Forum: Integration Development
Topic: Resolve Complex Context
Replies: 2
Views: 980

Re: Resolve Complex Context

Will this be available with the 4.5 release?
by kwesterlage
Mon Mar 04, 2019 6:43 pm
Forum: Integration Development
Topic: Custom Field Dropdown Values
Replies: 1
Views: 915

Custom Field Dropdown Values

Hello,

We have a drop-down custom field and would like to access the available values programatically.
Any guidance?
by kwesterlage
Wed Dec 26, 2018 2:51 pm
Forum: Integration Development
Topic: Expected Lifetime of IRendering
Replies: 2
Views: 853

Re: Expected Lifetime of IRendering

The side-effects we're seeing are memory leaks. We already call dispose on the IRendering when we're finished with it, but we still regularly run out of memory. Any thoughts?
by kwesterlage
Thu Dec 13, 2018 2:51 pm
Forum: Integration Development
Topic: Expected Lifetime of IRendering
Replies: 2
Views: 853

Expected Lifetime of IRendering

Hello, We are rendering several documents using the IRendererFactory serveral places in our code (some are use to create order attachments, others are sent through the print-pipeline, etc.) What is best practice when disposing of the IRendering objects so it does not cause side-effects within Select?
by kwesterlage
Wed Sep 26, 2018 5:46 pm
Forum: Integration Development
Topic: Resolve Complex Context
Replies: 2
Views: 980

Resolve Complex Context

We're rending our documents using the API, and up to this point we have been using a home-brew context resolver to pull items from the order. It can handle simple contexts like {{Order.Title.Commitment}}, but we need one capable of parsing the complex, expression-based ones such as: {{Ledger.Transac...
by kwesterlage
Thu Apr 26, 2018 2:33 pm
Forum: Integration Development
Topic: Collection action '{0}' not supported.
Replies: 5
Views: 1595

Re: Collection action '{0}' not supported.

Trying to add more "Corporate officers/signees" to an organization.
The organization is a "Trust" type.
by kwesterlage
Thu Apr 26, 2018 10:56 am
Forum: Integration Development
Topic: Collection action '{0}' not supported.
Replies: 5
Views: 1595

Re: Collection action '{0}' not supported.

You are correct in that the .First() operator would make things more clear (since this code will not be hit if the buyer doesn't exist) and we also have error-handling code in place to catch any of these errors, thank you for the input though. I apologize for not actually including the error in the ...
by kwesterlage
Wed Apr 25, 2018 6:17 pm
Forum: Integration Development
Topic: Collection action '{0}' not supported.
Replies: 5
Views: 1595

Collection action '{0}' not supported.

I'm trying to attach a person to the Buyer contact when the type is Trust account, but I receive the following error when it attempts to add the new person. Anyone have an idea why? Here's the code: dynamic person = _order.CreateNew("Person"); var buyer1 = _order.GetCollection("Buyers...
by kwesterlage
Thu Nov 09, 2017 7:03 pm
Forum: Integration Development
Topic: Checking User Permissions
Replies: 1
Views: 752

Checking User Permissions

Can we have some code to demonstrate the correct way to check user permissions? (Access and Rights)
We would like to enable a button only if the user has access to the Add/Edit functionality for Incoming wires.
by kwesterlage
Thu Oct 19, 2017 8:06 pm
Forum: General
Topic: Posting a Receipt from the API
Replies: 1
Views: 931

Posting a Receipt from the API

We are currently working to automate the posting of certain receipts in SoftPro. It would really help us if we could see some code demonstrating: 1.) how to set the Payor/Payee of a transaction 2.) how to split a transaction amount between unapplied, earnest money, and a specific line 3.) how to pro...