CRM Blueprint #5: Glossaire

CRM Blueprint #5: Glossaire



Bonjour à tous, 

Voici le dernier volet de notre série sur les Blueprints : un glossaire pour comprendre tous les termes nécessaire à l'automatisation de votre process.

État : fait référence à chaque étape de votre processus. Par exemple : qualification, démonstration du produit, fermé gagné, fermé perdu

Transition : lien entre deux états dans un processus. Elle décrit les conditions requises pour qu'un enregistrement passe d'un état à un autre. 
Exemple : Dans le processus de clôture d'une transaction, la soumission de documents pourrait être une transition entre les états "Validé par le légal" et "Fermé gagné". 

Avant la transition : permet de choisir qui est responsable de l'exécution de la transition ainsi que les documents pour lesquels la transition sera applicable.

Propriétaires de la transition : Spécifiez les personnes responsables de l'exécution de cette Transition.

Critères : Indiquez les enregistrements pour lesquels la transition est applicable et bouton Transition apparaîtra pour ces enregistrements.
Exemple : Avant la transition de l'examen juridique à l'examen final, les responsables de la transition pourraient être le groupe "Équipe juridique". Le critère d'entrée dans la transition pourrait être "Démo du produit" est "Terminé".

Pendant la transition : Cette section précise les actions à effectuer pour achever la transition. Les utilisateurs peuvent être invités à ajouter des champs obligatoires, qui peuvent également être validés par le CRM. Vous pouvez ajouter des messages à lire par les commerciaux, et utiliser des champs de fusion pour afficher à l'écran des données provenant de CRM.
Exemple : Pendant une transition de l'examen juridique à la conclusion de l'affaire,

Après la transition : définissez les actions à automatiser à la fin de la transition.
Les actions qui peuvent être automatisées sont :
  • Envoyer un e-mail
  • Assigner une tâche
  • Mise à jour des champs
  • Webhooks
  • Fonctions personnalisées
