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

Forum Posts

Visibilty of tickets based on Parent-child assignment group

Hi Team, We have 2 groups Group A and Group B,Group B (Child)is child of Group A(Parent)Requirement is - Any member of Group A should be able to see all the incidents assigned to their group as well as its child group.And, Any member of Group B shoul...

KARAN24 by Tera Contributor
  • 559 Views
  • 2 replies
  • 0 helpfuls

Resolved! Scheduled reports

I have 2 scheduled reports on incident & ritm table respectively and the data is sent through excel format. The user wants that the records which are there in the excel can also be seen in the email body.Is that feasible to do? If yes, how can it be ...

Search configuration not working in Now mobile

@Ankur Bawiskar / @Community Alums / guys I have configured one custom search configuration for my Catalog it is working with all the keyword matching except 'Application' keyword for example if i type in search bar in now mobile Keyword -> Applcatio...

ARAVINDA11 by Tera Contributor
  • 758 Views
  • 2 replies
  • 0 helpfuls

Performance Analytics Indicator giving error

Hello All, Getting below error when trying to disable 'Collect Breakdown matrix' field in the indicator 'Number of CIs Installed' Error message - Indicator Source Facts table and Script Facts table must have the same value How can this be resolved?At...

dharmeshrathod_0-1691592033548.png

Resolved! Need to create NEW User button in calls form

Hi, I have a requirement; in calls form I need to create a new button and the functionality is to open a new user record...Is it possible to do so.... like once i click the new button in calls form then new user form opens Note: Call is the table sim...

suuriya by Tera Contributor
  • 304 Views
  • 1 replies
  • 1 helpfuls

on-call scheduling

hi in on-call module these is a calendar showing i have shared the screen shot the phone number is coming from the mobile_phone field of user table i want that to point to different field custom one created in the user table the on-call number field ...

venkatasai1_0-1691735023448.png venkatasai1_1-1691735023099.png

Conditional coalesce script for sys_id creates record

I have a scenario on multiple coalesce conditions. So I created coalesce on the sys_id field(script)var gr = new GlideRecord("table");gr.addQuery("field1", source.fieldA);gr.query();if (gr.next()) { return gr.sys_id; // I tried with - answer = gr...

SANJEEV4 by Tera Contributor
  • 285 Views
  • 2 replies
  • 0 helpfuls

How to remove display value from Forms.

Whenever record is created the created is getting displayed on top of the form, I don't want to display anything there except the form name How do I remove it please do share if you have any pointers on this.PFB screenshot for reference.Thanks in adv...