Search found 82 matches

by dlerickson
Mon Feb 23, 2015 6:15 pm
Forum: Integration Development
Topic: Error adding HUD 1200 section line
Replies: 21
Views: 2666

Re: Error adding HUD 1200 section line

I'm not really concerned with any single HUD line as I am with how to generically and dynamically manipulate them. That being said, one area I'm having trouble with is the charge on HUD Line 903. I'm trying to set the BuyerAmount to a certain value, but the call to GetIsReadOnly("BuyerAmount&qu...
by dlerickson
Mon Feb 23, 2015 4:53 pm
Forum: Integration Development
Topic: Error adding HUD 1200 section line
Replies: 21
Views: 2666

Re: Error adding HUD 1200 section line

The cast had no effect. Here's the portion of the stack trace at which control goes over to the Select API: at SoftPro.ClientModel.Validations.ValidationAttribute.Validate(ValidationContext contextMode, ValidationAttribute[] constraints, ITypeDescriptorContext context, Object value) at SoftPro.Entit...
by dlerickson
Mon Feb 23, 2015 4:38 pm
Forum: Integration Development
Topic: Error adding HUD 1200 section line
Replies: 21
Views: 2666

Re: Error adding HUD 1200 section line

Hmm. Being able to match the HUD line numbers to the incoming data is pretty critical to our process. This creation code only gets fired if no existing HUDLine instance with the matching number is found, so we'd need to be able to create a new instance and be ensured that the number is the same. Is ...
by dlerickson
Mon Feb 23, 2015 4:23 pm
Forum: Integration Development
Topic: Error when composing IQueryable<IOrderInfo>
Replies: 6
Views: 900

Re: Error when composing IQueryable<IOrderInfo>

I actually managed to port the SQLXML-based search I had been using against the database in Boylan over to the new Cameron schema, and decided to go with that. In the interest of providing this for others who may come across the same problem, here's the last iteration of the code that I had come up ...
by dlerickson
Mon Feb 23, 2015 4:05 pm
Forum: Integration Development
Topic: Error adding HUD 1200 section line
Replies: 21
Views: 2666

Re: Error adding HUD 1200 section line

I'm getting a similar error when attempting to add HUDLine or HUDCharge instances to their respective collections. The error message in each case is "Collection action '{0}' not supported." In addition, when attempting to set the Number property on a HUDLine, an error with the message of &...
by dlerickson
Thu Feb 12, 2015 3:44 pm
Forum: Integration Development
Topic: Error when composing IQueryable<IOrderInfo>
Replies: 6
Views: 900

Re: Error when composing IQueryable<IOrderInfo>

Ah, thanks. Good to know. A couple questions here: 1. Even when isolating the query composition to just the order "Number" field, I was still getting the same error (i.e. basically no search criteria is passed in other than Order Number). 2. In that subquery clause, is that reference to &q...
by dlerickson
Thu Feb 12, 2015 1:30 pm
Forum: Integration Development
Topic: Error when composing IQueryable<IOrderInfo>
Replies: 6
Views: 900

Re: Error when composing IQueryable<IOrderInfo>

Thanks for the reply. I've given the second method a try, but when executing the query, I keep getting a KeyNotFoundException with message "The given key was not present in the dictionary". Any thoughts toward this? EDIT: I'm composing the query as follows: var objQM = SelectServerInstance...
by dlerickson
Wed Feb 11, 2015 5:34 pm
Forum: Integration Development
Topic: Error when composing IQueryable<IOrderInfo>
Replies: 6
Views: 900

Error when composing IQueryable<IOrderInfo>

I'm encountering errors when attempting to compose a search query against the IOrderStore.Orders object (see code below). I have a simple property bag class (indicated here by the variable 'searchFields'). Each property is a simple get/set of string type. This is passed into the search query composi...
by dlerickson
Tue Apr 29, 2014 12:56 pm
Forum: ProForm (Order Tracking)
Topic: Opening Order to Diplay
Replies: 7
Views: 4471

Re: Opening Order to Diplay

Mark, has there been an SDK update released to address this issue? I'm running into the same problem.
by dlerickson
Fri Mar 21, 2014 12:02 pm
Forum: Shell (User Interface)
Topic: Order Creation/Modification Via Overlay Using External Data
Replies: 5
Views: 1160

Re: Order Creation/Modification Via Overlay Using External D

Thanks, Phil! Very helpful information, and thanks for getting back to me on this. Unfortunately, I made a mistake; we're actually using the Boylan/2.0 version of the software and API. Does the process differ radically there? Also, my original idea was to try to set these overlay properties via a fi...