All creator icons set to default
All of the icons for my menus have been reset back to the default ones. Anyone encountered this or know I can get my icons back ?
Changes to market place apps
We are getting close to pushing our creator app to the market place. However, I can't find anything about what our customers would be able to modify in the app once they've bought it. The reason for the question is that we are using conditional formatting
Zoho Creator search/get records
Hi im looking for some help... Im running a function in creator that search/gets records from CRM accounts: I need the search/get to filter from a boolean, the amount which is passed through a user input and then sorted by created time(desc). This is
Benefit/disadvantages: Adding an inline subform created in main form vs embedding an existing form as subform
Hello, perhaps someone can offer some perspective on this. I've found that adding an existing form as subform is easier to manage as I can access the data easier. If it's an inline subform created within the same main form I can't access a direct report
Formula field blank on load
I have a formula field that shows either the user selected "start date" or the maximum date already in the Dates subform, which ever is greater. However, whenever the form is opened for edit, the field is blank. Adding a date, or changing the start date
how to apply multiple subform total addition value in a single field?
Hello Everyone Please help me I am stuck in the Zoho creator I have made 3 different subforms and their Total Amount is available, I got all the total amounts of each form separate, but I want to perform one more action these individual values will be
Disable and Enable Button for Radio
Hello, I am wanting to make a button that will disable all my radio button on a certain part of my form. These radio buttons send forms to an email and would like to add an option to just disable it with one push of a button. I know it can be scripted
Combine 2 fields into 1 field.
I need to combine 2 fields, one of which is an auto number field and the other is a single line text field. I tried using the following syntax in the workflow: input.SKUID = toString(input.SKU) + " - " + toString(input.Order_Type); but my output is as
Calculating a field value based on 2 other fields
I have put below into the workflow for a subform but its not giving the right result. Approximate cost field needs to be calculated based on Lump cost and Number of airstrips. Please assist. if(Number_of_airstrip != null) { input.Approximate_Cost = input.Lump_Cost
Conditional Print and PDF Template for Reports
Hello, I hope you all are safe and sound. While I like the pdf and print template feature, I feel that a new feature to set template based on conditions should be enabled. The Example Scenario is like this: Let's say there is an invoice template which shows the status of payments. Currently we will have to create multiple reports and set print / pdf template. It would be easier if we link different template to the status of the invoice, so that creating and maintaining multiple reports can be dispensed
Send mail and attach pdf
Hello. Using creator for invoicing. Wanting to send pdf invoice via email from app via "Send mail" fuction. Is it possible to name the pdf file based on data in a field? Thanks! Arlan
attachements to send mail : correct pdf filename
I also have a send mail function with the record summary attached.; But i cannot change the record summary file's name. Strange as i am able to give the pdf a name thru URL but not thru senmail attachements. Any ideas ?
Make field auto number visible on form load
Greetings, I hope find all well and safe! I have added a field type Auto Number on a form. I want to make this field visible on form load. I already have tried with a workflow to show the field on form load, but the field is still not appearing. Can someone
Automotive Repair Service Application?
I am looking for someone to create an application to be integrated into Zoho that will allow appointment scheduling, selling products and services in packaged or individual format.
Resending the email for customer portal
Hi, im wondering if its possible to resend the email for the customer portal through deluge. I understand you can do it by selecting a customer in settings and doing it through there, but id like to be able to set up a response so it can be resent by
Whats-app Integration with Zoho Creator using twilio
Whether two way integration between zoho creator and whatsapp is possible using twilio ?
Inbound/Outbound Twilio Calls
Is it possible to integrate zoho creator with twilio to receive inbound calls and make outbound calls? If so, how would i go about doing this?
Receive Twilio Messages in Zoho Creator V2
Hi, I am unable to figure out how to post sms messages as records in zoho creator. I've taken a look at this post but because of the new API v2, I'm not sure this will work. Can anybody be kind enough to walk a dummy through the process of creating a
URL for record summary as PDF
Hi, Is there anyway to access a Record Summary as PDF directly the same way as you can view the summary direcly in the browser ?: The way I am accessing the Record Summary in the browser right now: https://creatorexport.zoho.com/<username>/<app-name->record-summary/<view-name>/<record-id> Thanks!
Google maps in creator
Is there a way of embedding a google map inside creator with it being able to search near by locations once an address is entered? I have some contractors that do some servicing for me and I would like to be able to locate the closest one once I enter
How do I make a year on year report that shows each month as two different bars
I'm trying to make a year on year comparison for data booked in our app. Is this possible in creator? This chart shows the values in the same bar
Access Integration Form in deluge
I've added an integration form to our creator app. Is there any way to access this form through deluge rather than using the api?
Full text in quick view on mobile template.
Full text can be displayed in the mobile quick view template? I would like it not to be necessary to access the detail view to display all the text. The mobile template always cuts long texts. If it is not possible I would like to suggest it as an option
Zoho Creator pulling data from Zoho CRM and then displaying it on Zoho Portal
Hi All, I am stuck, wondering if anyone can assist/point me in the right direction. Tools used Zoho CRM Zoho Creator Zoho Creator Portal Zoho CRM We are using the contacts and accounts module on this example. Zoho Creator We want to pull the data
make indian states field and get district fields in another custom field automatically as options to select
hello community, I am trying to make 2 fields in my custom form in zoho creator. One field is STATES and another field is DISTRICTS. I want that when i choose any of states from my states field than automatically i get options of various districts
Does anyone know how to link Creator Users to CRM Users, or get a list of CRM users in Creator.
We are creating Sales Orders from our creator app, and one of the things we want to do is set the owner. Is there anyway to get a list of users from the CRM - without needing to hard code a connection name. Or to link the two together?
putting array into deluge for API
<?php $domain = "http://demo.connect.easyparcel.my/?ac="; $action = "EPPayOrderBulk"; $postparam = array( 'api' => 'xxxxxxxx', 'bulk' => array( array( 'order_no'=>"EI-AAGWD" ),
External File Storage Solution
Curious to know if anyone has integrated an external file storage solution within Creator - this would be in place of the native File Upload field. Solution examples would include AWS, Box.com, etc. If so, would like to know what solution you chose,
Limiting on screen size or number of records shown for a subform
Is there anyway to limit the size on screen of a subform, so that it doesn't require the user to scroll through reams of subform data to reach the update/cancel button? E.g. a Newspaper gets printed 6 days a week, so the Publication form has 300 date
openURL sytax
Can someone help me with the syntax here. openUrl( "#record-print/View_Open_Work_Orders/" + input.ID, "new window"); This is a workflow on successful form submission. Goal is to bring up print dialog upon submitting form. I know I'm missing something...this
Inserting a jpg into an HTML view
I am having a real problem understanding the instructions on the Creator help site how to insert a jpg into an HTML view. Could someone explain this process. Please do not send a link for me to read. I have read all the links dealing with this subject. I find them incomprehensible. I could really use some hand holding through this process. Thank you in advance, Henry
E-commerce solution in Creator
Hello everyone, After recently concluding that Zoho Commerce is not a good fit for us, we would like to know if there is anyone out there who has written an eCommerce application in Creator? Before we embark on such a project, we'd like to know that
New errors, reported on incorrect lines
I attempted to edit a script yesterday in an application that is working and has been working for some time, when I got a syntax error, reportedly on the 2nd line of the script (a well-formed IF statement). Since I had not edited that line, and there was nothing wrong with it, I was left unable to save my changes. I was unable to save even the unedited script. After poking around in the forums I was able to piece together a solution. 1.) Previously it was OK to use an expression such as input.rowA
Why is use of page parameters so inconsistent?
I want to have a page with a main record and a list of sub-records selected by a parameter into the page. I can not find an easy way of doing this with Zoho. With for example Knack, this is straight forward. Here is my best solution with all the dirty
ZOHO CREATOR RECORD TEMPLATE ALIGNEMENT BETWEEN FIELD NAME AND VALUES.
Hi Good Day every , can somebody help me to figure out this? I created a HTML table using HTML and deluge. And add a rich text field to the form to contain all the values and push to the Zoho Creator record template. Now I got a problem with the alignment
Fetch Records from subform to another subform
Hello, I hope to find you well and safe! I'm working on customizing the Quotation Management App in Zoho Creator. I'm looking to fetch data from one subform and insert it into another subform. I have an RFQ Main Form (Request_Quotation) where the sales
QR-Code / Custom Fonts in HTML Pages
Hi all, first and foremost: If this is answered somewhere else I'm sorry for re-posting this question, as far as I can tell, no solution to my current question presents itself from using the search function. I'm currently trying to create a barcode from
Zoho Commerce Scopes
I'm creating an app that needs to connect to the Commerce APIs, but the scopes aren't available. Can they please be added? Thanks, Bryan
Creating a in invoice in books from creator
I am trying to make create an unvoice in zoho books from creator once a check box is clicked and it is not working. Is there something wrong with my code. The info executes but the invoice is not created. Thank you. And that's not my actual org id. if(Charge_to_customer
Changing Lookup field to point to moved form
When I originally set up the application, we were prototyping multiple different approaches. To avoid having to set up the same config again and again, I put the config into a separate app. We have now decided on the approach we want to use and I am moving
Next Page