TruClient 2.0 - Web VTS functions

The following VTS functions are available:

FunctionDescription
TC.vtcAddCellAdds a new cell with the specified value in the last field of a column.
TC.vtcAddCellsAdds the data in multiple columns.
TC.vtcAddUniqueCellSets the last field of a column to a value, if the value does not already exist in the column.
TC.vtcClearCellClears the data in a field.
TC.vtcClearColumnClears all data in a column.
TC.vtcClearRowClears the values from all fields in a row.
TC.vtcColumnSizeReturns the number of fields that contain data in a column.
TC.vtcConnectCreates a connection to the VTS server (supports HTTP).
TC.vtcConnectExCreates a connection to the VTS server.
TC.vtcCreateColumnCreates a column.
TC.vtcDisconnectDisconnects from the server.
TC.vtcGetCellReturns the data in a field.
TC.vtcGetRowCellsReturns the data in a row as a JavaScript object.
TC.vtcIncrementIncrements a counter stored in a field.
TC.vtcPopCellPops the first field from a column.
TC.vtcPopCellsPops the data in a row as a JavaScript object.
TC.vtcPopMultipleCellsPops the first fields from specified columns.
TC.vtcRotateCellRetrieves the first field from the specified column and moves the value to the bottom.
TC.vtcRotateCellsRetrieves the first field from all columns and moves the values to the bottom.
TC.vtcSearchRowSearches for a row containing specific values in specific columns.
TC.vtcUpdateAllMessageIfequalsReplaces a specific value inside a set of columns with a new value.
TC.vtcUpdateCellReplaces the data in a field.
TC.vtcUpdateEqualsCellReplaces the data in a field, if the current data equals a given value.
TC.vtcUpdateRowCellsReplaces the data in multiple fields.