Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Modernizing Your HCL Connections Experience: Vi...

Modernizing Your HCL Connections Experience: Visual Report to chain, Profile Enhancements, and AI Integration

Is your HCL Connections deployment still using out-of-the-box configurations? It's time to unlock its full potential with modern customization approaches!
In this practical session, we will demonstrate how to transform your HCL Connections environment using contemporary development tools and modern web UI frameworks. Attendees will discover three powerful customization scenarios:

Interactive Organizational Chart: Discover how to create a visually stunning, modern representation of your company's organizational structure.
We'll show you how to build an intuitive, interactive org chart that makes navigating reporting lines and understanding team hierarchies effortless for employees and leadership alike.

Tailored Profile Experience: Learn how to adapt the Connections Profiles application to showcase your company-specific data.
We'll demonstrate how to surface custom attributes, business-relevant fields, and organizational information that matter most to your users—all wrapped in a modern, user-friendly interface.

AI-Powered Integration: Explore the exciting possibilities of integrating artificial intelligence capabilities into your Connections environment, enabling smarter interactions and intelligent content discovery.

Key Takeaways:Practical examples for building modern UI components within HCL Connections

Strategies for customizing Profiles to reflect your unique organizational data. Approaches for integrating AI capabilities into your collaboration platform

Who Is This For?
Developers looking to extend HCL Connections with modern web technologies, Administrators seeking ways to enhance user experience and adoption. Decision Makers evaluating the potential of their Connections investment
Track: Admin & Deployment

Speakers: Wannes Rams , Lukas Bühler

Avatar for Wannes Rams

Wannes Rams

May 06, 2026

More Decks by Wannes Rams

Other Decks in Technology

