ITSM forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! Assume, I have created an application in App Engine Studio.. now how should I move it to test and prod environment and which is the best practice?

Assume, I have created an application in App Engine Studio.. now how should I move it to test and prod environment and which is the best practice? Generally, if I create/udpate anything in global scope I can use update set.. Similarly if I create any...

Sathwik1 by Tera Guru
  • 2305 Views
  • 4 replies
  • 4 helpfuls

Resolved! Catalog item fields should autoPopulate by email Link.

Hii everyone, 1. Create a Notification and trigger daily Via scheduled job. Condition: If User’s Manager is Inactive send Notification to manager’s Manager. 2. Create a Catalog form. Make 3 fields (Inactive manager- Reference type)(New Manager-Refere...

find_real_file.png find_real_file.png find_real_file.png
Anjaneyulu1 by Giga Contributor
  • 2093 Views
  • 3 replies
  • 1 helpfuls

Resolved! Need to copy worknotes from incident to incident tasks

Hii All, I have written script like this, when to run - after update condition - work notes changes script - var inc = new GlideRecord('incident_task'); inc.addQuery('incident.sys_id', current.sys_id); inc.query(); while (inc.next()) { inc.work_notes...

Anjaneyulu1 by Giga Contributor
  • 5472 Views
  • 20 replies
  • 1 helpfuls

Resolved! Scheduled Reports Conditions

Have a business / use case where we are wanting to have an email sent out at X time of the day (16:30 EST), this email needs to have a list of all newly assigned project tasks for that day, then some additional verbiage on the email notification. I f...

find_real_file.png find_real_file.png
SMcCray76 by Giga Guru
  • 2059 Views
  • 1 replies
  • 0 helpfuls

Resolved! RITM record closed even though it had open tasks

Hi all, We've got an issue raised by a customer where the requested item record is getting closed when manual tasks are closed even if there are other active tasks. They want the requested item to get closed only when all tasks are closed, but they a...

Amelie G by Kilo Expert
  • 5651 Views
  • 7 replies
  • 2 helpfuls

Restrict choices of a field to be visible on a child.

Hi experts, I have a requirement where we have a field say Type on a cmdb_ci table. This field is meant to have different choices for different classes. FOr example, for class cmdb_ci_server it has 3 choices-  1. Server 1  2. Server 2 3. Server 3 Cla...

Kalyani35 by Tera Guru
  • 2182 Views
  • 6 replies
  • 0 helpfuls

Need to show unique value on choice list

Hello Everyone. I Have a field (B) on my record producer where which is dependent on field A. Now I want to show only unique value in field A. For example on my table field, A contains --> Active store, Active store, Active store, Active store, ACL, ...

TejasviR by Tera Contributor
  • 1991 Views
  • 3 replies
  • 0 helpfuls

based on the roles want to set the field editable

Hi team, based on the itil and incident_manager role i want to make field editable on incident form. for example, if user selects the field status = false and qualified = false in the incident form, want to give the permission to edit the field categ...

chinna by Giga Guru
  • 5101 Views
  • 10 replies
  • 1 helpfuls

Removing HTML Tags and retaining same tags

To begin with, all help is much appreciated. Thank you! I have two description fields 1. HTML type 2. String Type When a user adds content to the HTML description (u_description), I am using the following script to copy the content to the string type...

Sam196 by Kilo Expert
  • 2559 Views
  • 2 replies
  • 1 helpfuls