Search found 91 matches

by Melissa McBerkowitz
Thu Feb 27, 2014 3:06 pm
Forum: Integration Development
Topic: Exceptions and Requirement
Replies: 14
Views: 1844

Re: Exceptions and Requirement

Can you post what you have so far and let us know where you're having problems?
by Melissa McBerkowitz
Thu Feb 27, 2014 2:47 pm
Forum: Integration Development
Topic: Sample code for Escrow Instructions
Replies: 3
Views: 584

Re: Sample code for Escrow Instructions

Can you post what you have so far and let us know where you're having problems?
by Melissa McBerkowitz
Thu Feb 27, 2014 11:08 am
Forum: Server
Topic: Cannot access select server from WCF service
Replies: 18
Views: 3792

Re: Cannot access select server from WCF service

Update on this: No source code needed to be changed for this issue. Instead, navigate to: C:\Windows\system32\config\systemprofile\ Go to the security tab under the folder properties. Add "IIS AppPool\DefaultAppPool" user from the location of the computer name. Give this user "read&qu...
by Melissa McBerkowitz
Thu Feb 13, 2014 10:01 am
Forum: ReadyDoc Development
Topic: Previewing Readydocs via Cameron API
Replies: 4
Views: 1201

Re: Previewing Readydocs via Cameron API

v3.0 does not have a report API either.
by Melissa McBerkowitz
Mon Feb 10, 2014 3:08 pm
Forum: Integration Development
Topic: Cameron API New Order - custom order # not working
Replies: 6
Views: 835

Re: Cameron API New Order - custom order # not working

We are still working to determine timelines for SP3, so don't have an estimated ship date yet. We are also investigating whether this can be addressed in a hotfix so you don't have to wait for SP3. We'll let you know if so.
by Melissa McBerkowitz
Mon Feb 03, 2014 5:19 pm
Forum: Integration Development
Topic: Cameron Database schema
Replies: 1
Views: 498

Re: Cameron Database schema

There are some queries that may help. I'll email you separately with details.
by Melissa McBerkowitz
Fri Dec 13, 2013 6:18 pm
Forum: Integration Development
Topic: Cameron API: fetching HUD values
Replies: 2
Views: 549

Re: Cameron API: fetching HUD values

What field are you looking for, exactly? In general, you'd do something like (assuming you're using dynamic): order.HUDs[0].Lines[1102].Charges[0].BuyerAmount = 950; This would set the first charge's buyer amount field on line 1102 for the first HUD in the order. When dealing with HUD lines, each li...
by Melissa McBerkowitz
Wed Oct 23, 2013 9:56 am
Forum: Integration Development
Topic: Select v3.0 Developer Training Class 12/3-4
Replies: 1
Views: 747

Select v3.0 Developer Training Class 12/3-4

Select v3.0 is planned for release in Q1 2014. This release includes many new APIs and integration points, including: - full read/write access to ProTrust and SPAdmin data - the ability to create custom save validations when saving the order or posting transactions - the ability to search orders and...
by Melissa McBerkowitz
Mon Sep 16, 2013 9:06 am
Forum: Shell (User Interface)
Topic: Different profiles yield different results for Payee on HUD
Replies: 2
Views: 808

Re: Different profiles yield different results for Payee on

Yes, in v2.6 and earlier, this will happen when profiles have different default settings for HUD payees. The business rules that default the payee on the HUD look to profile preferences - the HUD-1/HUD-1 A payee defaults on the SPAdmin Profiles screen. These rules default based on the user's active ...
by Melissa McBerkowitz
Thu Jul 18, 2013 8:27 am
Forum: Shell (User Interface)
Topic: Any change event for Order.RequestedTask.Status?
Replies: 5
Views: 1200

Re: Any change event for Order.RequestedTask.Status?

3.0 gives you a new option to hook into an OrderSaving event. Like it sounds, this gives you the option to take action during the order save process, including running custom save validations and cancelling the save if the order doesn't meet your criteria. You have access to the full order, includin...