GetFormValue

GetFormValue(internalId) → { null | string | boolean }

Возвращает значение указанной формы.

Параметры:
Возвращает:
Тип null | string | boolean

Пример:

window.Asc.plugin.executeMethod ("GetFormValue", ["1_713"], function (res) {
    console.log (res)
});