Transition commune : pour qu'un état soit atteignable à partir de n'importe quel autre état du processus. Ainsi, elle apparaîtra dans tous les états du processus (ou dans les états de votre choix). La transition commune est idéale pour un état de sortie (état de sortie = étape finale d'un processus).

Exemple : Supposons que vous ayez 5 étapes dans le processus de conclusion d'une transaction.
Qualification > Recueil des besoins > Démonstration du produit > Examen juridique > Clôture Gagné/perdu
En général, l'examen juridique est un état qui ne peut être atteint qu'après la "démonstration du produit". Mais il peut arriver qu'un client soit déjà convaincu de votre produit et veuille aller de l'avant avec l'affaire. Dans ce cas, vous pouvez créer une transition appelée "Examen juridique" et en faire une transition commune. En conséquence, cette transition apparaîtra dans tous les états et pas nécessairement seulement après la démonstration du produit.

Processus actif : processus déjà utilisé. Vous pouvez choisir de modifier un processus actif si vous le souhaitez. 

Processus inactif : processus qui ne sont pas utilisés à ce moment-là. Vous pouvez modifier un processus inactif en fonction de vos besoins pour le réactiver ou le supprimer.

N'hésitez pas à nous partager vos astuces/conseils sur l'utilisation des Blueprint.

Bonne journée, 
L'équipe Zoho France

      • Sticky Posts

      • CRM - Astuce #5 : Effectuer des actions en masses

        Bonjour à tous,   Au programme du jour : éviter les répétitions grâce à la fonction "en masse". Gagnez du temps sur ces actions simples pour vous concentrez sur votre entreprise. Allez dans le module concerné et cliquer sur les : (...)   Suppression en
      • Zoho CRM - Il y a du nouveau chez les modèles d'e-mails

        Bonjour à tous,   Nous sommes ravis d'annoncer que les modèles d'email dans Zoho CRM sont désormais adaptés au design pour tous les ordinateurs et mobiles. Le responsive design désigne une méthode selon laquelle les pages sont conçues pour s'afficher
      • Nouveautés Zoho CRM : la page d'accueil et le tableau de bord actualisés !

        Bonjour à tous, Nous avons apporté quelques améliorations à la page d'accueil des utilisateurs et à l'onglet Tableau de bord, en voici un aperçu. Des composants supplémentaires dans la page d'accueil pour les nouveaux inscrits : Dans l'onglet Accueil,
      • CRM Blueprint #5: Glossaire

        Bonjour à tous,  Voici le dernier volet de notre série sur les Blueprints : un glossaire pour comprendre tous les termes nécessaire à l'automatisation de votre process. État : fait référence à chaque étape de votre processus. Par exemple : qualification,
      • CRM : Ajoutez de la couleur à vos balises CRM

        Bonjour à tous, Les tags sont des identifiants uniques qui peuvent être associés à différents enregistrements ce qui permet de rechercher, trier, catégoriser, filtrer et segmenter efficacement les enregistrements. Cette nouvelle amélioration a pour but

        • Recent Topics

        • Generate a link for Zoho Sign we can copy and use in a separate email

          Please consider adding functionality that would all a user to copy a reminder link so that we can include it in a personalized email instead of sending a Zoho reminder. Or, allow us to customize the reminder email. Use Case: We have clients we need to
        • I would like to request a new feature or setting for SalesIQ.

          Hello Zoho Team, I would like to request a new feature or setting for SalesIQ. Currently, when a user opens our contact widget and clicks on the "Chat with us" option, it opens a standard chat window that remains empty until either the user types a message
        • In Zoho inventory Converting sales return to cerdit note from using Api from Creator Error details: {"code":-1,"message":"Invalid Sales Return ID."}

          In Zoho inventory Converting sales return to cerdit note from using Api from Creator Error details: {"code":-1,"message":"Invalid Sales Return ID."} this is button Function used in the Creator map Inventory.Create_Credit_note(int CRE_ID) { return_value
        • Zia should track how customer relationships evolve over time

          Here's a feature idea that I've been thinking about The Problem Zia is great at analyzing individual interactions email sentiment, call transcription, best time to contact. But here's what it can't do: tell you how a relationship has evolved over time.
        • FSM integration with Books

          Hi, I have spent a few months working with FSM and have come across a critical gap in the functionality, which I find almost shocking....either that, or I am an idiot. The lack of bi-directional sync between Books and FSM on Sales Orders/ Work Orders
        • How to Track Inventory Usage from Zoho FSM to Zoho Inventory?

          Hi everyone, We’re currently working on integrating Zoho FSM with Zoho Inventory, and we’ve encountered a challenge we’re hoping the community can help us understand better. Here’s the context: When we create a Work Order in Zoho FSM that involves parts
        • Set Field Mandatory by Client Script ZOHO CRM

          #Tips of the day We can set the field as mandatory by the client script var field_obj = ZDK.Page.getField('Custom_Field1'); field_obj.setMandatory(true); Custom_Field1 = Field API Name Apart from is if you have required any kind of Zoho work please do
        • associating products with accounts

          I have all my accounts and products in zoho now. I need to generate a sales order for an account. The product lookup feature on the sales order shows no products...how can I get them to appear.
        • Can we rely on order of returned ids when inserting multiple records?

          Hello! API https://www.zoho.com/crm/developer/docs/api/v8/insert-records.html does not mention that the response array will match the input array*, keeping this important information implicit and someone might have doubts to rely on it. (*the response
        • New UI for Writer - Disappointed

          I've been enjoying Zoho Writer as a new user for about 6 months, and I really like it. One of my favorite things about it is the menu bar, which you can hide or leave out while still seeing most of your page because it is off to the left. I think this
        • Zoho CRM Community Digest - February 2026 | Part 2

          In this edition, we’re highlighting a few more product enhancements, along with some helpful community discussions that explore everyday CRM scenarios from automating reminders and managing lead outreach to making the most of APIs and client scripts.
        • Dont want to list inactive items.

          If an item is made inactive, there is no point in showing it in the item list. Please provide an option to hide all inactive items in 'Preferences'. 
        • Client Script event on any field of a Detail page

          Hi everyone! I'd like to trigger a Client Script when a user modifies a field - any field - from the Account Details page, how can I do this? I don't want to trigger it on a specific field, but on all of them. Thanks in advance!
        • Tip #66 - Exploring Technician Console: Network Statistics - 'Insider Insights'

          Hello Zoho Assist Community! Have you ever wondered why a remote session feels sluggish, or wanted to check whether connectivity issues are on your end or the customer's? That's exactly where the Network Statistics feature in Zoho Assist comes to the
        • REFUND REQUEST FOR PLAN SUBSCRIPTION CANCELLED

          I have cancelled my Zoho Books subscription and would like to request a full refund for the subscription. Kindly process the refund at your earliest convenience.
        • Sales IQ - Bot Builder - Forward to Operator Action Card Improvement

          Hi team, It would be a great improvement to have an additional branch out of the Forward to Operator Action Card. I would like to allow 10 seconds for an operator to pick up the chat, if they don't or if they reject the chat I would like the Bot to continue
        • purchasing a pagkage

          goodmorning i want to pay for my monthly package but your app is sayinng i have insufficient funds yet i loaded money on my account yesterday though in our currency of ugx
        • Edit Receipt, how?

          Do you notice the big blank space in Receipt? I want to remove that. I know there is a template but that blank space, I can't seem to remove it. Please help. Thank you!
        • Can I export a TXF (TurboTax exchange format) file out of Zoho Books?

          Hello, I'm trying to do my US Small Business Taxes using Intuit's Turbo Tax. Can I export my expenses from Zoho Books to a TXF format file, so that it can then be imported into Turbo Tax? Thanks, Rajnesh
        • Tax inclusive and exclusive for Sales invoices

          Hello, where can I set my tax to be inclusive or exclusive for invoices in Zoho Books? There used to be a button for me to do that right above the products table. Can someone help me please? Thank you!
        • Unable to produce monthly P&L reports for previous years

          My company just migrated to Books this year. We have 5+ years financial data and need to generate a monthly P&L for 2019 and a monthly P&L YTD for 2020. The latter is easy, but I'm VERY surprised to learn that default reports in Zoho Books cannot create
        • ZOHO Reports are taking longer time to get refresh

          Hi Team, Since last few days, I'm facing issues in getting updated reports. For eg: right after making an expense entry or even posting a journal, it is taking longer then expected for the updated reports. Refer below: "You are viewing the report that
        • audio and video comments in tasks in zoho projects

          Hi, is it planned to have the ability to post audio and video comments? the whatsapp wechat format of communicating is a reality... tools like zoho project would facilitate a lot teamwork by facilitating the way in which we can give feedback in audio and video rather than only text. thx!
        • Looking for Zoho + Twilio Automation Specialist (Duda Website Integration)

          Hi everyone, I’m looking for an experienced Zoho specialist to help build a mostly automated CRM and booking system for my service business. I already have a live website built on Duda.co and need help integrating my existing forms into Zoho CRM (no rebuild
        • How To Implement an Auto-Check-out Feature for Attendance?

          If an employee forgets to check out, the system should automatically check out the employee at 6:30 PM
        • Zoho CRM For Everyone UI Rollout Begins for All Users

          Hello Partners, We have started rolling out the new Zoho CRM For Everyone UI as the default experience for all users. This update is being released in three phases based on organization size and account type. We want to keep you informed of the rollout
        • How to retreive the "To be received" value of an Item displayed in Zoho inventory.

          Hi everyone, We have our own Deluge code to generate a PO according to taget quantity and box quantity, pretty usefull and powerful! However, we want to reduce our quantity to order according to "To be received" variable. Seems like this might not even
        • Introducing Explainer Videos for Zoho Desk: Solve everyday challenges with simple configurations

          Dear everyone, We have created a set of short explainer videos that show how common support scenarios can be handled using simple configurations within the product. The solutions often lie in the plain sight, but go unnoticed. Through these videos we
        • Notifications Feeds unread count?

          How do I reset the unread count on feeds notifications?  I've opened every notification in the list.  And the count never goes to zero.
        • Simple reliable solution to convert MSG files for AOL Mail?

          A simple and reliable way to convert MSG files for AOL Mail is by using a professional tool MacGater Mac MSG Converter. This software allows users to quickly convert MSG files into formats compatible with AOL, such as MBOX or direct email migration. It
        • Zoho One Support is non existent...

          I've tried through Email, Chat, this community and finally through Phone. There is no way to receive an answer. Email = over a week and no answer Chat = not available Community = no answer at all Telephone = after clicking myself through the callcenter
        • Disable Zoho Contacts

          We don't want to use this app... How can we disable it?
        • Custom module - change from autonumber to name

          I fear I know the answer to this already, but thought I'd ask the question. I created a custom module and instead of having a name as being the primary field, I changed it to an auto-number. I didn't realise that all searches would only show this reference.
        • Dynamic Questions in Zoho Forms

          Is it possible to add dynamic questions (like displaying a user’s name) in Zoho Forms? I know this is possible in surveys, but can we implement similar functionality in Zoho Forms?
        • Introducing Zoho MCP for Bigin

          Hello Biginners! We're excited to introduce Zoho MCP for Bigin, a completely new way of interacting with Bigin data using AI. With Zoho MCP, you can securely connect your Bigin account with popular AI tools like Claude, Cursor, Windsurf, and VS Code,
        • [Action Required] : Update Shopify Access Scope to fetch complete order history

          Hello Shopify Users! Shopify has updated the access scope for apps under developer portal. With this change, the read_orders scope now provides access only to the last 60 days of order history. To access older historical orders, Shopify requires a separate
        • Advance Payment Record Removed When Deleting Applied Credit from Bill

          Hello, So while working with vendor advance payments, I noticed that removing the applied credit from a bill also removes the corresponding entry from the Payments Made section. What I did : Recorded an advance payment to a vendor through Payments Made.
        • How to Connect Zoho Books with e-Way Bill Portal (Step-by-Step Guide)

          Integrating Zoho Books with the e-Way Bill portal helps automate your logistics and compliance process. Follow the steps below to set it up easily: 🚀 How to Connect Zoho Books with e-Way Bill Portal (Step-by-Step Guide) Integrating Zoho Books with the
        • Is there a way to update all the start and end dates of tasks of a project after a calendar change?

          Hi! Here's my situation. I've built a complete project planning. All its tasks have start dates and due dates. After completing the planning, I've realized that the project calendar was not the right one. So I changed the project calendar. I now have
        • Lookup fields can't be used for anything important

          Hi It seems the lookup fields are mostly.... informative, you can at most link stuff between modules... You can't use lookup fields in blueprints, you can't use them in layout rules or anything... It that correct?
        • Next Page