SetFormValue

SetFormValue(internalId, value)

Sets a value to the specified form.

Parameters:

Name Type Description
internalId string

A unique internal identifier of the form.

value string | boolean

Form value to be set. Its type depends on the form type.

Returns:

This method doesn't return any data.

Example

Copy code
window.Asc.plugin.executeMethod ("SetFormValue", ["1_713", true]);