The CreatorCon Call for Content is officially open! Get started here.

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

Forum Posts

UI Builder customization

There is a stepper component that should link with state field of form (incident) table, like if state is "open" then stepper should automatically set to "open" state:thanks!

Balbir_Singh_0-1718871440624.png

How to dynamically syncrhonize Stepper in UI Builder.

I have started working in UI Builder. I want the stepper to change state according to Change form on the same page. It means when the state of Stepper must change immediately when change form state changes. How to accomplish this?

Hm10 by Tera Contributor
  • 321 Views
  • 1 replies
  • 0 helpfuls

Change field in search result of related list

Hi, I had a requirement like, In change record's related list, we have a tab called "Affected locations", when we go to Affected locations tab click on edit, then a page opens, In that page we have collection of locations. there in search results we ...

BysaniG_0-1721753246565.jpeg

Resolved! Filter ritm by range

I want to query RITM that are in progress between 2024-07-18 and 2024-07-19 from the list of RITMs using actual start and end fields. How can I filter the range so that just the requests listed below are returned?  

tsoct_0-1721751671280.png
tsoct by Tera Guru
  • 335 Views
  • 1 replies
  • 0 helpfuls

UI builder component

Hi Community,There is a requirement to link the stepper component with the state field of the form default component,I.e., the form is an incident table, and on the stepper, the state field is applied, so need to connect these two if the incident's s...

DevYadav_0-1719827025966.png
DevYadav by Tera Contributor
  • 244 Views
  • 1 replies
  • 0 helpfuls

Get Widget property from notification

Hi, I need to retrieve the status of a checkbox from a widget to include it in a notification condition. So, if the checkbox is checked, then the notification can be sent.In the script of my widget, there is already a variable that retrieves the stat...

Widget Pass data

Use Case:I want to pass data from widget client script to server script then after server script finished executing pass data from server script to client script.Widget Client Script:c.data.name = "test";c.server.update().then(function() { c.data.nam...

ican by Tera Contributor
  • 227 Views
  • 1 replies
  • 0 helpfuls

Resolved! Schedule based Assignment Rule

I have a below requirement:From 5pm India time to 11.59pm India time, tickets on the Incident table for the Location named ‘Noida’ should be assigned to a group called "ANZ Noida After Hours Operations Team"From 12am India time to 4.59pm India time, ...

MuhammadAqS by Tera Contributor
  • 1280 Views
  • 9 replies
  • 10 helpfuls

Catalog items open to public on portal

Hi,I have a requirement to open 3 catalog items to public for any unauthorized users to submit a case. For all other catalog items, they will need to log in to access.I know this can be achieved by setting the page ‘csm_sc_cat_item’ set as public, an...