Hi
We are trying to Hide only System sent Emails in Activity Logs not other email entries in Activity log.Send/Received emails in filter is hiding all the entries but we want to hide only system send emails.other activities
View all report under "My Requests" In Service now user portal is showing all users request, but one users should not see others request.I have tried to make a changes in My Request Widget but no luck can any one help me on this
I am trying to Fetch the variable and include UI Macro Button on fiedl.can any one help me on this
function onLoad() { try{var field ='v_members'; var field = g_form.getControl(field); $(field).insert({ after: '<a onclick="doSomething()" name="my_cus...
I am trying to Fetch the variable and include UI Macro Button on fiedl.can any one help me on this
function onLoad() { try{var field ='v_members'; var field = g_form.getControl(field); $(field).insert({ after: '<a onclick="doSomething()" name="my_cus...
Thank you so much Jesper,Finally i am able to fetch Display value below is the code.
When i tried with current.v_members.getDisplayValue()i am getting Undefined error
This is working now current.variables.v_members.getDisplayValue()