Enterprise


After calling a given web method, if you don't receive the desired return value(s), check the object's errors collection for details. This errors collection will contain both validation/access rights oriented messages as well as system failure messages deemed safe for end user consumption. All "get" oriented web methods will return null if no records are found to match the search criteria. All "delete" or "save" oriented web methods return a boolean value. If "false", you'll want to check the errors collection for possible validation errors.

The following operations are supported. For a formal definition, please review the Service Description.