ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

How to have onclick container in ui builder

Hi Community, In ui builder, I want to run an 'onclick' script when any content in a container is clicked. The container component does not have an event tagged to it. How can I achieve this. I duplicated the 'Container' UX Macroponent Definition of ...

Hasan6 by ServiceNow Employee
  • 1777 Views
  • 2 replies
  • 0 helpfuls

Resolved! getting error for cross scope access privilege

Getting below error from portalScenario:i have created one widget in 'Knowledge Management - Service Portal' application and doing GlideRecord from table 'u_kb_template_test_article' which in global application.I have granted the access from table an...

Prakash_S by Tera Contributor
  • 2392 Views
  • 2 replies
  • 1 helpfuls

Resolved! Create Problem from incident after confirmation

I have requirement to create problem from incident. I know there is out of the box button is there but that is not asking for conformation. Upon confirmation given only problem should get created. i have created new ui action for same but both ui act...

RunsumS by Tera Contributor
  • 987 Views
  • 1 replies
  • 1 helpfuls

session Object is not working correctly

 var char = new GlideRecord('sn_ind_tmt_orm_order_characteristic_value'); char.addQuery('order_line_item', current.order_line_item.sys_id.toString()); char.query(); while (char.next()) { if (char.c...

Community Alums by Community Alums  
  • 606 Views
  • 1 replies
  • 0 helpfuls

Resolved! Dynamic Reference Variable on different tables

Hello all, What would be the best solution to achieve the following: 1. I have variable X on item that is a Select Box with Question Choices: Business Service; Service Offering; Business Application2. I need a dynamic variable to display records from...

kandulek by Tera Expert
  • 1002 Views
  • 1 replies
  • 1 helpfuls

Where are Related List User Filter Condition Stored?

Within a form's Related List, a default Filter Condition can be set and is editable by the user.- The filter is remembered for the user. - The filter is also specific to the parent record associated to the related list(i.e. other parent records do no...

Community Alums by Community Alums  
  • 890 Views
  • 1 replies
  • 0 helpfuls