Découvrons comment créer un Blueprint en 3 étapes :
1. Saisir les informations de base
2. Définir le flux du processus
3. Configurer les paramètres de transition
ETAPE 1 : SAISIR LES INFORMATIONS DE BASE
Allez dans les Paramètres > Gestion de Processus > Blueprint
Cliquez sur Créer un Blueprint
Dans la fenêtre choisissez le nom, module, la disposition et la zone pour lesquels le processus est créé
Dans notre scénario, puisque le processus est le suivi des transactions, choisissons le module Deals, le modèle standard et le champ Statut.
Spécifiez des critères pour que les enregistrements entrent dans un processus, le cas échéant. Par exemple, le montant est >5000.
Si vous n'entrez pas de critères, tous les enregistrements créés dans le modèle entreront dans le processus. Cliquez sur Suivant.
ETAPE 2 : DEFINIR LE FLUX DU PROCESSUS
Dans l'éditeur Blueprint , faites glisser et déposez tous les états (étapes) qui font partie du processus en les connectant avec des nœuds.
Créez des transitions en cliquant sur le bouton + entre deux états.
(Pour supprimer une transition, il suffit de faire un clic droit sur la ligne de transition et de cliquer sur Supprimer la transition).
Que signifie le déroulement du processus ci-dessus ?
Il s'agit d'une représentation graphique du processus de suivi des transactions suivi par Zylker. Les transactions qui entrent dans ce processus passent par toutes les étapes dans l'ordre indiqué sur l'image.
Les boutons blancs représentent les états du plan directeur (étapes de l'opération).
Les boutons verts représentent les transitions (conditions requises pour compléter chaque étape).
Chaque transition que vous configurez est affichée sous forme de bouton (en bleu ci-dessous) sur la page de détails de l'enregistrement.
Pour compléter une transition, cliquez sur le bouton et exécutez les actions mentionnées dans la fenêtre popup qui s'affiche. Si vous réussissez la transition, vous passerez à l'état suivant du Blueprint.
Le bouton bleu Contrat perdu s'appelle une transition courante et apparaît dans tous les états du Blueprint.
ETAPE 3 : LA TRANSITION
"La transition" désigne le changement d'état dans un processus. C'est le lien entre deux états, où les conditions du changement sont clairement définies. Une transition se compose de trois parties : avant, pendant et après.
Par exemple, examinons la transition entre les états "Qualifié" et "Négocié". Dans l'exemple de Zylker, un représentant commercial de Zylker doit saisir le pourcentage de remise et la date de clôture pour compléter la transition. Selon la politique de Zylker, la remise pour un produit ne peut être supérieure à 25%.
Dès que la transition de négociation est exécutée, une notification par courriel doit être envoyée automatiquement au responsable du représentant commercial pour l'informer de la soumission de la transaction.
Voyons comment nous pouvons prendre en compte tous ces points dans le Blueprint.
Avant la transition
Spécifiez les personnes responsables de la transition. Par exemple en choisissant le propriétaire de l'enregistrement, seul lui (et les personnes hiérarchiquement supérieures) sera en mesure de visualiser la Transition.
Définissez les critères qui dictent le moment où cette transition doit être disponible.
Exemple de critères : "La démonstration du produit est terminée". Dans ce cas, la transition ne sera affichée aux enregistrements que lorsque le champ Démonstration du produit sera mis à jour et sera Terminé.
Si vous n'avez pas de telles conditions, vous pouvez ignorer la section sur les critères. Dans ce cas, la transition sera immédiatement visible sur tous les enregistrements.
Pendant la transition
Cette section guide les responsables de la transition dans la réalisation d'une étape particulière d'un processus en les invitant à saisir des champs spécifiques, des notes, des pièces jointes et d'autres informations en fonction du contexte. Par exemple, dans le processus de suivi de l'affaire, les représentants commerciaux peuvent être tenus de saisir le pourcentage de remise, des notes et de joindre quelques documents de vente conformément à la politique de l'organisation. Dans un tel cas, tous ces détails peuvent être mandatés dans la section Pendant la transition de la transition de négociation.
Vous pouvez ensuite personnaliser les différents champs selon votre besoin.
Après la transition
Définissez les actions qui seront automatisées à la fin de la transition. Les actions qui peuvent être automatisées dans la section.
Transition commune : une transition qui peut être exécutée à partir de tous les états d'un processus.
Par exemple, dans un processus de suivi d'une affaire, vous savez généralement si vous avez gagné ou perdu une affaire après que l'enregistrement soit passé par plusieurs étapes telles que la qualification, la négociation, l'approbation de la remise, etc. La transaction perdue est donc une transition qui n'est disponible que vers la fin du processus. Mais supposons qu'un client ne montre aucun intérêt et que vous souhaitiez abandonner une affaire à l'étape de la qualification elle-même. Dans ce cas, vous devez être en mesure d'exécuter la transition "Contrat Perdu" à ce moment précis - plutôt que de passer par toutes les étapes intermédiaires.
Pour que cela soit possible, vous devez faire de l'abandon de l'accord une transition commune en cochant la case comme indiqué dans l'image suivante. Une fois que vous l'aurez fait, vous verrez la transition "Contrat Perdu" sur tous les états.
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
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
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,
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,
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
For businesses that depend on cash flow, payment updates are essential for operational decision-making and go beyond simple accounting entries. The sales team needs to be notified when invoices are cleared so that upcoming orders can be released. In contrast,
Today this began failing: sales_order_data = zoho.books.createRecord("salesorders",books_organization_ID,order_data); with this error message. {"code":1038,"message":"JSON is not well formed"} This code has been running for two years. Here is the input
The issue has been noticed in following: arattai app (Android) arattai app (Window) arattai web While the message posted by me may be deleted, the ones received from others can't be. The item <Delete> change to <Report> when the message is a received
Hi Team, I’m creating a form using Figma and would like to know how to add workflows like scheduling, custom validation, and other logic to it. Can anyone help me understand how to set this up for a Figma-based Creator UI form?
How to Delete Account Created with My Mobile Number in past or by someone else This is creating issues in making or sync with my credentials mobile and email address..
Hi, I’d like some guidance on setting up an automation in Zoho CRM that links records between the Leads module and a custom module called Customer_Records whenever the phone numbers match. Here’s what I’m trying to achieve: When a new Lead is created
Hey there I am using the mega menu add-on and experience a "flicker" whenever the mega menu opens. The reason is, that the scrollbar, which has a width of a few pixels, stops showing when the mega menu opens. As the scrollbar disappears the whole page
Some time ago I tried to Upgrade from Invoice to Books. I not upgraded and staid n Invoice. Now i tried again and first i deleted the old trial of books. But now all is gone, PLEASE HELP!! i have no backup and i have to have at least 7 years data retention by law.
Hello everyone! Welcome back to another exciting Kaizen post! Thanks for all your feedback and questions. In this post, let's see the answers to your questions related to Client Script. We took the time to discuss with our development team, carefully
Our company does property management and needs to be able to handle inbound sms messages which create a ticket for Zoho Desk. We then need to be able to reply back from Zoho desk which sends the user an sms message. This seems like a fairly common thing
I might be misunderstanding things but I wanted to integrate our zoho crm contacts into creator. I imagined that when I used the integration it would mirror into creator. It did brilliant. BUT We have a ticket form in creator that we want to use a lookup
Hello everyone, In Zoho CRM, rollup summary fields have been essential tools for summarizing data across related records and enabling users to gain quick insights without having to jump across modules. Previously, only predefined summary functions were
Most of our inventory is pre-paid. Let's say we purchase 30 pieces of 3 different items for a total of 90 pieces. It is common for our supplier to send us the items as they are ready. So we will receive 30 pieces at a time. How can I partially receive
Hello, I'm very new to Zoho so apology if this has been addressed somewhere i can't find. I have noticed the following: If we have 2 users put an inventory item in edit mode at the same time: say user1 click on edit and user2 while user1 is still in edit,
I have customers that have different departments that handle Sales Orders and Invoices. How can i set a default email for Sales Orders that's different than the default email for Invoices? Is there a way I can automate this using the Contact Persons Departments
Hello, I had this morning a video call with a colleague. She is using Cliq Desktop MacOS and wanted to share her screen with me. I'm on iPad. I noticed, while she shared her screen, I could only see her video, but not the shared screen... Does Cliq iOS is able to display shared screen, or is it somewhere else to be found ? Regards
It may just be me, but when I am writing an email to a lead, I find inserting a hyperlink very time consuming. Granted, I can use templates but there are a ton of scenarios where I might want to put a link in to an website that wouldnt require me to go though the effort of creating a template. Ideally, the crm would identify that I that a string of text is a URL and insert the hyperlink automatically, just like microsoft outlook or gmail. Has anyone else had this same experience and found a way
Two things it would be nice to have the attachment size the same as the attachments sections and it would be nice to be able to attach links like you can in the attachments section. Thank you
Since Zoho Docs is now available as a desktop app and offline, when is a realistic ETA for Sheet to have the same functionality?I am surprised this was not laucned at the same time as Docs.
I need help/advice about the formula fields and how I can refresh the information in real-time. We have two formula fields on our deals page which show calculated prices: One formula is in a subform which calculates the subform total + 1 other field amount
I realize this is a bit of a meta topic, but the search for the various Zoho Communities appears to not be working. I'm under the impression that they run on some version of the Zoho Desk platform, so I'm posting this here.
Update: Based on your feedback, we’ve updated the capabilities for integration users. In addition to the Estimates module, they can now create, view, and edit records in all the finance modules including Sales Order, Invoices, Purchase Order. We're also
I can set up custom connections with Chat GPT but I cat an error when I try to set it up. The error is: "This MCP server can't be used by ChatGPT to search information because it doesn't implement our specification: search action not found" Thoughts?
HI guys! I have written some deluge code to update a field in my calls after i have comepleted the call, i need this field to update in all my scheduled calls as well that are comeing up. I just cant seem to get it to work, i have put teh code below,
Namaste! ZOHO suite of Apps is awesome and we as Partner, would like to use and implement the app´s from the Financial suite like ZOHO Invoice, but, in Portugal, we can only use certified Invoice Software and for this reason, we need to develop/customize on top of ZOHO Invoice to create an XML file with specific information and after this, go to the government and certified the software. As soon as we have for example, ZOHO CRM integrated with ZOHO Invoice up and running, our business opportunities
I am using Zoho API v.8. with python to create records in a custom module named "Veranstaltung" in this custom module I've got a picket list called "Email_Template" with 28 Values. I've added 8 new values yesterday, but if I try to use on of those values
I have synced Zoho CRM to Campaigns but there are certain email not synced. showing it is Group Emails, but this email ids belongs to different individuals. please provide a solution as i nedd to sync the same.
Recently while building a Flow, I was setting up a Decision action following a Zoho Invoice Fetch record action. There were 2 choices that I had not seen as something I could manually action in Zoho Invoice: "Is Zoho CRM customer" and "Is linked with
Hello Developers! Are you tired of juggling different methods to make API calls? Are you confused with multiple syntaxes and version restrictions? Have you ever wished for one simple way to make all API calls in CRM? We heard you :) Here comes ZRC (Zoho
Hi FSM Team, I hope you are all doing well. I would like to share an idea for future development based on my experience. Currently, in FSM, we can only download up to 5,000 records at a time. If the development team could add a selection option to choose
Is it possible to auto wrap column headers so that a longer multi-word header displays as two lines when the column is narrower than the width of the header title?
I'm curious as to the difference between a "Reply" and a "Comment" on a ticket. It appears that "Replies" are what's used to determine response time SLA's and there are also used to automatically re-open tickets. I'm just trying to understand the key differences so I can educate both our clientele and our back-end users on which function/feature to use to better improve the ticket lifecycle. If anyone has any insight it would be appreciated. Thanks!
At Zoho Desk, we’re always looking for ways to help keep your business operations running smoothly. This includes empowering teams that rely on APIs for essential integrations, functions and extensions. We’ve reimagined how API usage is measured to give
Hi everyone! We have an auto-number with prefix "D{YYYY}-", it generates numbers like D2025-1, D2025-2, etc... How can we have it auto-reset at the beginning of the next year, so that it goes to D2026-1? Thanks!