getMappingProfiles

From AgileApps Support Wiki
Revision as of 23:09, 18 December 2010 by imported>Aeric (Created page with "{{DISPLAYTITLE:getMappingProfiles}} Return the names and IDs of the import mapping profiles for a specified object. ;Syntax: :<syntaxhighlight lang="java" enclose="div"> public …")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Return the names and IDs of the import mapping profiles for a specified object.

Syntax
public HashMap<String,String> Functions.getMappingProfiles(objectName)
Parameters
objectName
The name of the object to query.
Returns
A HashMap containing profile IDs (keys) and their names (values).