I have an event being passed into a method that returns the following when outputted:
JSEvent(type = form, source = FormController[form: frm_global_register_filter_columns, fs size:18, selected record: Record[DATA:Row(db:/pt_system/tbl_list_filter)[DATA:list_filter_id=1899,list_id=153,filter_column=hsea_no_string,filter_alt_label=Text in Rec. No.,filter_control_id=1,filter_order=1,use_rowsource=null,rowsource=null,custom_rowsource_method=null,custom_rowsource_scope=null,related_rowsource_column=null, CALCULATIONS: {}]] COLUMS: list_filter_id,list_id,filter_column,filter_alt_label,filter_control_id,filter_order,use_rowsource,rowsource,custom_rowsource_method,custom_rowsource_scope,related_rowsource_column,rollbackChanges,getDataSource,revertChanges,getPKs,save,deleteRecord,isNew,getChangedData,getFoundset,hasChangedData,getException,isEditing,,destroyed], formName = frm_global_register_filter_columns, elementName = <no name>, timestamp = Tue Sep 24 14:59:21 CDT 2013,modifiers = 0,x =0,y = 0,data = null)
I need the “list_id” value from the DATA but cannot for the life of me figure out how to extract it from the event. Any ideas?
Thanks,
Keith