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

enable ui action in workspace level and makes it as workable

Hi All, I need your help to enable one Discover now ui action in workspace level and makes its as workable in workspace level.Below is the ui action script : var type = 'Cloud';if ((/Managed AWS Cloud/gi).test(current.asset.u_solution_type)) {    typ...

mastanbe by Tera Contributor
  • 462 Views
  • 3 replies
  • 0 helpfuls

filter component in ui builder

HI Team,i have added the filter component in ui builder. and added the default values like Last 12 months, Last 3 months and Last quarter. now, i need to change the default value like "Last 12 months" to "Last 12 Months", "Last 3 months" to "Last 3 M...

saikumarkak_0-1750065670999.png
saikumarkak by Tera Contributor
  • 311 Views
  • 1 replies
  • 0 helpfuls

Apply SLA Based on Customer Accoun

As a system, I want to apply different SLA tiers depending on the customer account or contract, so that appropriate service levels are enforced.SLA policy is linked to the account/contract.1-Upon case creation, SLA is automatically attached based on ...

prerits by Kilo Guru
  • 330 Views
  • 2 replies
  • 0 helpfuls

TMF Customer order creation payload is throwing the error

I am trying to create the customer order record from postman by sending the payload. But it is throwing the error like below. I want to know how to fix this issue. {    "code": 21,    "reason": "Invalid payload: Request body missing",    "message": "...

Resolved! Email field not copying from Interaction to Case

When creating a case from an interaction I need to copy the email address to the case but it is not copying.  Here is the code for the UI Action:current.update(); var newRecord = new GlideRecord("sn_customerservice_chat"); newRecord.initialize(); ...

ronyates by Tera Guru
  • 491 Views
  • 2 replies
  • 0 helpfuls

Localization Issue in Notifications Based on Account Language/Region

Hi everyone,I’m facing an issue where the resolution code in my notifications is not being displayed in the correct language. I have resolution codes in multiple languages, and these are based on the Account’s preferred language or Region.Here’s the ...

Gopal14 by Tera Contributor
  • 701 Views
  • 7 replies
  • 0 helpfuls

filter component ui builder

HI Team,I have a requirement that i added a filter component in workspace and selected the date filter type and selected the date ranges. now, here i have selected the three date ranges. but i need to arrange the order and correct the spellings like ...

saikumarkak_0-1749808359388.png