Click or drag to resize
ContactMapperMapMacroText Method
Maps the resolved macro text of the mapping to the SalesForce entity field.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
Syntax
C#
protected override void MapMacroText(
	MappingItem item,
	BaseInfo baseInfo,
	Entity entity
)

Parameters

item
Type: CMS.SalesForceMappingItem
An item that maps macro property of CMS object.
baseInfo
Type: CMS.DataEngineBaseInfo
The object to transform.
entity
Type: CMS.SalesForceEntity
The SalesForce entity to update.
See Also