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

Forum Posts

Inbound Email Action

when customer send email to ServiceNow in that email service id is there that service id is set in case form service id field .Service id is reference of install base item table . how to achieve using inbound Action in ServiceNow  

Triggering a Power Automate using a Business Rule

Hi, please can someone help. I am trying to trigger a power automate using a business rule when a catalog item is submitted but I can't pass through the catalog variable from the form as part of the REST body. The body is blank as per the screenshot....

Abu5_0-1702546406540.png
Abu5 by Tera Contributor
  • 893 Views
  • 2 replies
  • 0 helpfuls

Making the tough call - Fulfiller reductions

With budgets not allowing for subscription growth, and a very open door policy on granting teams licensed roles (CSM professional fulfillers), we find ourselves needing to identfiy who to trim in terms of license usage. The easy level of "haven't log...

Autopopulate Contact field when the Account is selected.

My code wont work or i missing something? please need help. Contact is reference field function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoading || newValue === '') { return; } var selectedAccount = g_form.getV...

Community Alums by Community Alums  
  • 611 Views
  • 11 replies
  • 3 helpfuls

Add a Column in Country country_core Table

The Table: Country [core_country] are we able to add a column ‘Blocked Country’ as a true/false field to identify what countries are blocked. If the blocked country status changes, we won’t need to update the form. The workflow will be off of Blocked...

Ajay Singh2 by Tera Contributor
  • 493 Views
  • 2 replies
  • 0 helpfuls

Read only check boxes is not visible clearly on form view

 As we can see on the screenshot, User experience check box is marked as true but from usability ,visibility perspective  it is feebly  visible. Can this improved to increase the enhance the visibility

AnuGG_0-1702463123038.png
Anu GG by Tera Contributor
  • 380 Views
  • 3 replies
  • 0 helpfuls

attachment Query

When customer reply through email that time customer attached one attachment to mail  that attachment is not added to the  record. Let me how achieve