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

Forum Posts

GlideAggregate Question

Hi Everyone, I am new to this can anyone please tell me why we use if block while counting record using GlideAggregate.   var count = new GlideAggregate('u_test');count.addAggregate('COUNT');count.query();var computer=0;if(count.next())    {        c...

Currency change as per user locale

Hi All,Need help to show appropriate currency ($, £,€) as per user's location/country code   on service catalog/ portal for   catalog items. I read wiki, docs and communities articles but couldn't achieve on end user side. I see the value conversio...

Community Alums by Community Alums  
  • 7501 Views
  • 3 replies
  • 0 helpfuls

Resolved! I added two columns on list view through list layout which after removing/personalizing can be added only after clicking on 'Reset to default columns' . Is there any other way through which we can get those columns while personalizing/adding without

Hi,   I added 2 columns VIP/VVIP through list layout on Incident table. If I am removing these columns by personalizing I can remove it. But when I again personalize to add those fields I cannot find them in the list so when I click on 'Reset to defa...

find_real_file.png find_real_file.png find_real_file.png

Stopping Background Scripts

Hi all, I have written a Background Script on Incident table. And it is causing problem upon my new enhancements. I do not need that background script anymore. How can i stop that background script. I have tried some known methods but none of them se...

sriharshitha by Tera Contributor
  • 6223 Views
  • 3 replies
  • 3 helpfuls

Resolved! Changing Prefix of a Table Auto Number.

Hi all, I have a requirement to change the prefix of Auto number field in the table which I got from integration. I have tried working with changing the prefix in studio. But it is not giving me the correct output. I want to know what are the other w...

sriharshitha by Tera Contributor
  • 9964 Views
  • 5 replies
  • 12 helpfuls

Resolved! Impersonate User Not Visible

Hello All,When I try to impersonate I am not getting the "impersonate user"  tab PFA the snapshot.  The highlighted option is not available, how to fix this issue? is this a known issue? Please share any docs to refer. Thanks

find_real_file.png

Resolved! Knowledge Article UI Action Button on Service Portal

Hey Community, I've been working on a widget to create UI action buttons on the Service Portal view of knowledge articles. One of the buttons is to email a knowledge article. I want to have the article's Short Description fill the Subject line and th...

Chaz by Tera Guru
  • 3002 Views
  • 4 replies
  • 0 helpfuls