storing and calling g:evaluate scripts
I am creating a front end portal that requires using g:evaluate to call on variables from different tables. For example:<g:evaluate var="jvar_user_name"> var gr = new GlideRecord('sys_user'); gr.get('sys_id', gs.getUserID()); gr.first_name; ...
