Convert an application to Fluent
Convert an existing application to support development in source code with ServiceNow Studio.
Before you begin
Role required: admin
About this task
Existing applications that weren't created in source code must be converted to support development. Converting an application adds the necessary files and directories for developing it in source code. You can choose whether to convert existing application metadata into ServiceNow Fluent code.
Procedure
Result
The converted application is added to your workspace with the necessary files and directories to support development in source code. After installing a converted application, the Package JSON field of the custom application record [sys_app] contains the path to the package.json file for the application.
Access-Control-Allow-Origin header. What to do next
From your Git provider, create a dedicated Git repository for the application. Initialize a local Git repository for your application and push it to the remote repository. For more information, see Initialize a Git repository.
Continue editing your application in ServiceNow Studio.