Convert application with ServiceNow IDE not working

ArjunBasnet
Tera Guru

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.

ArjunBasnet_1-1753336264446.png

 

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?

1 ACCEPTED SOLUTION

roshan_singh
Giga Contributor

Hi @ArjunBasnet,

Here’s what worked for me:

  1. Ensure you have the 'sn_glider.ide_fluent_admin' role assigned.

  2. 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:

  1. Open Settings (bottom-left corner of the IDE).

  2. Go to Keyboard Shortcuts.

  3. Search for "Fluent: Convert a scoped app to Fluent".

  4. Assign a custom keybinding to the command.

  5. Use the keybinding — this should list all available scoped apps for conversion.

  6. Once triggered, the command should become available in the Command Palette as well.

Hope that helps!

View solution in original post

6 REPLIES 6

GlideFather
Tera Patron

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! */


Hi @GlideFather 

Yes it is. I expected to see list of scoped application regardless of "scope selection".

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! */


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.