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

Forum Posts

How to Add new approval group to change ???

hi all, On change form, we have two custom fields with choice values Yes/No, Whenever we create normal change by selecteing ' yes ' either of two custom fields , how to add new approval group to change form???

Divya K1 by Tera Guru
  • 1752 Views
  • 2 replies
  • 0 helpfuls

Search by approximate name in a reference variable

Hello everybody, We have a field called Configuration item that references our CMDB, It does a search for the exact name, but I would like it to do a search with approximate, The same already occurs when I insert the (*)   I appreciate any help.

Sancley by Tera Contributor
  • 1459 Views
  • 4 replies
  • 1 helpfuls

getSCAttachmentCount() is getting error in my portal

getSCAttachmentCount(); is not working for me. I copied same code from the community, still not working. onSubmit Client Script code: function onSubmit() {    try {        var attachmentList = gel("header_attachment_list_label");        if (attachmen...

find_real_file.png find_real_file.png
vvr0409 by Giga Contributor
  • 3597 Views
  • 12 replies
  • 3 helpfuls

Resolved! how to hide sensitive Information on Ticket History

There could be times where some sensitive data could be inadvertently added to an issue in a text format, on a comment, description, or other forms (Fields, etc). For security reasons and due to this information needs to be removed/ Hidden.Although t...

Resolved! List Collector view in service portal.

Created a catalog item with one of the variable as Users which is of type List Collector. In native view, it appears as expected but in portal it is showing as reference field. How to achieve this slush bucket view in portal. Portal view:

find_real_file.png find_real_file.png
Lakshmi56 by Tera Contributor
  • 4022 Views
  • 6 replies
  • 2 helpfuls

Report for Reassignment

How do I create a report for requests and Incidents that have been reassigned from one WG to another. EX: Assigned to Group A and Group A reassigned to Group B.

Dawn Pierce by Tera Contributor
  • 2666 Views
  • 6 replies
  • 1 helpfuls

Resolved! How to remove a user's role when the user is no longer a group manager

Hi everyone! I would like to ask your assistance, I have this requirement wherein when a user is placed as a Group Manager it will automatically grant an "approver_user" role. However, I would also like to revert once the user is no longer a Group Ma...

ss123 by Tera Contributor
  • 1196 Views
  • 6 replies
  • 4 helpfuls

How to show slushbucket for a variable in Service Portal View?

We have a requirement where we need to show a variable which contains the options in the slushbucket. I have tried using list collector variable type but the slushbucket is only displayed on the native UI, on the portal side it displays the variable ...

AReddy1 by Tera Contributor
  • 2502 Views
  • 6 replies
  • 4 helpfuls

Resolved! Moving CAB Meeting Agenda Items not Reviewed during CAB Meeting

What is the mechanism to shift unreviewed agenda items to a later CAB meeting? The use case assumes that a CAB meeting has more agenda items than available time. After the meeting ends, the remaining agenda items seem to be stuck with "Pending" state...

MGanon by Tera Guru
  • 1893 Views
  • 7 replies
  • 3 helpfuls

Resolved! Prevent Catalog item Submission if there is no attachment

Hi All, I have a requirement to prevent form submission in service portal if the catalog item has no attachment when one of the fields has a certain value. I have tried onSubmit catalog client script with the following code, but it returns false even...