Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

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

Forum Posts

Resolved! How do I open a GlideModal from a scoped app

I'm getting the error "SCRIPT:EXEC Error while running Client Script "GlideScopedScript": ReferenceError: GlideModal is not defined" when trying to open a glide modal using...  var angularModal; angularModal = new GlideModal(); Does anyone have any i...

Replicate Tansfer Order with Transfer Order Lines

Good afternoon, how are you? I need to create an order guide or catalog item that will replicate the transfer order page with its respective transfer order lines. I need the page to allow the user to select the source and destination stock, and to ch...

Run Flow from script

Hi Everyone, I am trying to run a Flow from a background script (final goal is to run it from fix script). However, flow is not triggering, here is the script: var inputs = {}; inputs["table_name"] = "sc_req_item"; inputs["request_item"] = "RITM...

Sylvain12 by Tera Contributor
  • 2476 Views
  • 4 replies
  • 0 helpfuls

Xanadu - AIOps Operational

Hi all, For some reason my dashboard is getting changed to "AIOps Operational" every time I hit the home/my company logo in the upper right corner.  I have never had this happen and cant figure out why.  Anyone else has this issue? Thanks,Jonathan 

GET Mandatory Fields from REST API

I need a way to get the list of mandatory fields for an incident so that I can create an incident on behalf of a user. The user will NOT be a System Administrator in this case so the user will not have access to sys_dictionary and can therefore NOT b...

Resolved! REST API to fetch the list of users

I'm building out a tool which can automate the process of creating a SN incident on behalf of a user. I first get the user's OAuth token to authorize REST API access. Now I'm able to, for example, create an incident on their behalf using a POST to th...

$rootScope not defined in UI script

So I have a UI script that sets a variable on a Record Producer. The value of that variable needs to be broadcasted to another widget. However, Im getting a "$rootScope is not defined" error. I had a similar error with g_form but added a few lines pe...

Ace009 by Tera Contributor
  • 812 Views
  • 3 replies
  • 0 helpfuls