Create, edit, or remove a JavaScript system column
Create a JavaScript system column
For more information, see Custom JavaScript columns.
Expand a system's table list.
Go to the relevant table.
Go to the Columns tab.
Click Add.
Enter a Column Name.
Enter your JavaScript in the Code pane.
Optional: Click a
Green Arrow to insert a column variable into the current cursor position in the Code pane.
Note
Column variables are accessed using non-standard JavaScript notation, in the format
tableName['variableName']
. For example,employees['employee_id']
.Optional: Click Insert A JavaScript Function to insert hash functions, Vault queries, or variable queries.
Click Test Script to execute your JavaScript code.
The result appears in the Script Result Value field.
Click Save and Exit.
Expand a system's table list.
Go to the relevant table.
Go to the Columns tab.
Click
Edit Column for the relevant column.
Continue by following the steps in Create a JavaScript system column.
Expand a system's table list.
Go to the relevant table.
Go to the Columns tab.
Click
Remove Column for the relevant column.
Click Yes.
Click Save.