Create Object

Creates an AWE object from the defined custom type or web service. Usually used in conjunction with the Define Type action in order to create an AWE Object from the defined custom type or web service.

Declaration

<AMCREATEOBJECT TYPENAME="text" RESULTSTRUCTURE="text"><Property Name="text" Value="text" /></AMCREATEOBJECT>

Example

<AMCREATEOBJECT TYPENAME="CompanyAddress" RESULTSTRUCTURE="theObject"><Property Name="addr.Street" Value="Here" /></AMCREATEOBJECT>

See Also: Create Array, Create Object, Create Variable, Decrement Variable, Define Type, Increment Variable, ReDim Array, Set Variable

General Tab

Property

Type

Required

Default

Markup

Description

Type Name

Text

Yes

(Empty)

TYPENAME="CustomType"

The type name from which to create an object. Click Load Properties to populate this field with existing defined custom types.

Object Name

Text

Yes

(Empty)

RESULTSTRUCTURE="ObjectName"

The name of the object to create.

Property Tab

Property

Type

Required

Default

Markup

Description

Name

Text

No

(Empty)

NAME="String"

The property name(s) of the object to create. Click Add to add a property type. To delete an existing property type/name, select the entry and click Delete. Additionally, items can be moved up / down the list by selecting the entry you want to move and clicking Move Up or Move Down.

Value

Text

No

(Empty)

VALUE="ValueName"

The property value(s) of the object to be created.