We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

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

Forum Posts

Resolved! Make UI Action Button visible

I have created a button "Raise Incident", the use case is it should only be visible when the task_category (choice field) is changed to "IT Service Management".  I gave the condition in condition field inside UI Actions, it's not working. 

akashkekan by Tera Contributor
  • 2132 Views
  • 7 replies
  • 3 helpfuls

Requester cannot access the community from the CSM Portal

Requester(customer_contact) attempts to navigate to the community from the CSM portal but is unable to do so. The URL becomes “csm?id=communities_terms_conditions”.The community has the page “communities_home” configured.How should it be configured t...

Minamizono_0-1756713342859.png
Minamizono by Tera Expert
  • 1416 Views
  • 5 replies
  • 0 helpfuls

Why Glide Ajax is not Working in the UI Action Workspace Client script

Client script    var ga = new GlideAjax('sn_customerservice.getAnyBlockingTasks');    ga.addParam('sysparm_name', 'checkBlockingTasks');    ga.addParam('sysparm_caseId', g_form.getUniqueValue());    ga.getXMLAnswer(function(response) {        if (res...

saineha by Tera Contributor
  • 1293 Views
  • 3 replies
  • 0 helpfuls

Integration of ServiceNow and Salesforce

I want to integrate a ServiceNow instance with a Salesforce instance.What operations are required to integrate ServiceNow and Salesforce using the "Salesforce Spoke"?Also, is it possible to link multiple Salesforce instances to a single ServiceNow in...

ReinaF by Tera Contributor
  • 2142 Views
  • 6 replies
  • 1 helpfuls

Resolved! regarding the error message

Hi All,I’m trying to fetch a Service Catalog item widget on a page, but I’m getting the error message:“You are not authorized or record is not valid.”Has anyone faced this issue before? How can I resolve this and make the catalog item load properly o...

RohitPapann by Tera Contributor
  • 1622 Views
  • 2 replies
  • 2 helpfuls

Indicator is doing a running sum instead of showing counts by day

When I complete data collection on an indicator created to count the number of travel requests, the values seem to be a running sum instead of a count for each date.  How do I get my indicator to show the number of travel requests that are counted fo...

mkniola_0-1756410476362.png
mkniola by Tera Contributor
  • 1460 Views
  • 4 replies
  • 1 helpfuls

TMF-653 Test Results in Payload

Hi Team,I have a query regarding the TMF-653 API implementation. As part of this API, we receive a POST request from northbound systems, which triggers a test run in ServiceNow. The results of these tests are then displayed in the ServiceNow UI.In th...