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

Forum Posts

Filter Reference field based on related item

Hi Community,I need help filtering a reference field in a catalog item. 1. Scenario: â€¢ I have created a catalog variable called MID Server Cluster, which references the MID Server Cluster table (ecc_agent_cluster). â€¢ This table is related to the MID ...

Modify the tiles in the Change model Interceptor

How can we modify the tiles on the new Change Interceptor window (available with the Change Models). I need to remove the Success rate, highlighted in the attached screenshot. Tried looking through the community, didn't found much except KB0998658 wh...

Screenshot 2023-07-03 at 4.00.08 PM.png
AirSquire by Tera Guru
  • 457 Views
  • 2 replies
  • 1 helpfuls

Auto add filter when query by business rule

I have a problem, I have a "u_demo_data" table and it has "u_import" column. I tried to use the business rule that auto-add condition "u_import=false" when the url has "sysparm_ignore_import=false". I tried the coding below in the business rule:var i...

Dat Phan by Tera Guru
  • 312 Views
  • 3 replies
  • 0 helpfuls

Activity Formatter placement

The Activity Formatter should not be part of the title sectionand instead be moved to a dedicated section. This will provide a consistent user experience and prevent forms from becoming overly long.can anyone suggest what should be the correct placem...

NarendraK14 by Tera Contributor
  • 464 Views
  • 4 replies
  • 1 helpfuls

Resolved! Create a button for Creating Incident article from INCIDENT form

Hello, We have a new template named "Incident article" that needs to be used when creating a knowledge article directly from an incident via button. Same as with a problem when creating a know error from problem formHow to achieve this using UI Actio...

Nandini DM by Tera Contributor
  • 681 Views
  • 9 replies
  • 2 helpfuls

Resolved! Checkboxes mandatory

Hi, I have a requirement where there are 4 checkboxes and the user wants all of them to be mandatory. If any one of them is not mandatory the form should not be submitted and also there should be a message below all the checkboxes that the selection ...

Resolved! unable to see dot walking fields in list view

Hi All,Please help me solve thisi was created custom table Table A extended Task table. I was added Assignment group and Business service fields in Table A list view from Task table by using configure list layout dot walking. For admins can able to s...

suresh91 by Tera Guru
  • 2063 Views
  • 7 replies
  • 3 helpfuls

Group By string value in report on Metric Result Table

Hello, I want to create a bar type report on Metric Result Table (asmt_metirc_result) and need to Group the data by String Value. However, I cannot find 'String Value' field in 'Group by' field on the report. Please refer below snapshot for reference...

find_real_file.png

Resolved! Flow Designer Issue- Xanadu Release

in XANADU-One of the main issues is the introduction of new Flow Designer tables, which is preventing update sets touching these new tables from being promoted to the current QA and UAT instances. Though my DEV instance is in Xanadu, and knowing it h...

Return value from a call back function

Hi All,I have a client script that use GlideAjax.I want to return a value from the call back function, does anyone know how to implement this? my script:function funcationName (number) {var ga = new glideAjax('ScriptName');ga.addParam('sysparm_name',...