Agent workspace hide activity streams tab
Hi, I need to hide the agent workspace activity streams tab, so you have an idea? Thanks
Hi, I need to hide the agent workspace activity streams tab, so you have an idea? Thanks
Hi All,I have been trying to make the change calendar visible to all users via the Public role. I can get this to work by setting the Change Request [change_request] -- None -- as read only to the Public role and this I can see works as expected. But...
Hi, Can some one help me my script is correct or Not How to Compare Due date with Current Date, if both dates match then set field value. billinglineitems(); function billinglineitems() {var gr = new GlideRecord('u_billing_milestone');gr.addQuery('u...
I just cloned from production to our dev instance and lost the contents of three completed update sets, even though I excluded the sys_update_set table and created a data preserver for it. I had planned to move those update sets to production before ...
Hi Everyone,I'm trying to automatically close a service catalog task based on and end user clicking on a link in an automatically-sent email. Here's the inbound action script that I'm trying to use:closeUserAcceptanceTask(); function closeUs...
Hi, We have a dashboard and multiple reports created by a user who is going to leave the business very soon, so we need to allow his replacement to manage the dashboard and reports he created, so made the replacement as the dashboard owner and share...
I have a requirement. On an incident form, i need a UI action button.If Someone clicks on that button, the current record should be download in PDF/Excel Format with password protection. Remember that Password protection is the Priority. Can we achie...
We have a custom table that holds our user on boarding and off boarding details. One of the fields we have is called 'last day of duty'. This gets populated on a users resignation/contract end date. I'm trying to write a script for a scheduled job t...
Hello all,1. I am looking for a way to verify at least 1 file is attached to the RITM form , I dont need to care about what type of files or their names, attachment validation is after submission of the catalog item.2. If attachment if not attached R...
We started using Major Incident Workbench to manage our major incidents. I would like to see a quick summary of Actions Taken during the major incident. Is it possible to view only the actions taken or is it possible on the Post Incident Report t...
First in the RITM the work notes in the RITM was updated with the following "Configuration item assigned from stock". When we looked into the CI and the associated Asset we found that "Stock" was not it's previous state. What is the purpose of this w...
I need a report/Dashboard on few Scheduled Jobs that were successful and that failed . Thinking of using (sys_trigger) table . 1. what would be the state after the Job failed , would it return back to Ready , populating "Last Error Field"? 2. When d...
Hello , I have two variables Reference and lookup selectbox both referencing same table. My requirement is: Both are referencing Business Application table. However the lookup select box field's lookup value field is install_type How to populate the...
Hi All, I have a requirement , that after creating a catalog task where we need to check as whether we get any "Additional comment" from user or else it should wait for 7 days and should trigger a notification to the user. So in the workflow I am usi...
Hi Folks, I want to show only 20 records that are opened for the user. function refineQuery(current, parent) { var qc = current.addQuery("opened_for", parent.opened_for); current.addQuery("sys_id", "!=", parent.getUniqueValue()); current.orderByDesc(...
User | Count |
---|---|
49 | |
27 | |
25 | |
22 | |
12 |