I had a v7 jscript server script that ran on "when button pressed" that queried a table using a field on the current form.
Select function_id from table where Application_Desc = '"+ework.txtSystem2+"'"
What is the proper way to pull that variable into C#?
Thanks,
Harry