Learn the principles and methods for making separate Functions communicate, sharing data and triggering actions to create a truly unified, cross-departmental system.
📋 Functions
for different teams. But the true power of Luklak is unlocked when you make those Functions
talk to each other. The goal is to eliminate the “digital gaps” between your departments.This guide teaches the two primary methods for connecting Functions
and creating a single, seamless flow of information across your entire business: Universal Automation (for processes) and Object Connections (for data).Sales & CRM
📋 Function
and a Project Delivery
📋 Function
. They are both perfectly designed for their respective teams, but they don’t share information. When a deal is won, a project manager has to manually re-enter all the client data to start the project.
This is a functional silo. Connecting your functions is how you solve it.
Universal Automation
for Process HandoffsUniversal Automation
is the nervous system of your workspace. You use it to listen for events in one 📋 Function
and trigger actions in another. This is the ideal method for managing process handoffs.
🧊 Opportunity
is marked WON
in the Sales Function
, an automation instantly creates a new 🧊 Project
in the Project Delivery Function
, copying over all relevant client data.🧊 New Hire
object is moved to the ONBOARDING
status in an HR Function
, an automation can create a “New Laptop Setup” 🧊 Task
in the IT Operations Function
, automatically assigning it to the IT team.🧊 Object
in any other 📋 Function
in your workspace. You then use Smart Values (e.g., {{triggerObject.fieldName}}
) to map data from the source object to the new object.
Object Connections
for Data VisibilityObject Connections
are used to create a permanent relationship between 🧊 Objects
, even if they live in different 📋 Functions
. This is the ideal method for providing lasting data visibility without duplicating information.
🧊 Client
object lives in your main CRM Function
. Multiple 🧊 Projects
(in Project Delivery), 🧊 Invoices
(in Finance), and 🧊 Support Tickets
(in Helpdesk) can all link back to that single client record, providing a true 360-degree view.Product Catalog
Function
can contain all your 🧊 Product
objects. Your Sales team, working in the CRM Function
, can then link their 🧊 Opportunities
to the specific products a client is interested in, pulling in real-time pricing and SKU data.🧊 Object
. In the field’s configuration, you can point it to an Object
from any other 📋 Function
. Once linked, you can use “Data Table” gadgets on an object’s screen to display a live, filterable list of all its connected objects from across the workspace.
Universal Automation
when: You need to react to an event and trigger a process. It is action-oriented (“When this happens, do that.”).Object Connections
when: You need to establish a permanent relationship and provide lasting visibility. It is data-oriented (“For this object, show me all related items.”).