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

Forum Posts

Request description need to populated from RITM description

I have written one BR to populate Request description from RITM description once RITM got created.Below is the code:var req = new GlideRecord ('sc_request');req.addQuery('sys_id',current.request);req.query();if(req.next()){req.description = current.d...

Rakesh11 by Tera Contributor
  • 777 Views
  • 7 replies
  • 0 helpfuls

SC Request Visibility on Employee Center Portal ESC

I want visibility of open/closed service requests for users within the Employee Center so that it always shows Requests on the ESC portal. So that even if a user has nothing open, they can still get to the "View All Open/Closed Requests and Incidents...

Mikyle Khan by Tera Contributor
  • 507 Views
  • 3 replies
  • 0 helpfuls

Incident assigned to and assignment group not sync

Hello Community,In incident form, assigned to field is not sync with assignment group members. In the first place, when assignment group was changed, it didn't clear the assigned to field. But, in second attempt when i tried changing assignment group...

XYZ by Tera Contributor
  • 440 Views
  • 2 replies
  • 0 helpfuls

Enable My Approvals in Employee Center ESC

I have added My Approvals in the header menu on the Employee Center via Employee Center > Administration > Portal Configuration. Then by drilling into the Header Menu (Employee Center Menu), in the related tab for Menu Items, I went into 'More', crea...

Mikyle Khan by Tera Contributor
  • 3958 Views
  • 1 replies
  • 0 helpfuls