- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2023 06:27 PM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2023 07:03 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2023 07:03 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2023 08:52 AM
@Tony Chatfield1 - I think I have it now. Thank you Tony!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2024 10:42 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2023 02:17 AM - edited 04-07-2023 02:19 AM
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.