Blueprint - Mandatory file upload field

Blueprint - Mandatory file upload field

Hi,
File upload (as we as image upload) field cannot be set as mandatory during a blueprint transition.
Is there a workaround?
Setting attachments as mandatory doesn't solve this need as we have no control over which attachments are added, nor can we classify them.
Thanks


Info
Moderation Update:

We've shared the possible workaround using Widget in the linked post below, and we're sharing the same for your convenience.

 Please refer to the sample code and the steps shared below:
  1. if (transition.id === "419602000032426558")  // Respective blueprint transition Id
  2. {
  3.     var response = ZDK.Client.openPopup({
  4.         api_name: 'widget_api_name', type: 'widget', header: 'File Upload', animation_type: 4, height: '300px', width: '1000px', top: '0', close_icon: false
  5.     });
  6.     if (response.status === "Cancel") {
  7.         return false; // prevents the blueprint transition
  8.     } // Status returned from the widget
  9. }
  • Create a BluePrint beforeTransition event in the client script.
  • Create a button widget with the necessary file upload field.
  • From the client script  use the openPopup event to open the widget for the respective blueprint transition.
  • Based on a successful file update response from the widget. Use $Client.close() method to return success/failure status from the widget to client script.
  • Based on the widget response, return true/false in the client script to move forward/prevent the transition.



