Resolve Complex Context

Discussions related to custom development with Select.
Post Reply
kwesterlage
Posts: 73
Joined: Thu May 21, 2015 2:28 pm

Resolve Complex Context

Post by kwesterlage »

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.Transaction[{{.TransactionTypeDescription}}="Receipt" or {{.TransactionTypeDescription}}="Incoming Wire"]}}

How do we access the official context resolver currently being used to render documents in SoftPro?
John Morris
Posts: 411
Joined: Thu Sep 11, 2008 11:35 am
Location: Raleigh, NC, USA
Contact:

Re: Resolve Complex Context

Post by John Morris »

It is not currently a part of the public API. We will log a suggestion to mark it as public.
John Morris
Sr. Software Architect
SoftPro
kwesterlage
Posts: 73
Joined: Thu May 21, 2015 2:28 pm

Re: Resolve Complex Context

Post by kwesterlage »

Will this be available with the 4.5 release?
Post Reply