Search found 75 matches

by enendza
Wed Jan 22, 2020 12:53 pm
Forum: Integration Development
Topic: Testing version 4.6.5
Replies: 35
Views: 78665

Re: Testing version 4.6.5

Bob - The error message says this: "ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information." Can you please let me know how to get the LoaderExceptions property so that we can see what is the true problem?...
by enendza
Tue Jan 21, 2020 11:16 am
Forum: Integration Development
Topic: Testing version 4.6.5
Replies: 35
Views: 78665

Re: Testing version 4.6.5

Sorry still having the same problem. Tried with the recommended version 2.7.3 and the latest version 2.7.9 of IronPython and still got the same error. Please see attached picture
by enendza
Tue Jan 21, 2020 10:54 am
Forum: Integration Development
Topic: Testing version 4.6.5
Replies: 35
Views: 78665

Re: Testing version 4.6.5

Thanks - I will give this a try ..
by enendza
Fri Jan 17, 2020 11:03 am
Forum: Integration Development
Topic: Testing version 4.6.5
Replies: 35
Views: 78665

Testing version 4.6.5

Hi - We are testing the 4.6.5 version of SoftPro with our existing integrations and we are getting this error when attempting to run. We were at .NET framework 4.6.0 and upgrade to .NET framework 4.6.1 but still get this error When executing this line: IOrderStore os = ss.GetService<IOrderStore>(); ...
by enendza
Tue Jan 14, 2020 7:28 am
Forum: General
Topic: How to Write to IOrderItem Properties
Replies: 6
Views: 3204

Re: How to Write to IOrderItem Properties

Thanks I will give it a try.
by enendza
Fri Jan 10, 2020 5:45 pm
Forum: General
Topic: How to Write to IOrderItem Properties
Replies: 6
Views: 3204

Re: How to Write to IOrderItem Properties

Thanks - I was looking at the object model for CDFs and found this object structure - see attached - seems like these are the collection of objects that I need to set Payee one based on business rules that I have. So, I can do a LINQ expression to get the items that I need but now I am stuck trying ...
by enendza
Fri Jan 10, 2020 5:01 pm
Forum: Integration Development
Topic: Applying a Template via Integration errors
Replies: 6
Views: 2453

Re: Applying a Template via Integration errors

I saw your response to a similar question and it referred the user to a document - specifically it said this .. "Best Practices for accessing IOrderItem properties. Didn't know if you would be interested: How to Read from IOrderItem Properties and How to Write to IOrderItem Properties." So...
by enendza
Fri Jan 10, 2020 4:43 pm
Forum: Integration Development
Topic: Applying a Template via Integration errors
Replies: 6
Views: 2453

Re: Applying a Template via Integration errors

OK here is what I have in the code to Apply The Template to the new order that we are creating in our unattended process. using (IOrder template = os.OpenOrder(info, OrderEditMode.ReadOnly)) { iOrder.ApplyTemplate(template); } Should I edit the template before I apply it to the order? How do I get t...
by enendza
Fri Jan 10, 2020 3:10 pm
Forum: Integration Development
Topic: Applying a Template via Integration errors
Replies: 6
Views: 2453

Re: Applying a Template via Integration errors

OK - I can do that .. with your help :-) How do I open a template?

Are templates custom to our configuration? I am looking for a way to set the values and any support is helpful. Is there some sample code that I can review.

Thanks in advance.
Emma
by enendza
Fri Jan 10, 2020 3:07 pm
Forum: Integration Development
Topic: GetUser API
Replies: 2
Views: 1799

Re: GetUser API

Many thanks :-) Each time I continue to learn about SoftPro and the features and how to use them. Thanks agao