Click or drag to resize
AttributeValueConverterBaseLogUnsupportedSalesForceTypeError Method
Logs an error when the SalesForce attributeValueType is not compatible with this converter.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
Syntax
C#
protected void LogUnsupportedSalesForceTypeError(
	string converter,
	string attributeName,
	EntityAttributeValueType attributeValueType
)

Parameters

converter
Type: SystemString
The converter type.
attributeName
Type: SystemString
The entity attribute which caused the error.
attributeValueType
Type: CMS.SalesForceEntityAttributeValueType
A SalesForce entity attribute type.
See Also