<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > GeneralScript > CalculatedField > Method >SetFieldData |
Sets the value of the calculated field.
Prototype :
void SetFieldData
(
var FieldValue
)
Arguments :
FieldValue |
Setting of the Field Value depends on data type of the field. |
Example :
//Varchar type calculated field
This.SetFieldData("FORCS");
//Integer type calculated field
This.SetFieldData(100);
Available Events :
GetFieldData