Search found 13 matches

by Keith.Gilbert
Wed May 21, 2014 12:33 pm
Forum: Integration Development
Topic: Order Status Change during initial saves?
Replies: 2
Views: 538

Order Status Change during initial saves?

Similiar to post 632, but excluding mention of Ledger/Transaction activity: Testers are are opening new orders and changing the order status to closed or canceled prior to the initial save. When we receive the change event and hit the API to grab the order, we're getting the status at the order leve...
by Keith.Gilbert
Wed May 07, 2014 7:48 pm
Forum: Integration Development
Topic: Background/ASync Processes occuring during/after change even
Replies: 1
Views: 492

Background/ASync Processes occuring during/after change even

While opening a new order, testers are entering transactions, and in some cases changing the order status to "Closed" all before the initial save of the order. Our service is receiving a change event and invoking the API, but the Ledger Balance is calculating as 0.00 and Date Closed is not...
by Keith.Gilbert
Wed May 07, 2014 12:43 pm
Forum: Integration Development
Topic: BuyerAmount and SellerAmount HUD Clarification
Replies: 1
Views: 462

BuyerAmount and SellerAmount HUD Clarification

Hi, Can you please clarify something for me on the HUD sections? It’s clear using the field code browser that sections 100-600 do not contain a BuyerAmount/SellerAmount. Alternatively, we can validate this by testing HUDCharge.GetIsSupported("BuyerAmount"), etc. But doing a SELECT in Boylo...
by Keith.Gilbert
Fri Apr 18, 2014 1:22 pm
Forum: Integration Development
Topic: Change Event Monitoring?
Replies: 1
Views: 432

Change Event Monitoring?

-Order change events stopped flowing from aCameron QA environment (possible as early as Friday night, although it was not reported until Monday morning) -During troubleshooting, it was observed that no records were queued or indicated in the core.EventNotification table -After restarting both the SP...
by Keith.Gilbert
Tue Apr 15, 2014 11:46 am
Forum: Integration Development
Topic: ForwardingAddress Home/Cell, and AllPeopleWithCommas
Replies: 3
Views: 646

Re: ForwardingAddress Home/Cell, and AllPeopleWithCommas

|As for AllPeopleWithCommas, it should be a comma delimited list of the Full Names of all people associated to that contact. If you are not seeing this, can you please tell me what kind of Buyer/Seller you are dealing with (individual or organization) and how the names are entered (please provide fa...
by Keith.Gilbert
Mon Apr 14, 2014 11:27 am
Forum: Integration Development
Topic: Ledger.Balance
Replies: 5
Views: 818

Re: Ledger.Balance

Perfect, thank you.

Keith
by Keith.Gilbert
Mon Apr 14, 2014 10:13 am
Forum: Integration Development
Topic: ForwardingAddress Home/Cell, and AllPeopleWithCommas
Replies: 3
Views: 646

ForwardingAddress Home/Cell, and AllPeopleWithCommas

Hi,

We can't find HomePhone and cellPhone data as part of ForwardingAddress. We are using LocationInfo object(Principal.ForwardingAddress) which has only Fax and Phone data.

Also, "AllPeopleWithCommas" for buyer and seller don't seem to contain any commas. Is this normal?

Thanks!

Keith
by Keith.Gilbert
Fri Apr 11, 2014 5:16 pm
Forum: Integration Development
Topic: Ledger.Balance
Replies: 5
Views: 818

Re: Ledger.Balance

We're still working through this one. We need to get ledger balance, so we understand we need ledgerbalance/order. We tried something like this: var transListquery = (from t in transactionManager.Transactions where (t.Ledger.Name == "WA-0326-174434-SAFE200008" && !t.IsDeleted) sele...
by Keith.Gilbert
Thu Apr 10, 2014 5:05 pm
Forum: Integration Development
Topic: Ledger.Balance
Replies: 5
Views: 818

Re: Ledger.Balance

Thank you!

Keith