Converting a custom component to fluent.

prachikomal
ServiceNow Employee

Hey com,

how to get started with converting a custom component (seismic) to fluent?

7 REPLIES 7

Since your repo is UI components only, you don’t need tables or BRs really:


in ServiceNow IDE:

  • Open the project -> Convert application to Fluent or Synchronize if set up to generate .now.ts files.

Or via SDK:

npx now-sdk init --from <sys_app_sysid> --auth <profile> --packageName <name>
npx now-sdk transform

this generates Fluent files for your UI components only.

 

@prachikomal - Please mark Accepted Solution and give a Thumbs Up if you find Helpful!!

prachikomal
ServiceNow Employee

Okay, I cloned an already existing fluent app repo before, this one is different:

And since it is not already fluent it is giving me below error while cloning:

prachikomal_2-1766997364100.png