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. EVAM Data Resource Dynamic Filter
  11. Custom Component Setup for UI Builder
  12. Concept of Custom Component
  13. Beautiful Table Content
  14. Build Custom Component UI Builder
  15. Call Data Resources From Client Script

How can we enable TAB in the workspace using UI Builder.

First, you have to navigate to Now Experience Framework ->Experiences

Find out your experience, in my case its “Demo”

Open the experience and create a property under the related list with this value:

Name: chrome_tab

Type: json

Value:

{
“maxMainTabLimit”: 10,
“maxTotalSubTabLimit”: 30
}

Total Views: 1507