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

    Zoho Campaigns Resources


      • Desk Community Learning Series


      • Digest


      • Functions


      • Meetups


      • Kbase


      • Resources


      • Glossary


      • Desk Marketplace


      • MVP Corner


      • Word of the Day


      • Ask the Experts


        Zoho CRM Plus Resources

          Zoho Books Resources


            Zoho Subscriptions Resources

              Zoho Projects Resources


                Zoho Sprints Resources


                  Zoho Orchestly Resources


                    Zoho Creator Resources


                      Zoho WorkDrive Resources



                        Zoho CRM Resources

                        • CRM Community Learning Series

                          CRM Community Learning Series


                        • Tips

                          Tips

                        • Functions

                          Functions

                        • Meetups

                          Meetups

                        • Kbase

                          Kbase

                        • Resources

                          Resources

                        • Digest

                          Digest

                        • CRM Marketplace

                          CRM Marketplace

                        • MVP Corner

                          MVP Corner




                          Zoho Writer Writer

                          Get Started. Write Away!

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

                            Zoho CRM コンテンツ








                              ご検討中の方

                                • Recent Topics

                                • Error AS101 when adding new email alias

                                  Hi, I am trying to add apple@(mydomain).com The error AS101 is shown while I try to add the alias.
                                • Global Sets for Multi-Select pick lists

                                  When is this feature coming to Zoho CRM? It would be very useful now we have got used to having it for the normal pick lists.
                                • What's New - January 2025 | Zoho Backstage

                                  Hi there! As we step into a brand-new year, we’re thrilled to bring you some exciting updates to make event management more enjoyable and efficient. Here’s what we rolled out in January to kick off 2025: Backstage 2.0 now enforced for all users We've
                                • How do you do ticket add ons in Backstage?

                                  Hi Everyone, If you wanted to have general admin tickets and allow for add ons, like camping, or car or Carbon offset. What would you do? Peace Robin
                                • Re-create auth token

                                  I need to re-create a self-client auth token, with the same scopes (and additional ones) as the current token. Is there a way to view the scopes assigned to the current token to ensure that no scopes are missing when creating the new one?
                                • Writing on sketch cards is bugged when zoomed in

                                  When zoomed in, it writes a noticeable distance above or to the side of where you're actually trying to write. The further you're zoomed in, the more noticeable it is. Zooming is also entirely absent on the desktop version.
                                • Doesn't let me test my newsletter.

                                  Hello, I click "Preview and Test". I select the email address to send the test (usually my own email). I send the test email, appears the message "Your test email has been sent", but nothing happens. I mean, there is nothing in my inbox. I also tried
                                • Custom Related List anchor tag with tel protocol

                                  The following code worked great for about a year to create clickable tel and mailto links in a related list in the Deals module. Just this morning, it started displaying the HTML as text. For example: <a href='tel:8882490100'>8882490100</a> Zoho support
                                • Waiting Room

                                  Is there any plans to implement a Virtual Waiting Room for Attendees on Meetings and or Webinars?
                                • My workflows not working

                                  Hi I have created my first workflow I want it so when a customer responds to a ticket that the status is changed to "reopened" We want this so its clear there is a ticket to deal with again. We only have 2 agents responding to tickets and do not have
                                • reset of user password

                                  User forgot her password, so she requests a password rest, but never gets the email. How do I reset her password, since that function is not an option, even for an administrator?
                                • In what case it's better to use Developer Console? Only for marketplace?

                                  As I can see from the documentation, the limitations are challenging. No Custom API No Page Variables No Custom Connections.
                                • commision tracker

                                  I am after a zoho developer to finish my commission tracker as I hired someone on oDesk that started but now will respond to my emails.I really need to get It finished as it is holding up my plans Thanks Budget : $500 | Duration : a.s.a.p To leave a private message, please click the link for private response in post Action section.
                                • Generate a Zoho Sign link

                                  From time to time I get a response "I never received your you e-document for electronic signature" is there a way to generate a Zoho Sign link to share.
                                • Error 403: Forbidden When Updating Email Signature via API

                                  Hi Zoho Desk team, First, congratulations again on the excellent Zoho API. But, I’m encountering an issue while attempting to update an email signature via the API. Whenever I make a request to update the signature, the response returns an HTTP 403 Forbidden
                                • Queues Management ?

                                  I need to assign the new requirements equally between my support agents. How I can configure this feature in Zoho? Thanks
                                • Client Can't View Ticket

                                  Hi, I created a ticket for my Client since he had an issue. I added him as a Contact as well. My client got a notification in his email that the ticket has been created. When he went to view the ticket on his desktop, the screen was blank. He then viewed
                                • Automating Custom Web Link Messages to Customers via Instant Messaging in Zoho Desk

                                  Hello, I am looking for assistance with Zoho Desk's Instant Messaging feature. Is there a way to automate the sending of a custom web link to customers every day at 6:30 PM? Any guidance or suggestions on how to achieve this would be greatly appreciated.
                                • How do you apply field validation to a date field?

                                  We are using Sign for remote e-signature of liability waivers. The signer must enter a date of birth, and if they are a minor their legal guardian must sign for them. However we have had numerous problems with signers returning an invalid date of birth
                                • Implement Regex in Layout and Validation rules

                                  Hello all, We are excited to announce that users can now implement Regular Expressions (Regex) in our layout and validation rules. This new functionality allows for more flexible rules to be created when designing and validating forms. What is Regex?
                                • Zoho Desk Validation Rule Using Custom Function

                                  Hi all, I tried to find the way to validate fields using custom function just like in Zoho CRM but to no avail. Is there a way to do this?
                                • Editing landing page after signup for a webinar

                                  Hi, how can I edit the landing page after signing up for a webinar. I personalized the email "registration confirmation", which is working fine. Nevertheless after submitting the form, the participant gets redirected to a page, which looks like the standard
                                • Kiosk GetRecords can't compare formulas

                                  (submitted as a help request by accident - should have been a topic) Scenario: I have an "email domain" formula whose value is "@xyz.com" if the e-mail address is brent@xyz.com . I have the same field in Leads and Contacts. So, theoretically, I should
                                • Kiosk can't merge picklist or multiselect

                                  There is no ability to load a multiselect or picklikst field into a kiosk with the values that have been previously selected. So, I essentially have 3 unacceptable options: 1.)Load the value into a text string and include instructions like this: "Picklist
                                • Fillable template with dynamic tables?

                                  Is there a way to build a fillable template so that users can add rows to a table? To describe what I'm trying to accomplish the table has 3 sections; a header row, some number of rows with custom information, and a summary row with totals. I can't figure
                                • Tip of the Week - Timeline User Filter for Dashboard

                                  Does the Date User Filter in your Dashboard leave out a few reports from filtering? This happens when the reports are not created over the same table and the (time) column over which the user filter is created.   To solve this, Zoho Reports has a Timeline User Filter. This filter applies the criteria on all reports, matching it with the best possible date column associated with a report. i.e., if your reports are based on a date column, then it will filter it for that data column.  To know more on
                                • Zoho Forms Webhooks - Only sends on submission not on edit.

                                  Hi There, We have a slightly unique use case for Zoho Forms. We used Zoho Forms for the collection of Guest Lists. When a customer submits their guest list they get an email confirmation. Within this is a link for them to update their guest list before
                                • Add Knowledge Base KB Articles to multiple categories

                                  Greetings,  Love you help center system.  One item that would be incredibly helpful to many of us would be able to add a single Knowledge Base KB article to multiple categories in our system.  It seems it could be quite easy to use a checkbox form, instead
                                • What does "Tickets for Review" do?

                                  What is the purpose of the va nilla view " Tickets for Review?"
                                • Report of Leads/Accounts/Deals with no open activities

                                  How can we replicate the option in filter to only show Leads/Accounts/Deals with no open activities ? The option is present in the filters (please find screenshot) but I am unable to find them in the report. Thanks
                                • Cannot set Subform Multiline field to read-only using Client Script

                                  I am using client script to set different subform fields as read-only It works for Single Line Fields, but when I try to set a Multiline field as Read-only it doesn't work var subform = ZDK.Page.getSubform("Subform_1"); var item_Code_old = subform.getField('Item_Code_Old').setReadOnly(true);
                                • Changing Color Theme of Guided Conversations

                                  Hello, We have recently added Guided Conversations to one of our websites, but I am wondering if there is a way to customize the color scheme so it matches the appearance of the website? Thank you in advance!
                                • Lost the ability to sort by ticket owner

                                  Hi all, in the last week or so, we have lost the ability to sort tickets by Ticket Owner. Unlike the other columns which we can hover over and click on to sort, Ticket Owner is no longer clickable. Is it just us, or are other customers seeing this too?
                                • Can't login to Zoho mail

                                  I'm logged into Zoho but when I try to go in zoho mail I get: Invalid request! The input passed is invalid or the URL is invoked without valid parameters. Please check your input and try again. I just set up my mx records and stuff with namecheap a few
                                • Social Media Simplified with Zoho Social: Bridge sales and social media marketing

                                  Social media marketing has become the go-to strategy for most businesses who are trying to boost awareness of their product/service, create a brand image in the minds of their audience, increase website traffic and engagement, and generate leads. Posting
                                • This domain is not allowed to add. Please contact support-as@zohocorp.com for further details

                                  I am trying to setup the free version of Zoho Mail. When I tried to add my domain, theselfreunion.com I got the error message that is the subject of this Topic. I've read your other community forum topics, and this is NOT a free domain. So what is the
                                • Work Orders / Bundle Requests

                                  Zoho Inventory needs a work order / bundle request system. This record would be analogous to a purchase order in the purchasing workflow or a sales order in the sales cycle. It would be non-journaling, but it would reserve the appropriate inventory of
                                • Create Quote does not show the "Product Description" entered as part of the Product setup.

                                  The product description created as part of the product setup page, does not show in the Create Quote module; The module allows for an additional description to be added but without access to the original stored description. By selecting the product from the "Product Name Lookup" pop-up, the "Product Description" part should be populated from the product record where the user is allowed to further modify it.
                                • Allow Itemization for Recurring Expenses

                                  For whatever reason, one cannot itemize a Recurring Expense. This capability should be added. The use cases to support this is largely the same as what they were to allow for itemization in Expenses. Anything that would need to be itemized for a regular
                                • Feature Request – Auto-Save Draft for Interview Assessments

                                  Hello Zoho Recruit Team, I’d like to suggest a feature that would be incredibly helpful for recruiters conducting multiple interviews. Currently, when filling out an Interview Assessment, there is no option to auto-save progress as a draft. At times,
                                • Next Page