1. What is UI Builder
  2. Create custom workspace
  3. Event Mapping Script – Link to destination
  4. Important UI Builder Component
  5. Enable TAB in Worksapce
  6. UI Action Visible in Workspace
  7. Declarative Actions in ServiceNow
  8. UXF Client Action – Declative Action
  9. Data Management
  10. Create Custom Component for UI Builder
  1. Install NodeJS – https://youtu.be/b9iuvDkBUwc
  2. Install CLI (VS Code) – https://code.visualstudio.com/download
  3. Download and install the ServiceNow CLI from ServiceNow Store – https://github.com/serviceNow/servicenow-cli
  4. Install the ui-component – snc extension add –name ui-component
  5. If needed to downgrade npm version – npm install -g [email protected]
  6. Install the ServiceNow CLI application on your instance.
  7. Create connection profile –
    • snc configure profile set
    • snc configure profile set -–profile <replace-with-your-profile-name>
  8. Get Company Code – sys_properties.list – glide.appcreator.company.code
  9. Setup Project –
    • snc ui-component project –profile –name @myorg/movie-quotes –description ‘A web component that prints movie quotes.’
    • snc ui-component project –profile <your-named-connection-profile> –name @myorg/movie-quotes –description ‘A web component that prints movie quotes.’
  10. Load Files – npm install
  11. Run the component locally – snc ui-component develop
  12. Deploy – snc ui-component deploy

Have Fun !

Total Views: 1237

No responses yet

Leave a Reply

Your email address will not be published. Required fields are marked *