Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

Not able to select groups in assignment group field in cases?

Hi, We are facing an issues i.e., we were not able to select groups in assignment group field.  1.We have a dictionary override for the assignment group field in parent table and it is not satisfying the condition  2. we have a business rule that whe...

Buddy 1 by Tera Contributor
  • 1039 Views
  • 7 replies
  • 0 helpfuls

Resolved! Ability to reassign cases to another person in a same group.

Once a request is assigned to one member of an assignment group, there is a requirement for another member of the same  group to be able to reassign that ticket to themselves. The current state is that once the ticket is assigned to Person A, Person ...

Insider by Giga Guru
  • 1424 Views
  • 6 replies
  • 2 helpfuls

Resolved! Add User into additional comments using "@"

Hi Community, Is it possible to add a User in the Additional Comments using the "@" but that User has a DL (Distribution List) as an email? I see when is a User that has a normal email, it sends the comment, but when the User has a DL as its email, i...

Terms and Conditions to login in CSM

Is there a way I can configure that when a customer logs in our CSM Portal, they are requested to accept Terms and Conditions to login? Also, I need to save somewhere the answer the client gave (accept/reject).? Thank you!

User562179 by Tera Contributor
  • 905 Views
  • 1 replies
  • 0 helpfuls

Resolved! How to add roles sn_incident_read and sn_incident_write to user?

Hi, I'm trying to add roles sn_incident_read and sn_incident_write to CSM user, so user could raise incident from case as this documentation says. According to this documentation, I should install ITSM roles -plugin to instance, so I could add these ...

Miikka_M by Tera Guru
  • 3401 Views
  • 3 replies
  • 3 helpfuls

Resolved! Assigned to Notification for group members.

When a case  is 'assigned to' someone, send a new notification to all members of the assignment group that the case has been assigned. The notification  should inform the users that the notification has been assigned to a specific person. 

Insider by Giga Guru
  • 1313 Views
  • 5 replies
  • 2 helpfuls

copying field from case to incident

i have a requirement to copy the field (category) from case to incident . i have written a BR for that  (function executeRule(current, previous /*null when async*/ ) {    var caseCP = new GlideRecord("incident");     caseCP.addQuery("sys_id", current...