BenSelect Documentation
GetMapValueLookupByLocation Method
See Also  Send Feedback
Selerix.BenSelect.Api.ApplicationCore.Interfaces Namespace > IIfcMappingRepository Interface : GetMapValueLookupByLocation Method
category
The category table
originalValueKey
The ID of the original mapping value.
locationIDs
LocationIDs to limit the list to
1. Map originalValueKey to a table such as Department, PayrollLocation, JobClass by ID to get a string description. 2. Return all rows in that table that are in different locations, but have the same description string. 3. This will be used to convert originalValueKey to a new key for each location.

Syntax

JScript 
function GetMapValueLookupByLocation( 
   category : MappingCategory,
   originalValueKey : int,
   locationIDs : String
) : IList;

Parameters

category
The category table
originalValueKey
The ID of the original mapping value.
locationIDs
LocationIDs to limit the list to

Return Value

Returns list of value keys mapped to locations

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.