Hi,
Please use the below script:
answer = ifScript();
function ifScript(){ var user = current.variables.requester;//Assuming requester is the variable that is storing the value of user who group membership to be checked var grp_mem = new GlideRec...
Hi,
Seems functionality wise similar to submit "Transfer Order" or "Purchase Order" for the task. But only the UI Part was differ for those.
Regards,
Ram M
Hi Rajarshi,
Please find the below statements:
For openPopUp() below conditions to be matched
1. Parent Field to be updated with Request (sc_request)2. Sourced Field on Request Table should be false3. It should not be a new record4. Browser is IE...
Hi,
There is a difference in the condition:
For Onclick "openPopUp()" : current.parent.sys_class_name == "sc_request" && !current.parent.sourced && !current.isNewRecord() && (gs.getSession().getProperty('user_agent_browser') == 'ie' && gs.getSessio...