Search found 14 matches

by merak.marey
Wed May 12, 2021 2:51 pm
Forum: Integration Development
Topic: Correct way to set a charge contact using the sdk in c#
Replies: 1
Views: 637

Correct way to set a charge contact using the sdk in c#

Hi Bob

I have a quick question..

What is the correct way to set a charge contact using the sdk in c#?

Can you add a sample code?

Thanks
by merak.marey
Tue May 11, 2021 2:08 am
Forum: Integration Development
Topic: Getting an exception trying to save an order. SQL Error
Replies: 3
Views: 858

Re: Getting an exception trying to save an order. SQL Error

Hi Bob After further research found that this error is related to the setting of the contact. The charge in question is a DueFromBuyerSummaryCharge (CDF Page 3, Section K, Line 4) which is being populated. If I try to set the Contact property of the Charge, it will produce the error message shown on...
by merak.marey
Tue Apr 27, 2021 12:02 pm
Forum: Integration Development
Topic: Getting an exception trying to save an order. SQL Error
Replies: 3
Views: 858

Getting an exception trying to save an order. SQL Error

Hi

I'm getting an exception trying to save an order.
sp-exception.jpg
sp-exception.jpg (68.75 KiB) Viewed 858 times
by merak.marey
Tue Apr 20, 2021 1:06 pm
Forum: Integration Development
Topic: Exception trying to set up a field value
Replies: 14
Views: 1732

Re: Exception trying to set up a field value

Hi Bob

As mentioned before, the same code works perfectly for the big majority of the orders. But in some cases it does fails, rendering the BuyerPaidAtClosing property read-only.

We just need an explanation on why this may be happening so our Business can do the appropiate research.

Thanks
by merak.marey
Thu Apr 15, 2021 1:36 pm
Forum: Integration Development
Topic: Exception trying to set up a field value
Replies: 14
Views: 1732

Re: Exception trying to set up a field value

Hi Bob

The process does not use the same username/password, but as stated before, same process does not fail in other orders.

The user for this process has admin rights.

Thanks
by merak.marey
Thu Apr 08, 2021 11:12 am
Forum: Integration Development
Topic: Exception trying to set up a field value
Replies: 14
Views: 1732

Re: Exception trying to set up a field value

Hi all Just an update on this. I have tried all Bob suggestions however I'm still getting the same error. With a breakpoint before assigning the value I did some inspection and GetIsReadOnly of the property returns true. My main concern is there is no way to tell why. Bob and I had a meeting and he ...
by merak.marey
Fri Apr 02, 2021 2:06 pm
Forum: Integration Development
Topic: Amount values are different on the object from the values shown in the UI
Replies: 2
Views: 743

Amount values are different on the object from the values shown in the UI

Hi Bob I'm having an issue with the order. For the E section (Escrow/Closing page 2) the amounts shown in the order object are all zero, but in the UI it has values. Here's my code below. dynamic order = (dynamic)_order; dynamic cdf = order.CDFs[0]; dynamic Lines = cdf.Lines; var sections = new List...
by merak.marey
Wed Mar 24, 2021 10:12 am
Forum: Integration Development
Topic: Exception trying to set up a field value
Replies: 14
Views: 1732

Re: Exception trying to set up a field value

According to our Business side she can change it on the UI without any issues. One thing I have wondered. See, in my code I use a simple assignment, and in yours you use the SetProperty method.. any differences?
by merak.marey
Mon Mar 22, 2021 3:31 pm
Forum: Integration Development
Topic: Exception trying to set up a field value
Replies: 14
Views: 1732

Re: Exception trying to set up a field value

Unfortunately I have tried all the steps you mentioned and it's still not working.. Is there any way to know which engine rule denied the access to the field? Maybe that can throw some light on the reason it's a read-only field..