DMFSourceXMLToEntityMap::excludeFieldFromMapping Method
Function that indicates whether to exclude a field from mapping.
Syntax
server public static boolean excludeFieldFromMapping(DMFEntityName _entityName, FieldName _name)
Run On
Server
Parameters
- _entityName
Type: DMFEntityName Extended Data Type
The name of an entity.
- _name
Type: FieldName Extended Data Type
The name of the field to exclude.
Return Value
Type: boolean
Returns true if the field needs to exclude else false.