Hi All,
I created a grid started with search field, now i would like to fetch the search field data (the date) into my onRecord event sql query, can anyone guide me on this?
Hi All,
I created a grid started with search field, now i would like to fetch the search field data (the date) into my onRecord event sql query, can anyone guide me on this?
review your data in session but you must run the application first,
you can access this module from SC menu goto Application / Data in Session.
review your criteria field and use it with php session variable like…
$account = $_SESSION[‘account’];
you have to figure it out, because SC using multiple array kind of session…
good luck.