Transcript

  1. Modernizing Your HCL Connections Experience Four practical, implementable scenarios that

    transform your Connections deployment — from org charts and custom profiles to sovereign AI and modern APIs.
  2. Meet Our Expert Speakers Lukas Bühler Full-Stack Web Developer Belsoft

    Collaboration AG Wannes Rams Cloud Architect ISW
  3. The Opportunity Is Right Here Modern Frameworks Angular, React, D3

    and other web components can integrate seamlessly with Connections extensibility hooks. Your Data Is Ready The data already exists — profiles, org structures, documents. It just needs a better interface. Sovereign AI On-premises AI is real, capable, and ready — no cloud dependency required. New APIs HCL is actively modernizing the API layer — making Connections more developer-friendly than ever.
  4. What We're Covering Today Interactive Org Chart Lukas Custom Profile

    Experience Wannes AI-Powered Integration Lukas Modern Blogs API Wannes
  5. The Idea: Make What's Already There Visible HCL Connections already

    stores report-to relationships in every user profile, but is a bit dated. The Goal: Transform that existing structured data into a modern, interactive org chart — with Connections as the source of truth.
  6. The Result: What We Built Interactive Click any person to

    explore their team, navigate up the reporting chain, or drill into direct reports. Searchable Find anyone in the organization instantly — no more scrolling through directory lists. Hierarchy-Aware Full reporting chains visible at a glance — from individual contributor all the way to the C-suite. Embedded Lives inside Connections via the Customizer framework — users never leave the platform.
  7. Live Demo — Org Chart Interactive Hierarchy View Report-to Chain

    with one click Links to Profile, Mail, Telephone Grouped by Country Vimeo OrgChart Demo Engage 26
  8. TECHNICAL ARCHITECTURE Technical Architecture How It's Built Data: Sourced from

    HCL Connections Profiles API Backend: Generating organizational chart hirarchy with Caching Layer Frontend: Angular web component passes data to D3 for visual rendering No core product changes — 100% via supported extension mechanisms. Interactive Frontend Angular frontnend with D3 rendered displaying the hirarchy Backend with Caching Layer Generate Organizational Chart with Caching Layer Connections API Connections Profiles endpoint with Report-to Chain data
  9. "Your org data is already there. We just gave it

    a face." No New Data Uses report-to relationships that already exist in your Connections profiles. Zero Core Impact Pure extension — no modifications to HCL Connections itself. Instant Value Immediate value for employees, HR, and leadership.
  10. The Problem: Profiles Nobody Trusts Generic by Design Default profile

    fields were built to be universal — they don't know about your cost centers, skills taxonomies, or department codes. Data Trapped Elsewhere HR data lives in SAP, HR database, or LDAP — and never makes it into Connections profiles. Adoption Killer Users click a profile, find nothing useful, and stop coming back. Profiles become a dead corner of the platform.
  11. How to Feed Custom Data Into Profiles Three Complementary Approaches

    d TDI Automated Sync — Connect to virtually any HR system and sync data on a schedule. Set it up once; profiles stay current automatically. e User Self-Population — Users can update their personal information using the built in "Edit Profile" page f Profiles API — Use the HCL Connections Profiles API directly to read and write extended profile attributes programmatically. The three approaches complement each other — automated for HR data, user-driven for personal expertise, and API-driven for programmatic control.
  12. The AI Conversation Everyone Is Having Cloud AI tools are

    genuinely powerful — but enterprise organizations face a consistent barrier. Data Privacy Where does your internal content actually go when it hits a cloud LLM? Compliance GDPR, data residency requirements, and industry regulations make public SaaS LLMs a non-starter. The Question Can we have AI capabilities AND keep our data fully sovereign?
  13. The Answer: Sovereign, On-Premises AI Open-Weight Models Are Here Llama,

    Mistral, DeepSeek, Gemma, GPT- OSS, Qwen, Kimi, GLM — serious, capable models with publicly available weights you can run on your own hardware. Runs entirely within your own infrastructure No data leaves your network — not a single token Performance comparable to commercial models for enterprise tasks like summarization and Q&A Cutting-edge AI Capabilities with Privacy by Design
  14. Native Connections AI Integration Embedded directly in the Connections UI

    — no separate tool, no context switching. Document & File Analysis Upload a file and ask the assistant to find specific information through semantic search across its content. Intelligent Search Ask the assistant to search Connections for you and generate detailed reports — directly from the chat interface. More on Our Roadmap Additional AI-powered capabilities are in active development — stay tuned.
  15. AI Integration Demo Summary 1 Analyzed confidential lab notes in

    .docx, directly out of HCL Connections 2 Created a market entry proposal from insights 3 Searched HCL Connections for internal roles (confidential) 4 Created a job description for LinkedIn for a missing role
  16. Architecture — Full On-Premises Stack UI / Frontend User-Interface with

    live token streaming API & AI Middleware Database, Cache, Backend with REST / Websocket Endpoints Local LLM Runtime Local LLM runtime (Ollama / vLLM) on GPU server Modular by Design HCL Connections integration via REST / WebSocket AI Middleware routes requests to the local LLM runtime (Ollama) Runtime manages multiple open-weight models on your GPU server Entire stack can sit within your network perimeter, how you want it. No egress. No cloud dependency. No vendor lock-in.
  17. Bring your own Hardware / LLM Inference Bring your own

    GPUs, or Ollama instance, or DominoIQ, it is modular.
  18. "You don't have to choose between AI capabilities and data

    sovereignty anymore." 100% Data Stays On-Prem Zero data exposure — not a single token leaves your network. 100% In your Workflow Embedded natively in Connections — no tool switching required. 100% Open-Weight Models Models genuinely competitive with commercial offerings for enterprise tasks.* *not restricted to open-weight, but everything you saw was powered by open-weight models.
  19. APIs Built for the Modern Developer HCL is rebuilding the

    Connections API layer from the ground up. The Blogs API is the first live service via the new API Gateway — preview available now. Old Blogs API New Blogs API Format XML / AtomPub Clean JSON Auth Basic / Cookie OAuth 2.0 Documentation Static wikis Live OpenAPI / Swagger Developer UX Complex and painful Clean and straightforward More services to follow — Communities, Profiles, Files and beyond.
  20. What You Can Build With the New API Content Widgets

    Pull blog posts into any modern intranet page with a simple fetch call. Mobile Apps Read and write Connections blog content natively in iOS or Android applications. Content Syndication Push blog posts from Microsoft Teams, SharePoint, or external sites automatically. AI Integration Use on premise AI to generate your blog posts and publish them directly
  21. Live Demo — Swagger UI The OpenAPI spec for the

    Blogs API documents every endpoint — list blogs, fetch entries, create content — and lets you test calls directly from the browser. This is what modern developer experience looks like. No XML parsing. No ancient wikis. Just clean, self-documenting APIs.
  22. Key Takeaways Connections Is More Extensible Than You Think Modern

    tooling works with Connections — not against it. You don't have to wait for HCL to ship features. Your Data Is Your Biggest Asset — Surface It Better Org structures, HR attributes, and content are already there. They just need a better interface. Sovereign AI Is Real and Accessible Don't let data privacy concerns stop AI exploration. On-prem models are capable, practical, and deployable today. HCL Is Investing in the Platform The new API layer signals a strong future for Connections. Now is a great time to build.