- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2025 10:52 PM
I wanted to utilize servicenow IDE for existing scoped application. However, when following the instruction: https://www.servicenow.com/docs/bundle/yokohama-application-development/page/build/servicenow-ide/ta...
to convert existing application. I can not find the command: Fluent: Convert a scoped app to Fluent.
I am using latest version 2.1.2.
Fortunately, when trying to use servicenow SDK for the same, it was able to pull all the metadata files/artifacts.
am I missing anything here?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2025 11:25 AM
Hi @ArjunBasnet,
Here’s what worked for me:
Ensure you have the 'sn_glider.ide_fluent_admin' role assigned.
Log out and log back in, then check if the “Fluent: Convert a scoped app to Fluent” command appears in the Command Palette (Ctrl+Shift+P).
If it still doesn’t show up, try the following:
Open Settings (bottom-left corner of the IDE).
Go to Keyboard Shortcuts.
Search for "Fluent: Convert a scoped app to Fluent".
Assign a custom keybinding to the command.
Use the keybinding — this should list all available scoped apps for conversion.
Once triggered, the command should become available in the Command Palette as well.
Hope that helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2025 10:55 PM
Hi @ArjunBasnet Is your current scope the same as the application's one?
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2025 11:24 PM
Hi @GlideFather
Yes it is. I expected to see list of scoped application regardless of "scope selection".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2025 12:52 AM
HI @ArjunBasnet
and is it a PDI or client's? Are there any scoped application in the instance?
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2025 04:44 AM
I tried both in PDI and sub-prod instances, of course there is scoped app available. Thanks for the suggestion. As commented by Roshan below, it looks like there is glitch with command listing and works when shortcut key bindings are done.