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

Forum Posts

To insert or update fields in a table using API

HI All,I have a Requirement where I get some field inputs from third party and then I need to insert or update those fields in a table present in SNOW, as there are huge number of fields and there is a scope of new fields getting added up in near fut...

zabeeulla2 by Kilo Expert
  • 2017 Views
  • 2 replies
  • 0 helpfuls

can i make calls from one instance to another instance

Hi All,I have created a one instance(inst A), say it is Provider.Can i call to that provider(inst A) from another instance(inst B), i want to make rest API calls with that client ID and client Secret of the Provider(inst A) .Can i know how to do this...

adigelli by Kilo Contributor
  • 2703 Views
  • 8 replies
  • 0 helpfuls

"Read Only" fields can't be update via REST API?

Hello,We have a nightly process that updates our CORE_COMPANY table with the latest data on our Accounting system tables. Because we get this data from an external source, I want the fields we're updating to be read only to anyone (including Admin ro...

carlh by Kilo Guru
  • 5474 Views
  • 8 replies
  • 0 helpfuls

Call a ui macro from a service catalog variable

I have a variable of type reference which is referring to sys_user table. When we enter a name in this variable, I want a ui macro to be invoked which will take the value of this field.I already have code for the ui macro but I just don't know how to...

1.jpg 2.JPG

Resolved! Using g_form.getValue for UI policy

Hello All,I am using g_form.getValue to develop an UI policy in Change Management. This is the simple code that i used to display form variable "Configuration Item". The actual field name is cmdb_civar ci_name = g_form.getValue('cmdb_ci');   g_form.s...

find_real_file.png

Querying Related Tables sc_req_item and sc_cat_item

My requirement is to pass in the "Requested Item number" and "requested item name" and check whether any records exist...Noticed that name field is present in different table sc_cat_item... I m passing in the Requested item number and name from my cl...

Resolved! How to relabel a dot-walked field on a table-form by creating Language File (sys_documentation) record for that field on its respective table?

Hi,I came across one scenario while form designing and have one question on it:How to relabel a dot-walked field on a table-form by creating Language File (sys_documentation) record for that field on its respective table. e.g - there is a dot-walked ...