Clone Form Widget from Global to Scope
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2022 06:35 PM
Hi All,
I've cloned the out of the box form widget to a scoped application, now the form doesn't render and is blank. How can I fix this?? Please don't reply with links that doesn't apply to a form widget.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2022 02:08 PM
what exactly are you trying to achieve?
note that the server script will now be accessing scoped ServiceNow API - lots of global API is not available in scoped applications. could very likely be that the widget doesnt even load all data because the server script fails at some point.
if you need to add features like client side buttons - please take a look at this article. it shows you how to implement this without having to clone the widget:
https://community.servicenow.com/community?id=community_article&sys_id=b1588f6fdbcf011439445ac2ca961922
Useful if you want something like this: