Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Issues cloning simple widget

PeteM1
Tera Contributor

Hello all. I need to clone the simple-list widget so that I can force the records to open in a new tab. However, when I clone the widget I get some errors that involve the following:

 

Server JavaScript error Method "ScopedGlideRecord" called on incompatible object.

 

Is there something I am not doing? I checked to see if there were any templates, etc that should be added to the new clone, but there doesn't seem to be.

 

Any thoughts/comments would be appreciated. 

1 ACCEPTED SOLUTION

Tony Chatfield1
Kilo Patron

Hi, testing in a PDI I am able to clone 'Simple List' widget with no issues\errors.
Were you in the Global scope when cloning the widget?

View solution in original post

4 REPLIES 4

Tony Chatfield1
Kilo Patron

Hi, testing in a PDI I am able to clone 'Simple List' widget with no issues\errors.
Were you in the Global scope when cloning the widget?

@Tony Chatfield1 - I think I have it now. Thank you Tony!

Maulik176
Tera Contributor

How did you achieve to show records in scoped application? i am not able to show my records when i clone the simple list widget. 

PeteM1
Tera Contributor

Hello @Tony Chatfield1 and thank you for the quick response. initially, I am in my application scope (I'll call it: myscope). However, when I open the simple-list in order to clone...it does give me the message. You are opening this widget in the Global scope and your scope is myscope. From there, I do the clone (the 'application' field changes to  myscope), try to place on a page and it gives me errors.

 

Again, thank you.