A step-by-step guide to building the LAIKA Sales CRM Function, from defining Objects and Fields to configuring the sales pipeline workflow.
Sales Team
: their Customer Relationship Management (CRM) Function
. This is where we apply the 8-Step Design Methodology to create the system that will manage the entire sales process, from new lead to closed deal.In this guide, you can switch between the Blueprint tab to see the design specifications, and the Build Tutorial tab for the hands-on, step-by-step instructions.2. Universal Objects & Data Fields
🧊 Objects
:Lead
: Represents a new, unqualified inquiry.
Full Name
, Email
, Phone
, Lead Source
.Opportunity
: A qualified lead that has entered the sales pipeline. This is the central object for tracking deals.
Opportunity Name
, Project Value
(Currency), Estimated Close Date
(Date), Assigned To
(User).Contact
: A person associated with a Lead
or Opportunity
.3. Workflow & Statuses
Opportunity
object will have a defined sales pipeline to track its lifecycle:NEW LEAD
CONSULTING
PROPOSAL
NEGOTIATION
WON
LOST
4. Workviews & Dashboards
Sales Team
requires one primary Workview
to manage their daily work:Opportunity
status, providing a clear visual of the entire pipeline.Function
is built to manage the sales process, the next step is to build the Function
that will handle the work after a deal is won: the Project Delivery system.