Error Code | 19 |
Error Message | One of the following errors may be displayed: • Calling describeSchema: Problem with describe. No search capabilities for: <TableName>. You can find the valid values from the list of tables. If <TableName>is a custom record type, make sure that CustomizationLevel is set to Full. • Error 19 connecting to 'Salesforce': _DescribeTable: error sf:INVALID_TYPE (INVALID_TYPE: sObject type <TableName> is not supported. If you are attempting to use a custom object, be sure to append the '__c' after the entity name. Please reference your WSDL or the describe call for the appropriate names.) |
Description | This error message may be displayed for connectors like NetSuite and Salesforce, when the object/table is not present in the application. |
Cause/Solution | Cause: The object/table is not present in the application. Solution: Check if the object is present in the respective application or specify the correct object/table name. |
Related Information |