Style the forms and reports in your CSS
I did a simple trick. - On a form, added a ritch-text field called pageStyler (Admin can only view) - Added a deluge on load as - input.pageStyler = "<style>#zc-component { background-color: yellow;}</style>"; - Login as Admin and submit one record against the form Now this makes my form width 100%. I need this for a huge form. However, I would suggest override the CSS with extreme care.
Whats-app Integration with Zoho Creator using twilio
Whether two way integration between zoho creator and whatsapp is possible using twilio ?
SMS Twilio Response
Hi Everyone, How does Zoho creator handle a response from Twilio is an SMS is sent and then the user replies. With Twilio the they have php, ruby, C#, javascript, erc. But how does this integrate with Creator in order to handle a respose?
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!
Renaming Report - Report Title doesn't "stick"/save
Does anyone else have this problem? When renaming a report, a report title change doesn't stick/get saved. The report link name "sticks" more often, but that process's reliability isn't 100% either.
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
How to Pull Data from Zoho CRM to Auto-Fill ZC Fields & Update New Information Back to Zoho CRM
If you want your Zoho Creator application to pull data for a record from Zoho CRM, and auto populate the fields in your Zoho Creator App - then, upon submission, also update the new information back to Zoho CRM - here's a little tutorial for you. Here's how to do it: Step 1: Create a CRM Lookup Field for the record you want to pull info of lets say it's a LEAD and the ZC field name is Lead_Name. Step 2: Lets say you want to fetch "First Name, Last Name & Email" for this lead. Then create 3 fields
Logged in user view
Hello, We made a custom app (Days Off) in Zoho Creator. The Admin (who is also the sales manager) will create reports every month for every user (e.g. pierre_beerproject) by selecting a users name in each report. The purpose is that each user will have
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" ),
Does anyone know what widgets are for?
My question is because I made a widget for the workspace in which I work, I understand that it is not useful for public sharing as well as forms or reports, but I tried to use it for my clients within the application, unfortunately it no longer works
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
Is it possible to generate a generate and print a QR Code/Barcode on printed documents
Hello Friends, I'm wondering if it is possible to include a barcode/QRcode to secure or prevent forgery of documents printed from my developed apps
QR Code to Create/Edit/View Forms
I conduct agricultural field trials and each test has a sign - that I intent to codify with QR codes. I have a record of each trial and every week we have to update information. I would like to use QR codes to do the following: 1. View records. 2. Edit records. 3. Create new records.
Generate random QR code
Hi Dev , i am using the Event management app in zoho creator , i was wondering if i can send a random code generated as a QR to the confirmation email sent to people registering . it could be the autonumber field. e.g. Thank you for your registration , please bring this email with us to scan your qr code and the QR code will be shown in the email. thank you
QR
Hello, Can you print or convert a form in validate to QR? Or put a button to create the QR with the data entered? Thank you in advance for your help. Eloy
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
Zoho Creator form import data sheet
Hi, I am currently moving off of google docs to zoho. I just created a zoho form via zoho creator. My Google docs form already has data since 2009 and I would like to import these data to my new zoho form (in zoho creator). I can't see the import function and my zoho form only allows me to complete 1 form at a time. How do i import a sheet? perhaps from excel? Many Thanks, Mark
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
PWA support for Mobile and Tablet views in Creator
Hi When (if not already available but really well hidden) will the PWA display on a mobile device be able to use the view configurations set up for Mobile and Tablet in creator. Using the Zoho App on the device is not practical as it's a pain for a customer
Input a Subform field into a formula field in the parent form
Is it possible to input a field from my subform into a formula field in the parent form.
Filtering Out options from a LookUp field
Hi Everyone Trying to make a form with a lookup field that will only show things in the Lookup field that do NOT already have a tracking number associated with them in the original report //once Sample has a US tracking number //that Sample should never
Holiday Request App
Hello there Has anyone created a holiday request app in Zoho Creator, please? Thank you. Karen Rapley Copper Connexions Ltd
Next Page