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

Forum Posts

Business rule to change Parent::Child relationship type.

Hi Experts, I am manually converting business services to application service by UI action "Convert to Application Service" button. After I click that button it creates a record in Calculated Application Service table then I am using relationship edi...

Sumit14 by Kilo Contributor
  • 746 Views
  • 3 replies
  • 0 helpfuls

Resolved! How to Find Duplicate records

Hi everyone,   I want to get all the duplicate names (same name for two or more records) for script includes. Like in an instance if there are 5403 script includes (active ones), then I want to know all the duplicate names of the script includes. Can...

Pallavi65 by Tera Contributor
  • 2946 Views
  • 3 replies
  • 2 helpfuls

Resolved! How to validate MRVS values in RITM view?

I have a requirement in which a field in MRVS should only be visible in RITM and not in Service catalog view. I have to stop the submission of the RITM form if the field is empty. I have tried making the field mandatory in RITM view but it does not w...

Resolved! If the short description filed contains the name of CI, the business rule will automatically enter that CI into the incidents form, can you guide me script on this we have total 472 incidents ci exist

If the short description filed contains the name of CI, the business rule will automatically enter that CI into the incidents form,  can you guide me script on this we have total 472 incidents CI exist. while creating incident  we will enter CI name ...

janardhan5 by Tera Contributor
  • 1329 Views
  • 9 replies
  • 0 helpfuls

Step configuration in ATF

Hi community, i'm working to automated tests for my business unit with ATF (Automated Test Framework) here is a scenario i tried to implement: - Impersonate one business profile -open a new form on customer service management table (sn_customerservic...

Resolved! RITM variable data into Custom CSV file format

I wat to save the data into a particular formate    i want to get the data and update in the file where ever i want    code i have :     var ritmSysId = current.sys_id;     var set = new GlideappVariablePoolQuestionSet();     set.setRequestID(ritmSy...

Royal1 by Tera Contributor
  • 853 Views
  • 4 replies
  • 2 helpfuls

Requested Item - ACL Control

I have the following situation: All users with a certain role can change the state of the request after it is closed.The user double-clicks on the state when the table records are listed, as shown in the image below and changes it.   I would like to...

find_real_file.png

Resolved! Inbound email action creates incidents when email replied to

Rome | CSM instance I have a couple inbound email actions that are creating incidents when users reply to the notifications. How do I stop this?   Also, when I go to System Properties > Email Properties there is NO Ignore inbound email if the subject...

Resolved! Validate Variable Date Fields

Hi,  I am trying to setup two date fields which have onChange client scripts to add validation   'Needed From' has a client script which makes sure the date cannot be set in the past and is working. 'Needed until' uses the script below and should che...