JSL to add event handler
I'm trying to add an event handler column property using the following code but it isn't working. I can manually apply the property, but can't figure out a script based method. Can this be done by JSL?
// Create hyperlink for URL column
:Current Firmware URL << Add Column Properties(
Event Handler,
Function( {thisTable, thisColumn, iRow},
Web( Char( thisTable:thisColumn[iRow] )...