Search found 46 matches

by MattW
Fri Dec 16, 2016 10:35 am
Forum: Integration Development
Topic: Error when rendering
Replies: 3
Views: 715

Re: Error when rendering

I double checked, but that is the entire stack trace that we have.
by MattW
Thu Dec 15, 2016 5:44 pm
Forum: Integration Development
Topic: Error when rendering
Replies: 3
Views: 715

Error when rendering

Currently we have a bug that occurs intermittently when rendering a document through the API. We have not been able to replicate it in our test environments but it still happens on occasion when live. I'm hoping somebody could shed some light on what can be done for this. Here is the offending code:...
by MattW
Wed Sep 21, 2016 3:32 pm
Forum: Shell (User Interface)
Topic: UI not Reflecting changes made to order
Replies: 3
Views: 1015

Re: UI not Reflecting changes made to order

I understand.
In that case, rather than automatically updating, is there any way to force a a refresh on a specific control or force a refresh on the whole screen?
by MattW
Fri Sep 16, 2016 4:19 pm
Forum: Shell (User Interface)
Topic: UI not Reflecting changes made to order
Replies: 3
Views: 1015

UI not Reflecting changes made to order

On the client side, I am using the INotifyPropertyChanged.PropertyChanged event on the order to provide access when a field is changed. In a few of these cases I am resetting this property to a different value or updating a different property on the order. The properties are being successfully set o...
by MattW
Mon Aug 15, 2016 5:39 pm
Forum: Integration Development
Topic: Set LedgerTransferIn on a LedgerTransferOut
Replies: 5
Views: 953

Re: Set LedgerTransferIn on a LedgerTransferOut

Thank you, that works.
by MattW
Mon Aug 15, 2016 1:29 pm
Forum: Integration Development
Topic: Set LedgerTransferIn on a LedgerTransferOut
Replies: 5
Views: 953

Re: Set LedgerTransferIn on a LedgerTransferOut

If possible we would rather not set the Fee Ledger for the Buyer/Seller (but if this is the only way, we can work with it for now).
Ideally we want to intercept the Posting process and set the Ledger ID for the Ledger Transfer in the UI at that time.
by MattW
Mon Aug 15, 2016 11:37 am
Forum: Integration Development
Topic: Set LedgerTransferIn on a LedgerTransferOut
Replies: 5
Views: 953

Re: Set LedgerTransferIn on a LedgerTransferOut

I did as you suggested and made sure I had full permissions. I still cannot set FeeTransferLedger via the API, it is read-only. I've attempted grabbing the contact from the transaction and setting it as below: var contactId = new Guid(transaction.Tags.FirstOrDefault(x => x.Name == "OrderContact...
by MattW
Wed Aug 10, 2016 4:17 pm
Forum: Integration Development
Topic: Set LedgerTransferIn on a LedgerTransferOut
Replies: 5
Views: 953

Set LedgerTransferIn on a LedgerTransferOut

Running into an issue trying to set the Transferred to: field on a Ledger Transfer (-). I can not set this field directly, it requires creating a LedgerTransferIn transaction and posting it to the destination ledger, however I do not want it to automatically post with out the user, so I can't go tha...
by MattW
Tue May 31, 2016 3:12 pm
Forum: Shell (User Interface)
Topic: Recent Documents
Replies: 5
Views: 1127

Re: Recent Documents

This issue seems to have resolved itself at this time. But to piggy back on this post: Using the same code as posted above, it appears that templates do not show up in list returned from envIce.RecentDocuments. Is there any way to get templates to show up in recent documents results (or another appr...
by MattW
Wed Mar 09, 2016 4:08 pm
Forum: Server
Topic: Order open event
Replies: 1
Views: 2957

Order open event

I was wondering if there is a way to subscribe to an order open event on a server package. We've been able to simulate this by using the ActiveDocumentChanged in shell package but I imagine this would not be a viable approach on the server package. The reason we want an order open event is so that w...