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

Forum Posts

Resolved! How to use "List Choice" in UI Action

I want to use "LIST CHOICE" in a UI ACtion effectively..suppose when I open any table... table.LIST , I will get some list of records... assume that if I select some records. and then If I click on that particular UI Action then I need to get all the...

Sathwik1 by Tera Expert
  • 2218 Views
  • 3 replies
  • 2 helpfuls

How to do getValue and setValue in client script for Journal fields

Hi All, I have to know how we can do set value and get value in client script for custom journal fieldeg: Test commentthis is the custom field I have created with type journalI want to get the latest comment from this field and need to trim set the c...

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

How can I hide the OOTB view?

Hello Experts!I have a requirement to hide the List view and From view provided in OOTB.Sometimes I want to hide all views, but sometimes I only want to hide some of the list views. Best regard. senon

senon by Tera Sage
  • 978 Views
  • 2 replies
  • 1 helpfuls

Resolved! Database View

What is database view?Practical demo of how to create Database view and how to use it.

harry24 by Tera Contributor
  • 7709 Views
  • 16 replies
  • 13 helpfuls

How to hide the Add Row label title on MRVS form

 I was able to inspect and find this element on a multi-row variable set<h1 id="catalog_table_variable_dialog_title" class="modal-title h4"> Add Row <button class="btn btn-icon icon-help help"> <span class="sr-only">Help</span> </button> </h1> I need...

Add_Rows.PNG
Community Alums by Community Alums  
  • 903 Views
  • 6 replies
  • 3 helpfuls

Resolved! addJoinQuery issue

Hello Team,i need to know that how  addJoinQuery work and pass the sys_id.var thisCI='dfgh1111'// this is CI var grParentCIName = new GlideRecord('cmdb_ci_business_app');grParentCIName .addEncodedQuery('u_active=true^sys_class_name=cmdb_ci_business_a...

Resolved! Can we trigger outbound REST using catalog client script ?

we need to trigger an out Bound rest API while catalog item field change (asset field )  outbound Json:“Catalog”: {        “Asset”:”XYZ”,        “Type:”outbound”,        } when user changes the asset field than we have capture the asset values and  t...

String_0-1677394560050.png
String by Kilo Sage
  • 2368 Views
  • 5 replies
  • 3 helpfuls

How to see our logs in Rest API

Hi All,how we can see the logs of REST API in snow.first we created inbound WS then created outbound WS. it is success that is 200.but data is not inserted.now my doubt is i want to see the logs if it is catches.so where we can find the logs under sy...