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

Forum Posts

Additional comment and work notes journal fields

How to Show both Additional comment and work notes on the form in default view. also is there any way if i can rename this additional comment for my scope application and it won't affect on other tables like incident, problem etc.

Prati2 by Tera Contributor
  • 1693 Views
  • 4 replies
  • 0 helpfuls

Resolved! How to change SLA choices?

Hello Everyone, I need to remap the SLA's.. Present the choices are "Critical, Same Day, 2 Day, 5 days,10 days, 30 days". I need to change it to "P1, P2, P3, P4". P1 - 4 hours, P2 - 5 days, P3 - 14 days, P4 - 25 days.  Can I add new choices "P1, P2, ...

Mahesh44 by Kilo Expert
  • 1964 Views
  • 4 replies
  • 0 helpfuls

Resolved! custom UI pages are not working on case form

Hi Team, I wanted to change the case type (custom field) in case form through UI action using GlideDialogWindow or GlideModal. 1. created a ui page( change_case) in 'Customer Service' application : <!-- <?xml version="1.0" encoding="utf-8" ?> --> <j:...

find_real_file.png
sri6now by Giga Contributor
  • 1623 Views
  • 13 replies
  • 0 helpfuls

Calling specific Email Client Template from UI Action

Hello all, I have 2 email templates created for sn_customerservice_case table and would like to call one of them from UI Action and for all other cases leave original reply-for-customer-service as a default. However, using OnClick emailClientOpen(gel...

jakubz by Kilo Explorer
  • 2571 Views
  • 3 replies
  • 0 helpfuls

Resolved! getting error message 'Unable to find UI Action with name 'create_incident' on table 'sn_customerservice_case' after paris to Rome upgrade

After Rome upgrade ,when I'm trying to create an incident from case or move the change request state in change table using UI action 'create_incident' or 'request approval' UI Action Button. I'm getting an error message "Unable to find UI Action with...

sree44 by Tera Contributor
  • 3804 Views
  • 16 replies
  • 3 helpfuls

In UI action require roles not captured in Update set

i'm adding approver user role to approve UI action but those updating require roles is not capturing in update set.     Note: I'm aware we can achieve same functionality by adding condition but i want to know how to move this require roles from insta...