OMBRETRIEVE PLUGGABLE_MAPPING_FOLDER

Purpose

Retrieve details of pluggable map folder such as its business name and description.

Prerequisites

The current context of scripting must be a project.

Syntax

retrievePluggableMappingLibraryCommand =  OMBRETRIEVE ( 
          PLUGGABLE_MAPPING_FOLDER | PLUGGABLE_MAPPING_LIBRARY ) 
          "pluggableMapLibraryName" GET ( PROPERTIES "propertyKeyList" | 
          "getReferenceIconSetClause" )
     pluggableMapLibraryName =  "QUOTED_STRING"
     propertyKeyList =  "(" "propertyKey" { "," "propertyKey" } ")"
     getReferenceIconSetClause =  ( REF | REFERENCE ) ICONSET
     propertyKey =  "UNQUOTED_STRING" | FILE_FORMAT

Parameters

retrievePluggableMappingLibraryCommand

Retrieve the detail of a pluggable mapping folder such as its business name and description.

pluggableMapLibraryName

Name of the pluggable map folder.

propertyKeyList

The list of property keys.

getReferenceIconSetClause

Retrieve the icon set for the pluggable map folder.

propertyKey

A property key for an object.

propertyKey

Basic properties for MAPPING: 

Name: BUSINESS_NAME
Type: STRING(200)
Valid Values: Any valid character string in supported character set.
Default: Empty string
Business name of the mapping 

Name: DESCRIPTION
Type: STRING(4000)
Valid Values: Any valid character string in supported character set.
Default: Empty string

See Also

OMBRETRIEVE