Zoho creator project - Lead referrals

Zoho creator project - Lead referrals

(I have uploaded a Word Document copy of these specs as I keep losing formatting here in the Marketplace write up). I have detailed the application that I am considering doing with Zoho. One big limitation I need to get around in Zoho is the fact that the app is a public app, and therefore an unlimited number of clients (brides). I cannot create a user Id for every bride that interacts with the system and thus need some way to tie functionality to people by prompting them for their email adress. Below are details about the app, and some Zoho specifics or ideas I have gathered either from reading about Zoho, playing with it, or asking support people. As a Zoho resource, please take a look at the specs and provide feedback on how best to accomplish with Zoho. Or let me know if my suggested Zoho approach is the best approach. I will take your feedback and ideas as indication of whether I think you are a good choice for the developement project, and as whether I believe Zoho is the correct development choice. Here are the application specs as I have written them up: Overview: I have a business where I match wedding clients (brides) to wedding vendors based on event_date, vendor type (dj, photographers, etc), and vendor availability on event date. I am looking to have built some application which will be Smart Matching of Brides Requests to Vendors services. More details below. In addition to the online piece above, I will need some automated Email capabilities that I'm calling Intelligent Emails. This will include the ability to automatically follow up and email both clients and vendors based on logic that I can specify. Similiar to an auto sequential responder but with intelligence. Zoho scheduler, deluge, and sendmail task seems like it would work for this ?? Application Functionality: Vendors will : 1) Create or maintain a Vendor Profile 2) Maintain (add/update) an availabliltiy calendar currently called bookings. This table will track each Vendors availablitlity dates whether Open or Booked. Each Vendor should be able to easily maintain their own Calendar. I see vendor_email as the key to the table. Clients (brides) will: 1) Create a simple Client profile 2) Enter their client requests: want a (vendor_type) dj, photographer, ON event date for Price. Match Clients to Vendors: 1) Present the Client with a View of Vendors = vendor_type, and status = open and bookings event_date = client event_date 2) Allow Client to select Info tab, which directs to Vendor URL for info, OR pops up Vendor Info. 3) Allow for client to select ability to contact one or more vendors from the view. a) This can be a popup contact form per vendor (passing all needed vendor and client data) b) An indicator X, that the client checks on multiple vendor view lines. 4) Emails a) Email both client and vendor(s) for any client requested contact from View in Step 3 above. Email to include essential client request form data. b) Email client a LINK to the above view in step 3, so that they may return later to the view and execute more client contacts. c) Possibly individually email all vendors who ALSO fit clients requirements. d) Send auto emails to clients at day intervals reminding them of their choices with US. These will be generic type reminders , possibly containing the clients original request info. Application Processing Specifics (with some Zoho features implied) Databases indicated with starting Capital Letters All fields names are lower case There are sample Database layouts at the bottom of this write up. 1) Vendor Profile form industry_type is a dynamic look up on Industry vendor_type is a dynamic look up on Type_of_Vendors filtered by industry_type price_range is a dynamic look up on Price_Ranges filtered by industry_type, vendor_type avg_prices is a dynamic look up on Price_Ranges filtered by industry_type, vendor_type Prompt for vendor email address Retrive vendor profile data if already on database allow for add/chnge/delete functionality button for submit. Zoho specifics: retrive vendor_view using Open URL filtered by entered vendor_email. Allow all normal view capabilities. 2) Create a booking_update form Need some easy way to do add/change of bookings records via vendor_email address. prompting for vendor_email, Zoho specifics or ideas: Below is just my idea for how to do this in Zoho. There may be a better and easier way ??? 1) Use bookings_maintenance form to select groups of dates, and set status. 2) Write a fetch and update script, which can run on update for now, then later put in scheduler fetch bookings_maintenance for create_date = today insert or update data in bookings table 3) Need to also populate fields in bookings table from vendor table (this is due to Zoho restriction about combined views only based on 2 tables, therefore load vendor info into bookings table so that the Smart Match view will have all needed data. Write fetch and update fetch bookings table where date_created = today for each bookings row from above select vendor table where Vendor vendor_email = Bookings vendor_email populate vendor_type, price_range, vendor_name, vendor_url, average_price. into Bookings table from Vendor table. This is needed so that a combined view later (Client Vendor Match) on Client_Request and Bookings will contain all of the needed information. Add "on user input" script to auto populate the hidden fields from vendor table, based on the Input vendor_email to populate the Bookings table. Please refer this kbase topic for more information 3) Client Interactions - Smart Matching I see possibly as being a 2 or 3 dynamic view page. a) feeds b) and b) filters c). a) Client will enter basic info into Client Form about their event-type and event date. industry_type is a dynamic look up on Industry Client table is inserted or updated if already there. b) Client will enter Client_Requests form for services. client_name, client_email, client_date, event_type should be populated from Client table above. Client will ENTER vendor_type(s) and price_range. vendor_type is a dynamic look up on Type_of_Vendors filtered by industry_type price_range is a dynamic look up on Price_Ranges filtered by industry_type, vendor_type Client_Request table is inserted or updated if already exists. c) Client_Vendor_Match view displays. At this point the client should see a Combined View of data showing vendors where Bookings vendor_type = Client_Request vendor_type and Bookings event_date = Client_Request event_date and Bookings status = Open From here , client can: 1) click on custom action to popup client_contact_req , passing needed client and vendor data from view. OR 2) again with custom action, allow client to indicate contact for vendors he wishes to contact. Either of above actions should result in an email send to both client and selected vendor(s) auto containing needed details (client and vendor follow up info). 3) Also would like a URL link send to client to allow them to return to the Combined View discussed above. Discussion is needed to handle Client return to the site, or client parameter changes. Client probably has to reenter their Client data in form 1 (unless can reload from entered client_email). Then hopefully form 2 and the Combined View will dynamically redisplay. (My thinking is that form1 and form2 will UPdate data with any new requests or data). Zoho specifics: On submit of the client request in the client request form, you can use the "open url" Deluge task to open the Booking view which will display the records that matches the clients specific needs. Add a custom action button to the Booking view which when selected by the client will execute a function to send the vendor an email with the client info and also send mail to the client with contact info for vendors. Question: will the custom action button be able to pass all the needed data from both the client and vendor to the contact form so the client really has nothing to enter ? How do I also send the customer a URL link in email so they could get back to the view later? Other Zoho questions: 1) can I order a lookup list ? (put in alpha order) 2) If I have a field set up as hidden from a public user, if they do an add or edit in view mode, will those hidden fields still be hidden ? Databases: Vendor list Vendor_View { displayname = "Vendor View" show all rows from Vendors ( industry_type as "Industry Type" vendor_type as "Vendor Type" vendor_name as "Vendor Name" vendor_id as "Vendor ID" vendor_email as "Vendor Email" vendor_url as "Vendor URL" vendor_image as "Vendor image" vendor_bio_info as "Vendor Bio Info" price_range as "Price Range" avg_price as "Average Price" vendor_phone as "Vendor Phone" ) } list Bookings_View { displayname = "Bookings View" show all rows from Bookings ( event_date vendor_email as "Vendor Email" vendor_type as "Vendor Type" price_range as "Price" status as "Status" vendor_name as "Vendor Name" vendor_url as "Vendor URL" average_price as "Average Price" ) filters ( event_date ) } Client: list Client_View { displayname = "Client View" show all rows from Client ( client_name as "Client Name" client_email as "Client Email" event_type as "Event Type" event_date as "Event Date" client_phone as "Client Phone" receive_vendor_emails as "Receive Vendor Emails" vendor_contact as "Vendor Contact" ) filters ( receive_vendor_emails vendor_contact ) } list Client_Request_View { displayname = "Client Request View" show all rows from Client_Request ( client_name as "Client Name" client_email as "Client Email" event_date as "Event Date" event_type as "Event Type" vendor_type as "Vendor Type" price_range as "Price Range" ) } Misc: list Industry_View { displayname = "Industry View" show all rows from Industry (wedding or party) ( industry_type ) } list Types_of_Vendors_View { displayname = "Types of Vendors View" show all rows from Types_Of_Vendors ( industry_type as "Industry Type" vendor_type as "Vendor Type" ) } list Price_Range_View { displayname = "Price Range View" show all rows from Price_Ranges ( industry_type as "Industry type" vendor_type as "Vendor Type" price_range as "Price Range" ) sort by ( industry_type ascending vendor_type ascending price_range ascending ) } list Average_Price_View { displayname = "Average Price View" show all rows from Average_Price ( industry_type as "Industry Type" vendor_type as "Vendor Type" average_price as "Average Price" ) } End databases:


