ManagedForm.FormAttributeToValue

Syntax:

FormAttributeToValue(<AttributeName>, <Type>)

Parameters:

<AttributeName> (required)

Type: String.
Name of the form attribute to be converted.
Form data attribute (see description of <Object> parameter in the FormDataToValue method) can be specified.

<Type> (optional)

Type: Type.
Type of the value obtained from the form attribute (form data). If this parameter is not specified, it is also obtained from the form attribute. If the attribute has the compound type and the parameter value is not specified, a runtime exception is generated.

Returned value:

Type: Arbitrary.

Description:

Converts the specified form attribute into an application-type object.

Availability:

Server, Mobile application (server).

    

1C:Enterprise Developer's Community