Search found 92 matches

by PeterKelly
Wed Jan 03, 2018 6:13 pm
Forum: Integration Development
Topic: Overlay Order fails in the UI when order created via API
Replies: 1
Views: 837

Overlay Order fails in the UI when order created via API

If I create order 123 via the API and then go into the UI and Overlay order 456 onto 123 I get the following error: Error: Value does not fall within the expected range. Stack Trace: at SoftPro.OrderTracking.Client.Orders.OrderBase`1.AddTemplateHistoryItem(String orderName, OverlayAction action) at ...
by PeterKelly
Wed Jan 03, 2018 3:32 pm
Forum: Integration Development
Topic: Overlay Order example.
Replies: 4
Views: 967

Re: Overlay Order example.

I asked John Morris a while back whether it was possible via the API and he said to use IOrderStore::ApplyTemplate and OverlayOrder methods.

I was just trying to get details on how to do it.

Thanks,
Peter
by PeterKelly
Wed Dec 27, 2017 6:27 pm
Forum: Integration Development
Topic: Overlay Order example.
Replies: 4
Views: 967

Overlay Order example.

I searched the forum for overlay order but did not find what I needed. If somebody can provide some example code or point me in the right direction that would be great. I need to do the following: Overlay Options: Requirements & Exceptions: The requirements and exceptions from the Commitment nod...
by PeterKelly
Wed Jul 05, 2017 7:39 pm
Forum: Integration Development
Topic: How to reference CSS sections in a commercial order.
Replies: 3
Views: 864

How to reference CSS sections in a commercial order.

In a CDF order I can reference the various sections under CDFs in the following way... dynamic order = ... order.CDFs[0]. ServiceShoppedForSection .Lines[1].Contact = ... order.CDFs[0]. TaxesAndGovernmentFeesSection .Lines[1].Charges[0].BuyerPaidAtClosing = ... order.CDFs[0]. PrepaidSection .Lines[0...
by PeterKelly
Fri Aug 26, 2016 12:28 pm
Forum: Integration Development
Topic: 4.1 API example for docs/reports
Replies: 13
Views: 2692

Re: 4.1 API example for docs/reports

Bob, I can generate doc DOC_SPESC_CDF2015_CDF_Pages_1_5 without any RenderPrompts code and it works fine. This is the doc in the example you gave. IOrder iorder ... IRendererFactory renderFactory = ss.GetService<IRendererFactory>(); IRenderer renderer = renderFactory.Create(); IRendering rendering =...
by PeterKelly
Mon Aug 01, 2016 6:41 pm
Forum: Integration Development
Topic: 4.1 API example for docs/reports
Replies: 13
Views: 2692

Re: 4.1 API example for docs/reports

Thanks! I will test that in a couple days when our test environment is available.
by PeterKelly
Fri Jul 22, 2016 9:02 am
Forum: Integration Development
Topic: 4.1 API example for docs/reports
Replies: 13
Views: 2692

Re: 4.1 API example for docs/reports

Bob, I'm trying to generate 4.1.3 Disclosure docs in our WA loadtest environment but get a "Missing parameter values" exception. What does this exception mean? If I manually create the doc in the UI I am not required to enter any options, I just press OK. Similarly named docs in our IL env...
by PeterKelly
Thu May 05, 2016 3:31 pm
Forum: Integration Development
Topic: 4.1 API example for docs/reports
Replies: 13
Views: 2692

Re: 4.1 API example for docs/reports

Bob,

Thanks for the 2 examples!

What happens if you don't handle prompts? Is it equivalent to just clicking OK on the options screen?

I tried that with one of the docs and did not get any errors.

Thanks,
Peter
by PeterKelly
Wed May 04, 2016 3:39 pm
Forum: Integration Development
Topic: 4.1 API example for docs/reports
Replies: 13
Views: 2692

Re: 4.1 API example for docs/reports

Bob,

We have a 4.1 loadtest scheduled for next week.

When do you think you will have time to create an example?

Thanks,
Peter
by PeterKelly
Wed May 04, 2016 2:04 pm
Forum: Integration Development
Topic: 4.1 API example for docs/reports
Replies: 13
Views: 2692

4.1 API example for docs/reports

Can somebody please provide an example of how to generate a doc(which is really a report) in 4.1 For 4.0 we ran load tests on docs like Order Notes which were really reports that were generated by Crystal on the app server. We accomplished this with an unofficial DLL RenderDoc.dll and we now need to...