Budget : $500 - $1000 | Duration : 1 month or more

To leave a private message, please click the link for private response in post Action section. Download Attachments

    Access your files securely from anywhere

        All-in-one knowledge management and training platform for your employees and customers.






                              Zoho Developer Community




                                                    • Desk Community Learning Series


                                                    • Digest


                                                    • Functions


                                                    • Meetups


                                                    • Kbase


                                                    • Resources


                                                    • Glossary


                                                    • Desk Marketplace


                                                    • MVP Corner


                                                    • Word of the Day


                                                    • Ask the Experts





                                                              Manage your brands on social media



                                                                    Zoho TeamInbox Resources



                                                                        Zoho CRM Plus Resources

                                                                          Zoho Books Resources


                                                                            Zoho Subscriptions Resources

                                                                              Zoho Projects Resources


                                                                                Zoho Sprints Resources


                                                                                  Qntrl Resources


                                                                                    Zoho Creator Resources



                                                                                        Zoho CRM Resources

                                                                                        • CRM Community Learning Series

                                                                                          CRM Community Learning Series


                                                                                        • Kaizen

                                                                                          Kaizen

                                                                                        • Functions

                                                                                          Functions

                                                                                        • Meetups

                                                                                          Meetups

                                                                                        • Kbase

                                                                                          Kbase

                                                                                        • Resources

                                                                                          Resources

                                                                                        • Digest

                                                                                          Digest

                                                                                        • CRM Marketplace

                                                                                          CRM Marketplace

                                                                                        • MVP Corner

                                                                                          MVP Corner







                                                                                            Design. Discuss. Deliver.

                                                                                            Create visually engaging stories with Zoho Show.

                                                                                            Get Started Now


                                                                                              Zoho Show Resources

                                                                                                Zoho Writer

                                                                                                Get Started. Write Away!

                                                                                                Writer is a powerful online word processor, designed for collaborative work.

                                                                                                  Zoho CRM コンテンツ



                                                                                                    Nederlandse Hulpbronnen


                                                                                                        ご検討中の方




                                                                                                                • Recent Topics

                                                                                                                • Solving the bug in Zoho Writer API for styling

                                                                                                                  So... the Zoho Writer APIs for programatically creating a document do not respect a template's style. The result is that any document you generate via API needs to be manually, paragraph by paragraph, reformatted. That bug alone is sufficient to render
                                                                                                                • How to list WorkDrive folder contents using API

                                                                                                                  I'm trying to read folder contents using a Deluge script. The code below returns {"errors":[{"id":"F6016","title":"URL Rule is not configured"}]}". I've tried using the search API and seen similar errors. I have proved that the connection works by creating
                                                                                                                • Zoho Books' 2025 Wrapped

                                                                                                                  Before we turn the page to a new year, it’s time to revisit the updates that made financial management simpler and more intuitive. This annual roundup brings together the most impactful features and enhancements we delivered in 2025, offering a clear
                                                                                                                • Speed (again!)

                                                                                                                  Same old story again: impossible to work at this "speed". Category NOTES!
                                                                                                                • Need to set workflow or journey wait time (time delay) in minutes, not hours

                                                                                                                  Minimum wait time for both Campaigns workflows and Marketing Automation journeys is one hour. I need one or the other to be set to several minutes (fraction of the hour). I tried to solve this by entering a fraction but the wait time data type is an integer
                                                                                                                • sending email with another account

                                                                                                                  Hello there, i write there for an our costumer request. They want to send email from CRM with a different email (confirmed and added to zoho profile). For example they use account@zilium.com but with this account they want to send (not only with email
                                                                                                                • All new Address Field in Zoho CRM: maintain structured and accurate address inputs

                                                                                                                  Availability Update: 29 September 2025: It's currently available for all new sign-ups and for existing Zoho CRM orgs which are in the Professional edition exclusively for IN DC users. 2 March 2026: Available to users in all DCs except US and EU DC. 24
                                                                                                                • Comments aren't visible in shared spreadsheet

                                                                                                                  I would like to send a spreadsheet to people who can use it to help solve a problem as a one off use unique to them. They will have to enter data in the sheet. I have comments attached to some of the cells to explain the purpose of the data being collected.
                                                                                                                • Custom button for list page

                                                                                                                  Why is my 'List Page - Bulk Action Menu' button in the Packages module not autopopulating the List argument with selected record IDs?
                                                                                                                • Ask the Experts - Live Q&A webinar

                                                                                                                  Hello Community, We’re excited to host our very first Ask the Experts session! Join us on 7 April 2026 from 11 a.m. to 12 p.m. (IST) for this live webinar Q&A session, where you will have an opportunity to connect directly with our product experts, gain
                                                                                                                • Designing Multi-Step Workflow System in Zoho Creator + Deluge (Startup Build – Exploring Advanced Architecture + Partnerships)

                                                                                                                  Hi everyone, I’m currently building a Zoho-based system as part of an early-stage startup, and I’m looking to connect with others who have experience designing more advanced workflows in Creator + Deluge. This started as a standard application, but it’s
                                                                                                                • Bin Tracking with eBay integration

                                                                                                                  When trying to setup bin tracking on items that are linked to eBay listings using the built-in Zoho eBay integration, I keep getting this error: "Storage Tracking cannot be enabled for items that are manually fulfiled or for serial/batch items tracked
                                                                                                                • Removing To or CC Addresses from Desk Ticket

                                                                                                                  I was hoping i could find a way to remove unnecessary email addresses from tickets submitted via email. For example, a customer may email the support address AND others who are in the helpdesk notification group, in either the TO or CC address. This results
                                                                                                                • Update to CRM Custom Buttons: Collect Users' Location

                                                                                                                  Hello everyone! Buttons in Zoho CRM allow you to extend the default CRM capabilities for your bespoke business needs. It provides the flexibility to connect to any third-party application to perform necessary actions. Wouldn't it be better, if those buttons
                                                                                                                • Is it possible to make tags "required"

                                                                                                                  We would like to be able to make the tag field a requirement for agents before they can close a ticket. This would help with monthly reporting, where a lot of tickets end up with no tag, causing manual work to go back and add the correct tag for each
                                                                                                                • Prevent Automatic Milestone Inheritance for Newly Created Task Lists

                                                                                                                  Hello Zoho Projects Team, We hope you are doing well. We would like to request an enhancement regarding how new task lists inherit Milestone association in Zoho Projects. Current Behavior: At the moment, when a new task list is created below an existing
                                                                                                                • I would like to know wich person viewed the file

                                                                                                                  I have a franchise and my Operative Manual is in WorkdriveI, the user can´t download but despite I know How many views the file had, I would like to know wich person viewed the file Is it possible? thank you
                                                                                                                • Can I write a check in Zoho Books with no associated bill?

                                                                                                                  This currently does not seem possible, and I have a client that desperately needs this function if I am able to convert them with Quickbooks. Thank you in advance for your reply. 
                                                                                                                • Cloning Module Customizations in Zoho FSM

                                                                                                                  Hello Latha, I have two Zoho FSM accounts, each in a different data center. I would like to know if it is possible to clone the module customizations I have already completed in one account to my new account in the UAE from the backend. In other words,
                                                                                                                • Ordering of Teams

                                                                                                                  Hi there, Currently, we cannot order Teams in Zoho Desk. Teams are ordered as they were created. It would be really helpful if we could customise the order of Teams. For example: We have the following Teams: Shipping Customer Service Sales Compliance
                                                                                                                • Estimate Module - Contact Field.

                                                                                                                  Hello Latha and Team, Is it possible to make the Contact field optional in the Estimate module? Best regards, Chethiya.
                                                                                                                • Item with name in different languate

                                                                                                                  Hello, is there a way to have an item with its name in different languages? For example: I sell an item in different markets and I'd like to have a Proposal and the Invoice with the Item Name in a specific language. Rino Bertolotto Zoho Specialist, STESA srl
                                                                                                                • How to keep track of bags, cans, drums of inventory?

                                                                                                                  We buy and sell products that are packaged in bags 🛍️, cans🥫, drums🛢️, etc. with batch numbers. When we get a shipment of one of the products, how do we track we received (say) 10 cans each of 5L of a product and maybe we received 10 cans of another
                                                                                                                • This version of app doesn't support this notecard type Error

                                                                                                                  So this problem is happening for any notes created within the last week, as well as any note recently edited on Android. I can open them on my phone fine, but they don't open on the website version. They DO work on the desktop app version. It's just web
                                                                                                                • PDF's Give Unsupported Type Error Message

                                                                                                                  Many of the pdf files I add to Notebook work fine but in some cases when I try to open them on the Android App I get a message saying "Unsupported Type. Psst! You are using an older version of the app which does not support this note format. Please update
                                                                                                                • Cliq iOS can't see shared screen

                                                                                                                  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
                                                                                                                • I am not able to check in and checkout in zoho people even location access allowed

                                                                                                                  This issue i am facing in mackbook air m1, I allowed location in chrome browser and i also tried in safari but getting similar issue. Please have a look ASAP.
                                                                                                                • Is multiple invoice e-mailing possible?

                                                                                                                  I wonder if following is possible: When you are in the invoice view, assume you have five invoices to five different customers that are pending (you have just created them, but not sent them away yet by email.) To the left of every invoice in the overview
                                                                                                                • Multiple packages in one shipment

                                                                                                                  Guys we have been asking for this for years. we want to be able to ship multiple packages for one customer in the same shipment, so as to avoid entering shipping info repeatedly, and avoid customer getting multiple tracking emails. When does this arise?
                                                                                                                • I can't add a new customer in Zoho invoice? Anyone had this issue before?

                                                                                                                  Ive been using Zoho invoice for over 6 years. Today I wanted to add a new customer to send an invoice to but it doesn't save when I try to access it from the pulldown menu when you go to send a new invoice.
                                                                                                                • set up an opportunity progress bar in canva

                                                                                                                  Hi, set up an opportunity progress bar in canva I need help to set to reproduce the progress bar or equivalent of the opportunity steps in canva as in standard view (see capture ) Thank you in advance Amadou
                                                                                                                • Which Tool Is Best to Import MSG Files to HostGator?

                                                                                                                  The best tool to import MSG files to HostGator is the MacGater Mac MSG Converter. This professional utility is specifically designed to simplify the migration of Outlook MSG files into web-based email services, including HostGator. It supports direct
                                                                                                                • Recurring event sync via Microsoft 365 Meetings

                                                                                                                  I believe syncing Recurring through the Microsoft 365 Meetings integration is already in the works but I couldn't find a reference in the community to track the progress of this work.
                                                                                                                • What's New in Zoho Invoice | April - June 2025

                                                                                                                  Hello everyone! We're excited to share the latest feature updates and enhancements we've made to Zoho Invoice from April to June 2025. In this, you will learn more about the following features: New Integrations via Zoho Marketplace Add Images to Email
                                                                                                                • Client Script | Update - Client Script Support For Custom Buttons

                                                                                                                  Hello everyone! We are excited to announce one of the most requested features - Client Script support for Custom Buttons. This enhancement lets you run custom logic on button actions, giving you greater flexibility and control over your user interactions.
                                                                                                                • import customers

                                                                                                                  Is there a way to bulk import customers? I'm moving from Acuity and would rather not have to enter everyone manually.
                                                                                                                • What's New in Zoho POS - February 2026

                                                                                                                  Hello everyone, Welcome to Zoho POS’s monthly updates, where we share our latest feature updates, enhancements, events, and more. Let’s take a look at how February went. Purchase and sell items on different units We have introduced a unit conversion functionality
                                                                                                                • Batch Tracking custom function

                                                                                                                  Hi fellow zoho users, We have our ecommerce site setup to shopify. I have some products I want to add batch tracking too, my only issue is that it breaks our shopify workflow (create sales order, invoice, payment, package) because it requires us to manually
                                                                                                                • Kaizen #236 - Using Client Script Support in Quick Create to Automate Manual Data Entry

                                                                                                                  Welcome to another post in the Kaizen Series! In this post, we explore how Client Script support in the Quick Create form can be used to automate data entry. This solution addresses a common business scenario where Zylker Furniture sells sofas, wardrobes,
                                                                                                                • Serial Numbers.

                                                                                                                  I generated serial numbers for items and there is no way to generate more serial numbers that the number of items being "sold" or created. This is annoying as how does one know what serial number they left off with when they go to receive or sell this
                                                                                                                • Next Page