LogisticsLocationEntity::getDefaultLocationRoleFromEntity Method [AX 2012]

Gets the default location role, depending on the entity type.

Syntax

client server public static Map getDefaultLocationRoleFromEntity(TableId _entityTableId)

Run On

Called

Parameters

  • _entityTableId
    Type: TableId Extended Data Type
    The TableId value of the entity, that is, a CustTable value, a HcmWorker value, and so on.

Return Value

Type: Map Class
A map of the key and value pair in which the key is the RecId value and the value is the Name value.

See Also

Reference

LogisticsLocationEntity Class