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

portal widget fields read asset page

Hello, I'm interested in making the serial number field read-only for all users on the portal's asset page. However, I'm currently facing challenges in finding a suitable solution. Could you kindly offer some guidance or support on this matter? Your ...

Screenshot 2023-10-20 at 12.54.03.png
Natalia11 by Tera Expert
  • 306 Views
  • 2 replies
  • 0 helpfuls

Resolved! Case reply to email

When case is created email is send to contact user. when that contact user reply to that mail ,I want to send mail to assigned to user, that contact replies to mail. how can we achive this on case table.

Ganesh Aher by Kilo Contributor
  • 1772 Views
  • 3 replies
  • 0 helpfuls

Service bridge - data sync is not happening in customer instance

We have the Service bridge setup between two instances and the connection is successful. We have the provider table as 'Case' and customer table as 'Incident'. Based on the trigger condition, the remote task gets created successfully too. Issue: The ...

shridhar_bm by Tera Contributor
  • 1884 Views
  • 8 replies
  • 0 helpfuls

CASE Sub State to In Progress

Hello team, If the State was AWAITING INFO and then the State changes to OPEN because customer replied, sub state should be CUSTOMER REPLIED . Thanks,Krishna.

Krishna142 by Tera Contributor
  • 286 Views
  • 1 replies
  • 0 helpfuls

Appointments and WO/WOT - not creating

Hi SNC,  I wonder if there is anyone out there that can help us.  We are setting a demo that will show how Appointments work from a Customer/Contact perspective through the CSM POrtal.  The idea is that it is a maintenance Service catalogue item, the...

Related Party Users

Hello everyone, I added a Related Party User to a case according to ServiceNow Product Documentation: Adding related parties to a case - but unfortunately they still can't see the case in the CSM Portal.  The Contact I have added here (Knut Test) has...

DavidJonsson_0-1697623472980.png

Abort Attachment insertion

My requirement is to abort insertion of attachment on case table when attachment size exceeds 9MB and throw an error message.Error message is throwing as expected but the null attachment is showing.if (parseInt(current.size_bytes) > 9000000) {       ...

Copy Case Additional Comments into Incident

Hi, I'm trying to copy additional comments from Case (Portal) into Incident and created before update business rule, this seems not to work. Can someone assist?   (function executeRule(current, previous /*null when async*/ ) {if (!gs.nil(current.comm...

Sunil_th_0-1680569919360.png
Sunil_th by Tera Contributor
  • 762 Views
  • 6 replies
  • 0 helpfuls

Resolved! Aborting Attachment

My requirement is to abort insertion of attachment on case table when attachment size exceeds 9MB and throw an error message.Error message is throwing as expected but the null attachment is showing.