|
jr_set_subtable_value(string subtableViewName, int rowId, string columnName, string value) |
Scroll Prev Top Next More |
This function sets the value of an element. As input the function requires JavaScript data elements (e.g. string, number or date elements).
Parameter |
Type |
Description |
|---|---|---|
subtableViewName |
string |
Name of subtable view |
rowId |
int |
Row ID |
columnName |
string |
Column name |
value |
string |
New value of element |
Choose the data type of the input value depending on the JobRouter element type.
JobRouter element type |
JavaScript data type |
|---|---|
DATE |
Date |
DECIMAL |
Number |
RADIO |
Boolean |
CHECKBOX |
Boolean or Integer (0 or 1) |
All further types |
String |
The function does not return a response.