I am trying to execute file using jQuery but I need to run that file as admin.
Can anyone provide any code change in this syntax below
jQuery.telligent.evolution.get({
url: '$core_v2_widget.GetExecutedFileUrl('approve_page_Not_Found.jsm')',
data: {
firstname: firstname,
email_id: email_value,
lastname: lastname
}
})