retrieveConfigurationTemplateCommand =  OMBRETRIEVE CONFIGURATION_TEMPLATE 
          "QUOTED_STRING" ( "getPropertiesClause" | "getReferenceIconSetClause" 
          | "getTemplateValuesClause" )
     getPropertiesClause =  GET PROPERTIES "(" "propertyNameList" ")"
     getReferenceIconSetClause =  GET ( REF | REFERENCE ) ICONSET
     getTemplateValuesClause =  GET TEMPLATE_VALUES "(" "propertyNameList" ")" 
          FOR "getType" ON PLATFORM "QUOTED_STRING"
     propertyNameList =  "UNQUOTED_STRING" { "," "UNQUOTED_STRING" }
     getType =  "UNQUOTED_STRING"
This command retrieves the details of a configuration template.
Basic properties for CONFIGURATION_TEMPLATE: Name: BUSINESS_NAME Type: STRING(200) Valid Values: Any valid character string in supported character set. Default: NAME Business name of a configuration template Name: DESCRIPTION Type: STRING(4000) Valid Values: Any valid character string in supported character set. Default: Empty string Description of a configuration template