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

Forum Posts

Resolved! CAD Question Help !!

Can anyone Tell me what is the correct answer? To see what scripts, reports, and other application artifacts will be in a published application:A. Enter the name of the Application in the Global search fieldB. Open the list of Update Sets for the ins...

Resolved! restrict the filter options on service catalog field

I am having a reference field on the Service catalog form, below is the screenshot   and  level 3 form field is like below.     and coming to script include, through the Reference qual.  businessGroup: function() {          var choices = [];        v...

pavam_0-1727677054982.png pavam_1-1727678966962.png
pavam by Tera Contributor
  • 663 Views
  • 1 replies
  • 0 helpfuls

Resolved! how to make reference field read only which contain URL ?

Hi All,  I need to make field read-only which contain URL after completing task . I have tried UI policy and onLoad client script   var state=g_form.getValue('state');   alert("in script"+state);   if(state==3||state==4||state==7)   {       alert("in...

CSRF TOKEN VALIDATION

Hi This is for the integration for Snow to solman .In solam we have 2 endpoints where one is used to get csrf token and the other one is to post the csrf token .When we post the token it says validation failed and the response is 403.

Resolved! GlideQuery .select(Fields) is not working as expected

Hi All, I have a requirement where I'm passing set of sys_id's in a order to get some fields using the GlideQuery.select(Fields) method.My expected output was to get the result in same order of the sys_id I'm passing in the query, but the code is ret...

save URL as Hyperlink in a Variable

i have variable of type URL in which we are putting urls like 'www.google.com' we want to convert that URL in hyperlink in native UI and workspace so that if someone clicks on it it would open in new tab

GD11 by Tera Expert
  • 750 Views
  • 2 replies
  • 0 helpfuls