I have something odd happening with a custom xml.
I have an object called ibsCreateItemVendors. One of the properties is a public short UpdateIfExists {get; set;}.
if I leave this property uncommented, when I call the CreateEntity method, I get a "cannot convert string to booean" error.
Apparently it has nothing to do with my sql proc as the profiler doesn't show the proc even being called. I'd like to utilize this variable for consistency's sake in my sql code to update records like the standard econnect nodes.
Any ideas?
*This post is locked for comments