clear recent selection list?
One of my users would like to NOT see the most recent selections he has made in a field that shows "Recent Selections".Is there a way to clear this out on a per user basis?
Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.
One of my users would like to NOT see the most recent selections he has made in a field that shows "Recent Selections".Is there a way to clear this out on a per user basis?
Why do the sys_id have to be 32 digit? What made the platform architects come to a decision that 32 digit sys_id will be enough to make it globally unique?
Can I hide derived suggested relationships? We have made an extension on Service and want to suggest only a few relationships, but it is showing all derived suggestions as well. How can we hide them?
As the title states, I'm currently running into issues when I try to start a local development server in the now-cli. There are two parts to this. After I successfully create a project, I run npm install to install my dependencies. During this time I...
Hi, I'm trying to show a UI page when clicking on a UI action on the Case form and then automatically update the Case once the submit button on the UI page is clicked. As a reference, I used the "change_confirm_cancel" UI Page and the corresponding "...
Looking to populate end date with 14 days after the value which is there in the start date (on field change) Should respect the user date format preference
Is anyone working on a containerized version of the MID server software? I have built my own stuff, but the Tanuki service wrapper is REALLY getting in the way, basically making the container idea non-workable. If you like the idea of containerizati...
what is the difference between knowledge manager and knowledge owner in knowledge base
On one of our agent workspace forms we have a UI action that, when clicked, sets some field values and should allow two other UI actions to show up on the form. The button works in the native form view but not agent workspace and I think it's because...
Is there a way to disable Dynamic Translation in activity logs (Work-notes and comments fields)?
I am trying to link to a specific knowledge base in the mobile app for our field service users and the link I set up isn't working. When I click on it in the mobile app, the navigator flyout closes and I return back to the home screen. Is there anot...
Thanks in advance for any help. This one has me stumped. I have a DateTime field on a target table. During import, I want to clear this field of any value (make it NULL) during import based on the value of a corresponding source field. This should...
HI Team, I want to trigger a notification from the inbound email action.It's not working,Can anyone suggest me why it is not working. Here is my script: var ritmNo ='';var sub=email.subject;var req='';var index = sub.indexOf("RITM");var end = 11; //...
Hello everybody, I've got a question regarding flow designer. I'm creating a flow for a catalog item. At a certain point of the process, the RITM might go back to the state "work in progess" which was dealt with earlier in the flow. So now I want to ...
I have attempted to convert some async business rules to flows. The business rule filter conditions included some javascript in the values, for example javascript:gs.getProperty('my_property_name') The business rules trigger as expected.However, if ...