Feature Request - The ability to make the ' File upload/Image Upload field mandatory within the blueprint. We're yet to support this feature and we will keep you posted here for future updates.

    • Recent Topics

    • Calendly Integration

      Good morning support team, My company is using Zoho as our CRM system however we are introducing a new software called Calendly to be more organized and get better tracking of our events. Is it possible to integrate Calendly appointments or events onto lets say my  or my CEO's Zoho calendar? We've heard from other companies using Zoho and Calendly that there is a way to merge the two so we can see the events on Calendly and then view them on a monthly calendar in Zoho to coincide with our lead generation
    • Team work space

      Hello There I am looking at how i can use work space to create a seamless transition between Deals and Onboarding workspace When the deal reach submitted to onboarding the worksspace will be update with the new deal and the onboarding team, legel team
    • Prefill record fields from a stateless form

      I have a page with an embedded report and a stateless form. When I create a new record from the report, I want to prefill two fields with data that I have added to the stateless form in the same page. I can see the correct data in the stateless form.
    • E-mail Spoofing : Comment l’éviter et protéger votre entreprise

      Vous est-il déjà arrivé de recevoir un e-mail qui semblait légitime — avec le bon logo, un ton familier — mais qui vous a tout de même paru suspect ? Pire encore, un de vos clients vous a-t-il déjà contacté après avoir reçu un e-mail douteux qui semblait
    • Are custom portals accessible on the Zoho learn smartphone app?

      In other words, can users external to my organisation, once signed up, use the app in the same way as internal users? Thanks
    • Guide on how to hide data based on values in HTML templates.

      I am amazed that I discovered this after couple of hours of trial and error. Not sure why, but it works. *[data-hide="&nbsp;"] { display:none; } *[data-hide="\A0"] { display:none; } <div data-hide="%ItemDescription%" > %ItemDescription% </div> If
    • Pivot tables stuck on regenerate

      Quite often, I will regenerate my pivot tables in Creator and they will get 'stuck' on regenerate. i.e. they are not pulling through the entire dataset and the regenerate button is stuck on and out of use. This can go on for days and the only way I can
    • Manual sync is disabled in Zoho Analytics

      I've been using Zoho analytics for quite a while. Every time I am adding a new table to my big query data source in Zoho analytics I do several manual syncs until I get everything in place. In the last few days I can not do the manual sync anymore and
    • Sales forecasting now detects anomalies in user performance

      Dear Customers, As you're probably aware, we've been continuously adding improvements to the forecasting feature in Zoho CRM, and we're excited to announce the latest one as part of #CRM25Q1: Anomaly detection in forecasting. Forecast reports are a direct
    • Removing Submit a Ticket from Knowledge Base

      I am looking to use the knowledge base as a read-only feature. I want to remove the option to submit a ticket. How can I temporarily hide the submit a ticket feature?
    • Adding a CRM Account field to a ticket

      I have a created a field in Zoho CRM called support contract, where I specify the level of support an account has purchased. (Colored Picklist) I would like to add that field to a ticket upon creation and selection of the account. I have added a lookup
    • HTML - CSS Customization for Customer Portal

      The customer self-service portal within Zoho Support is one of the easiest to set up amongst various available options to businesses today. We've had quite a few customers tell us about it over time, and we've internalized that as an important criterion while building features and enhancements to it. As easy as it is to setup, we've also heard from customers about more customization options we should build. As a result, we've started investing a lot of our efforts in that direction. Today, we're
    • emails are not coming in or out

      How do i make space so my emails can work again?
    • Report Sales by Customer Location

      Hi, Is there a way to run a report by customer location? I want to be able to see sales by state: Order Number -  Order Date - Customer Name - Customer Ship State  Thank you, Allison
    • Cant receive emails

      i don't receive emails from Drata platform! pls help me
    • Is there a Windows 10 client email application that allows connecting to Zoho Mail using ActiveSync EAS/EWS?

      I'm currently using Outlook 2021 to connect to Zoho Mail using IMAP, which is fine, but I'd like some of the advantages that Exchange ActiveSync brings. I see Zoho supports EAS for mobile apps without issue, but I'm struggling to find a desktop app that
    • How to autorespond for inactive users?

      Hi, we have a few inactive users that we would like to set up an autorespond to the sender telling that the email addresses are no longer active. How can we do that?
    • Employee Loan & Deductions

      Hello, How can we enter employee loan to ZB ? and if employee partially pays how can we enter these transactions?
    • ETL processes employed by Zoho

      hi, I am an Informatica ETl developer. I would like to know  what are the ETL processes employed by Zoho ?
    • ETL process employed by Zoho Reports

      Hi, Can you please tell me what are the ETL processes and technologies employed by Zoho Reports ? Thank you.
    • can a custom module in crm be linked to desk ticket

      i have made an asset tracking module in crm can link it to a ticket in desk so I can track all issues with a particular record from the crm custom module 
    • Function #21: Email list of unpaid invoices automatically to customers

      Today's custom function aims at streamlining the payment collection process, by compiling the list of unpaid invoices at the end of every week and sending it automatically to your customers at the scheduled time. This approach ensures that your customers
    • Using Zoho CRM APIs to transfer data stored on Zoho into MySQL servers on AWS.

      Hi all, at work we have 2 primary places we store data - Zoho CRM, and MySQL servers hosted on Amazon RDS.  I'm wondering if anyone here has had experience moving data from Zoho into MySQL via using the zoho APIs! The reason we're doing this is so we actually centralize our data all in one space, so we can call upon it easily via things like Power BI if we have to. Thanks!
    • Can I host a raffle with Zoho?

      Hey everyone! I have an event coming up and i want to host a raffle for the attendees. Is there a way I can get the people who have signed up from the event form (within Zoho forms) and host a competition/raffle/lucky draw to pick a winner?
    • Webhooks to send data to amazon aws (rds)

      Is it possible to send data from Zoho Books, using webhooks and events to send data to a amazon aws rds database? Thanks
    • Bulk Write APIs: Step 3 returns "FILE_NOT_SUPPORTED" 400 Bad Request

      Hello.  I am trying to upload data to Zoho using the Bulk Write APIs. So far, I've successfully uploaded zipped .csv file and received the file ID. When I try to implement Step 3: Create a bulk write job,  I get 400 response: {     "status": "error",     "code": "FILE_NOT_SUPPORTED",     "message": "File not supported for bulk write",     "details": {} } What I do wrong? Here is the request I send: { "operation" : "insert", "callback" : { "url" : <my callback URL>, "method" : "post" }, "resource"
    • Make Every Conversation Count: Personalize Your Chatbot for Human-Like Engagement

      Imagine walking into your favourite coffee shop, and before you even place your order, the waiter asks, "Would you like your usual?" That small gesture makes you feel recognized and valued, strengthening your connection with the place. Now, what if your
    • Kaizen 185 - Subqueries in COQL API

      Hello everyone!! Welcome to another Kaizen week, where we discuss developer centric topics every Friday. This week, we have picked an interesting topic to discuss - Subqueries in COQL API. Zoho CRM's CRM Object Query Language (COQL) is a powerful way
    • How to fetch data from zoho books into mysql workbench directly not manually?

      I'm stuck with this problem of fetching data rom books to mysql workbench. I've gone across couple of tools but its not working . Please anyone has got any idea please share. Thanks
    • Automation of packaging and printing shipping labels

      How can I automate the creation of packages and shipping labels for my orders?
    • FILE_NOT_SUPPORTED Error making Bulk Write request

      Hello, I am trying to perform a Bulk Write request to the Leads module of Zoho CRM. I am able to successfully upload a zipped CSV file but I get the following error when I initiate the bulk write job: 400 - {"status":"error","code":"FILE_NOT_SUPPORTED","message":"File
    • How to easy change layout in existing records in Deals?

      Hello, So far i have used only 1 layout in Deals. I have about 1000 records. Now i want to make new layout. So i have 2 layouts: Layout Old (1000 records) Layout New (0 records) How to easy change layout from Layout Old into Layout New for existing records?
    • How can Outlook 365 link back into Zoho Projects so meetings and events in Outlook calendar show in Zoho?

      We use Outlook 365 for our emails and diaries and have integrated Zoho Projects with Office 365. One challenge we face is getting Zoho Projects to recognise when we have meetings and events in Outlook and not allow project managers to assign tasks over that period. Is there a way to resolve this? Thanks
    • Smart Prompt is now powered by Zia

      Hello everyone, We're excited to announce the launch of natively hosted Large Language Model (LLM) to power our AI offerings. What is LLM? LLM stands for Large Language Model, a powerful AI technology that processes and generates human-like text based
    • Log a call: Call Duration for Inbound is mandatory but inbound is optional

      Hi Team Can you advise on why the call duration for the inbound call type is a mandatory field? We have a use case where we are manually logging a call but do not use the call duration field. The field does not have the option to make it non mandatory
    • Bigin Android app update: Introducing an option to change language -> Set your preferred language directly from within the app

      Hello everyone! In the latest version(v1.7.22) of the Bigin Android app update, we have brought in support for an option to change the app language directly from within the app . Currently, we have supported 28 languages, using which you can choose the
    • (Infinite reloads BUG) Unable to create E-Mail account @mydomain

      Hey there! I'm on Zoho.eu and trying to create an email account for my company. I've already done this for other websites and use cases so the process I'm quite familiar with. I'm on this page and click the link on the bottom "Try free email" (which is
    • In Zoho Analytics picklist values are doubled because of translations

      Hi, we have our CRM set in Italian by default, because of non Italian-speaking users we traslated all modules and fields in English, too. As a matter of fact, when I try and use picklist values as filters or dimensions in a chart in Zoho Analytics, the
    • How do I create a new business email address in Zoho Mail

      Hi, Sorry for a newbie question. I am unable to find a URL or a specific place where I can go and create a new email address like support@mycompany.com in Zoho Mail. Please help anyone!
    • Outgoing blocked: Unusual activity detected

      Dear Zoho Team, I've received a notification that outgoing emails from my account have been blocked due to unusual activity. I'm providing the requested information below to assist with the review: Nature of Business: I operate Midweb (https://www.midweb.co),
    • Next Page