getMappingProfiles

From AgileApps Support Wiki

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

Syntax
<syntaxhighlight lang="java" enclose="div">

public HashMap<String,String> Functions.getMappingProfiles(objectName) </syntaxhighlight>

Parameters
objectName
The name of the object to query.
Returns
A HashMap containing profile IDs (keys) and their names (values).