Just figured it out!
Create a 'Navigate to URL' action and add the following URL:
= Format(
"javascript:openDetailsWindow("
"{0}"
")"
, Fields.CostCode)
The trick was escaping the parameter quotes properly!
Just figured it out!
Create a 'Navigate to URL' action and add the following URL:
= Format(
"javascript:openDetailsWindow("
"{0}"
")"
, Fields.CostCode)
The trick was escaping the parameter quotes properly!