


For more information, see Installation Parameters.Ĭontains details such as the platform version the app uses, product to which the app belongs, event listeners for omni apps, SMI functions that can be invoked from the app’s front end component, and npm packages (dependencies) that the app uses.Ĭontains additional instructions, information, and code-related specifications pertaining to the app. The icon file should be of SVG type with a resolution of 64 x 64 pixels.Ĭontains the installation parameters and oauth configuration files.Ĭontains all the installation parameters whose values are set when the app is installed.
#INSTALL NVM STEPS FOR MAC UPDATE#
When building an app, if the app uses Data methods, Request method, Installation Parameters, or Data Storage, update the index.html file with the following reference to fresh_client.js:Ĭontains all the javascript files required to support the front-end functionality of an app.Ĭontains the app logic to display a sample text and requester’s name in the right sidebar on the Ticket Details page.Ĭontains the styles required for the front-end components of an app.Ĭontains CSS rules that are incorporated to HTML files, when referenced.Ĭontains images that can be used in the app.Ĭontains the app icon. This is the first page that is loaded when the app is activated. The JS file follows the ES5 standard.Ĭontains files to render front-end components of an app. DIRECTORY/FILEĬontains all the files required for the front-end component of an app. The following directories and files are created as a result of the fdk create command. A new app is created based on the your_first_app template. A prompt to choose a template is displayed. From the command line, navigate to the empty directory in which you want to create an app.Ī prompt to choose a product is displayed.You can use the following steps to create an app that displays a sample text and requester’s name in the right sidebar on the Ticket Details page.
