Search found 105 matches

by chris.brady
Mon Jul 01, 2013 12:09 pm
Forum: ProForm (Order Tracking)
Topic: Updating a HUD through the API
Replies: 4
Views: 3258

Re: Updating a HUD through the API

I have a followup item to add to this question. It has to do with deleting existing HUD lines through the API. Let's say we have an order, and for whatever reason the user has completely messed up the HUD. What if we wanted to clear out/ reset the HUD and start from scratch? Even if we had already a...
by chris.brady
Fri May 31, 2013 9:57 am
Forum: ProForm (Order Tracking)
Topic: Updating a HUD through the API
Replies: 4
Views: 3258

Re: Updating a HUD through the API

Excellent, that definitely helps! Using the IHudLineAdditionalCharge collection now lets me perform the updates I need. I haven't gotten as far as dealing with multiple charges on a line yet, but the information you gave on that topic will definitely be helpful when I get to that point. Thanks for y...
by chris.brady
Thu May 30, 2013 5:53 pm
Forum: ProForm (Order Tracking)
Topic: Updating a HUD through the API
Replies: 4
Views: 3258

Updating a HUD through the API

I am trying to utilize the SoftPro API to update the HUD, but I am having trouble getting certain lines, and within those lines, certain fields updated with new data. My setup is like this: I have an editable grid within a windows form that reads the existing HUD through the API, and allows users to...
by chris.brady
Thu Nov 15, 2012 5:00 pm
Forum: ProForm (Order Tracking)
Topic: "You do not have access to order xxx" when using GetOrder()
Replies: 21
Views: 9192

Re: "You do not have access to order xxx" when using GetOrde

Ok, after researching further, it looks like this might be an issue with the profile not matching the profile on the order. I read the documentation in the SDK and it seems like there should be a way to do this programatically, but I am not having any luck. Any guidance would be appreciated.
by chris.brady
Thu Nov 15, 2012 2:57 pm
Forum: ProForm (Order Tracking)
Topic: "You do not have access to order xxx" when using GetOrder()
Replies: 21
Views: 9192

"You do not have access to order xxx" when using GetOrder()

I am getting the folowing error when attempting to use the GetOrder method through the API: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.InvalidOperationException: You do not have access to open order TX-004321. at SoftPro.OrderTr...