Custom Objects/ Custom Fields Support
Eloqua supports most of the special characters in the Name for the Custom Objects or its Fields. However, since the connector uses XML based input/output only those Custom Objects would be supported whose names/fields contain following specific special characters:
- . (Dot)
- - (Hyphen)
- _ (Underscore)
- Space – in case of space it will be replaced by double underscore.
Note:
- Eloqua Rest Connector supports Custom objects/fields if names begin with a letter (alphabet) and can be followed by alphanumeric characters or followed by specific special characters Dot(.), Hyphen(-),Underscore( - ), and Space ( ). Custom Objects having any other special characters in name/fields would be skipped in the Connector.
- Eloqua Rest Connector does not support Custom objects if their object/field names contains two consecutive underscore.