Syntax
createBusinessAreaCommand = ( OMBCREATE BUSINESS_AREA "QUOTED_STRING" [
SET "setPropertiesClause" ] [ SET "setReferenceIconSetClause" ] [ SET
( REF | REFERENCE ) "(" "setfolderNameList" ")" ] )
setPropertiesClause = PROPERTIES "(" "propertyNameList" ")" VALUES "("
"propertyValueList" ")"
setReferenceIconSetClause = ( REFERENCE | REF ) ICONSET "QUOTED_STRING"
setfolderNameList = "QUOTED_STRING" { "," "QUOTED_STRING" }
propertyNameList = "UNQUOTED_STRING" { "," "UNQUOTED_STRING" }
propertyValueList = "propertyValue" { "," "propertyValue" }
propertyValue = ( "QUOTED_STRING" | "INTEGER_LITERAL" |
"FLOATING_POINT_LITERAL" )
Parameters
createBusinessAreaCommand
This command creates a business area.
QUOTED_STRING
Specify the name of the business area to be created.
setPropertiesClause
Used to set properties (core, logical, physical, user-defined) for business areas. Valid properties are shown below:
getPropertiesClause
Basic properties for BUSINESS_AREA:
Name: BUSINESS_NAME
Type: STRING(200)
Valid Values: Any valid character string in supported character set.
Default: Empty string
Business name of the business area
Name: DESCRIPTION
Type: STRING(4000)
Valid Values: Any valid character string in supported character set.
Default: Empty string
Description of the business area
setReferenceIconSetClause
Set specified Icon Set.
setfolderNameList
Used to set item folder references for this business area.
propertyNameList
This is the list of property names.
propertyValueList
This is the list of property values.
propertyValue
This is a property value.