LogisticsEntityLocationRoleMap::createEntityLocationRoles Method

Creates the relationship record between the entity and the location role.

Syntax

client server public static void createEntityLocationRoles(
    TableId _tableId, 
    RefRecId _entityLocation, 
    container _roleIds, 
    boolean _replaceRoles)

Run On

Called

Parameters

  • _roleIds
    Type: container
    A container that holds the role record IDs.
  • _replaceRoles
    Type: boolean
    A Boolean value that indicates whether the existing roles have to be replaced.

See Also

Reference

LogisticsEntityLocationRoleMap Map