Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.