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

Forum Posts

how to get excel sheet data in mrvs

Hello EveryoneI have requirement to add excel sheets data in catalog item's mrvsI have two sheets in one excel file add and delete.add sheet has following details:Action RequestDevice TypeDevice NameSerial NumberFQDNAddressAtlasIP Typeaddserverawarep...

Instance Scan in 2026

 Hello all, How is the adoption of Instance Scan going in 2026? Are developers finding it valuable for maintaining quality and governance?Thanks, Carlos Gonzaga

carlosgonza by Tera Contributor
  • 52 Views
  • 1 replies
  • 0 helpfuls

ServiceNow to Bitbucket Integration

Hello All,I am wondering if it is possible to integrate ServiceNow to Bitbucket.Reading some topics, I see it should be possible via REST.Nevertheless, I would like to check the following matters:1. Is it possible the SCRUM module of SNOW in specific...

UI Script (UI type: all) calling issue

I have a UI Script of type all as following:(function() { if (typeof g_ui_scripts !== 'undefined') return CincValidatorUtils; })(); function CincValidatorUtils() { return { fieldNAValidator: function(g_form, field, fieldValue) { ...

Mainak1 by Tera Contributor
  • 617 Views
  • 3 replies
  • 0 helpfuls

fields in scoped application

We created scoped application in studio then we used form design to create some fields in the scoped table. The fields that I created starts with 'u_' prefix why is that? Shouldn’t have ‘x_’ prefix instead of ‘u_’?Then we created one more field using...