- 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
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
08-07-2025 04:42 AM
Thank @roshan_singh for pointing out the second part and "Keyboard Shortcut" custom assignment. The command "Fluent: Convert a scoped app to Fluent" shown as expected.
However, it still keeps me wondering how come all the commands related to "Fluent" are not listed as the command list had plenty. I did add the sn_glider.ide_fluent_admin role.