how do you guys create a custom calendar?
Hi, just curious how do you guys create a custom calendar? Is it possible for me to create a hotel calendar looks like the one that I attached? If it yes, what should I learn? HTML? ZML? I need a sort of table that could accommodate my user to see all the room list, status and how long the room will be occupied. I wonder this table also appear based on user record. Do you guys have any Idea or reference for me to chase my dream? I'm pretty new to coding or web programer things, but I'm eager to be
Upcoming updates - April 2019
Hello App Creators, During April, 2019, the Zoho Creator team will be rolling out the following feature updates: Updates w.r.t. Address and Location Panel builder and Gauges in Pages Kanban Report customizations Ability to search and sort records using the subfields of Name and Address fields Currency field formatting In addition to our changelog , we'll leave a comment below as these items are rolled out. - - - - - - - Updates w.r.t. Address and Location Applicable to : Zoho Creator 5 Note : This
Lookup field renders incorrectly (ID instead of value) when used in record template
I have a custom record template I send using sendmail as an attachment on button click in a report's record. Most of the fields show up correctly but one field which in the corresponding form is a lookup to another table shows the IDs instead of values. Any idea how to fix this? See the last row "Products of Interest".
How the data may affect the one application by updating another application.
There are two different java based applications. Application1 and Application2 Suppose a user has registered in application1 and just after clicking on submit, the user must have checked in application2, whether the user is present over there or not, if not then the user should have registered in application2. And the process should be automated. like when one user is inserted in application1 then right after submission if the user is not present in application2 then the user must be inserted.
Deluge map question
I'm creating a custom function that will create a record in zoho creator using payment record information from zoho books. I've been able to successfully create a record in ZC but I'm unable to get the invoice_id from the customer_payment map. Below is the code: paymentMap = Map(); //set order to payment invoice id - this is not working paymentMap.put("Order",customer_payment.get("invoices[0].invoice_id")); paymentMap.put("Description",customer_payment.get("card_type")); paymentMap.put("Payment_ZB_ID",customer_payment.get("payment_id"));
Holiday Self-Scan
I am working on a HR application that needs the functionality to let employees book their on holidays for approval. I want this holiday to be tracked and to tie it to a certain number of days. For example, the maximum holidays per year is 30 days. How can I set up the holidays so that when a holiday is booked it takes that number of days away from the 30. I would also like a way of displaying hw many holiday days an employee has left. Thanks!
Adding a visible .PDF to a form
Good evening. I've created a form for my users to complete. Is there any way i can attache a .pdf to this form so that before users submit the from they are able to view/download this pdf and then agree that they've read the pdf. Thanks, Matt
What upgrade do I need to publish as an app
I have a zoho app built in app builder, but it says I have to upgrade to use it. I am a Zoho One account holder, so not sure what I am upgrading too. Can anyone here help me.
Help with function
Hello, I was wondering if someone could tell me why my function is not working. Here is my function that I have: String Bar_Code(String X) { //remove serial if(X.contains("--")) { sku4 = X.getPrefix("--"); } else { sku4 = X; } //Find Book if(sku4.contains("97816804") == true) { Book3 = Books[Barcode == sku4]; } else if(sku4.contains("9781942") == true) { Book3 = Books[Barcode == sku4]; } else if(sku4.contains("9780934") == true) { Book3 = Books[Barcode == sku4]; } else { Book3 = Books[Book == sku4];
Creator Evaluation Questions
Dear Zoho Community: We are evaluating Zoho Creator for a potential ERP solution for our social enterprise. We need a combination of POS, Inventory Management, People / Customer Management, and a few other custom modules. While reviewing, I had a couple of questions, the most important around the integration of various Zoho apps. First, a small (and hopefully simple) question - who exactly is the user that Creator's pricing is based on? Any and all staff who will interact with Creator? For examplme,
Append value to field without replacing
Hi, We are attempting to set up a field ('Source') so that when updated a value is added to it rather than merely replacing it. In some other CRM systems it is possible to do this by beginning the value to be appended in the file with a semicolon ; or comma , - is there an equivalent functionality in Zoho? For example, a contact has 'Subscription Centre' in this field. Is there a way to format an upload where the field is 'Event Form' such that after the upload/merge the field reads 'Subscription
Adding SubForm rows via script
I am having a hard time figuring out if this is possible or not to add rows to a subform through script. What I want to be able to do is have a stateless form where I indicate the record to be updated and the record to be updated from. It works fine for all of the info I want to duplicate expect for the subform data. The subform are bidirectionally linked to the main forms, but I can't figure out a way to add them to the record getting the duped data. I would love some help. -- Gabe
Error on subtracting variables '1.50' and '0.00' due to mismatch of types
I have a subform where users can add rows and in the rows articles for sale But for example if a row is not filled and the user wants to delete the row again by the delete button I get the error notification: Error on subtracting variables '1.50' and '0.00' due to mismatch of types Hope somebody can help me. With kind regards
Navigation between divs always loads the whole html page
I would like to create an html page in ZC5 in which I will have 2 buttons and 2 divs. When I click the first button it will navigate to the 1st div and when I click the 2nd button then to the 2nd div (in the same page). In the future I will add more buttons and divs. As a very example <a href='#restaurants'><button >Button 1</button></a> <a href='#cafes'><button >Button 2</button></a> <div id="restaurants"> <p>Text 1..........</p> </div> <div id="cafes"> <p>Text 2.............</p>
New Form not in list on Looup field creation
Hi All, I am doing some mods to an app called Call Logs and I have created two new forms for data entry. I am trying to do a lookup from one to the other but when I drag the Lookup field onto the form and it pops up the available form options, my new form is not there. Searched all the settings but can't find anything like make visible or similar Can anyone help? Cheers, Greg.
subform popup
In my app I have a form that contains a subform. The subform contains a lookup field that selects inventory items that are stored in a separate form. Everything is working correctly so far, but what I'm wanting to do is thus: If the subform has a line item entered and I edit a field (could be a decision box), I need a popup window that opens the record of the inventory item which then can be edited and updated. I've gotten everything to work except for having the specific record open. Instead it
Send Email to Group of Users Selected in Multi-Select User Lookup Field
Hi- Users in Form A select employees in Form B to send emails to. The email addresses of employees in Form B is set through a user lookup field called Email_Address. On successful submit of Form A, I'd like to send an email to all employees selected..I have the following script, which is not triggering an error but also is not triggering any emails....does this have something to do with the source of the email address coming from a user lookup field? for each r in Employee_Database[ID = input.Assigned_to]
Calendar Actions - On Click of Available Time/Date
Is there a way to have a stateless form open when clicking an available Date/Time on a calendar view instaed of having the default Add New Record Form?
Customers to see entries from other customers in a report AND Approval query!!
Hi there, I an app which a sort fo banking app for my company. I need to know how to do two things: 1. Allow 2 customer to log in and see exactly the same information as each other. For example if one customer enters a form and this then shows on a report i want the other customer to be able to see this report and the information the other added. 2. This is an approval system i need in place. I need one customer to log in and fill out form. Then another customer to log in and be able to approve said
Coloured relationship diagram arrows
I suggest to distinguish single-select and multiple-select lookup fields in the relationship diagram by using different arrow colours when hovering over them. Currently all arrows are shown in blue.
Trouble Setting Multi-Select Field on User Input
Hi - Having trouble getting a multi-select lookup field to pre-populate based on user input. Form A contains list of all Employees and the Location where they work. Form B creates new projects and includes a lookup field to Form C containing a list of project team groups and a multi-select lookup to Form A allowing the user to assign employees to the project. I'd like it so that if the user makes a certain selection for the team group (say, "New York Employees"), the multi-select field will pre-populate
Doubt about iteration limit
Hi, I'm building a couple Apps and as of now I'm not having any iteration limits problems, however the lines are piling up steadily and fast... Hence the concern My question would be if a "for each" script counts iterations from the raw amount of lines of the table or if it counts the iterations per result in which it has to act. Ex: I have a form with 6000 lines and it contains a field "Color" and 100 lines have "Green" color, if i do a "for each (Green)" script, it will count a hundred iterations
HTML Pages Background - No Control
Am I able to create HTML pages with full screen HTML? The way that Creator has the panels, it always looks like an iFrame and unprofessional. As of now, I can only create a floating panel look. This may be Okay for some internal needs but if I am going to consider building apps to go to market with, I need to be able to have the app look like any other basic app. Anyone have any ideas regarding this? Creating a custom site and then connecting to Zoho Creator seems a little overboard and lots of
JSON list/array not able to parse
I am not able to parse json list in Zoho Creator. JSON starts with square bracket [ ] . I am not able to convert it to list for looping through it. [{"device_id":"297e79be208d1db191a7e2c0cdc3eb4413c939d9","device_type":"computer","device_url":"https://dashboard.panorama9.com/portal#assets/hardware/computers/297e79be208d1db191a7e2c0cdc3eb4413c939d9","manually_added":false,"name":"JOEPC","alias":"","manufacturer":"Lenovo","model":"20DH002TUS","serial_number":"PF0BEC36","cpu":{"manufacturer":"AMD","model":"AMD
Two way reports on Meetings and People
I have what I thought was a very simple requirement for a small application: In Contacts Form, I have a list of people In the Meeting Form, I have a list of Meetings Contacts attend multiple Meetings, and Meetings have Multiple people I need to generate two reports: 1- For each contact, the list of meetings attended 2- For each meeting the list of people attending And be able to enter quickly the contacts in each meeting or the meetings attended by each contact. Thanks
How can I get a date in date format only without hours
Hello, I need for flow to close a deal a current date in the format "dd-MMM-yyyy" I did this function: string today() { return zoho.currentdate; } But it return : "today_7": "08/08/2019 00:00:00" with hours. ==> Do you know how I can write the script to get the date format only Thanks for your help Have a nice day
Formula to show the amount of months and days between 2 date fields
Hi Please would someone help me and provide me with a formula to show the number of months and days between 2 date fields. I can only work out how to show the number of total days, but was hoping it could read as: 4 - Months and 29 days Many Thanks Peter
How many customers in the zoho creator premium plan?
Hi, Could you tell me how many customer I can handle with the premium plan without having to pay to add more customer? Thanks.
Access array of complex JSON objects with toJSONList()
Hi, I'm trying to create a json list using the result of an api call and parse it with the toJSONList() function. The API call works fine, but unfortunately I'm not able to find out how to process the result and create a (json) list of it to be able to do something useful with it. I'm using the following Deluge code snippet: header = { "X-TrackerToken" : "SECRET" }; projects = getUrl("https://www.pivotaltracker.com/services/v5/projects", header); projectsJson = projects.getJSON("{}"); jsonList =
In ZCreator-Reports, can we pass filter values dynamically via url?
Hi there I have a bar chart (generated via Zcreator - Reports Tab). This has the Subject and the exam titles as bar chart ie.. all subjects, all exam titles I want to set the filter Subject= Science and see only the exam titles assiciated with science (Works great with filters) However, i want to pass the filter values via url? is it possible? Note - https://help.zoho.com/portal/en/community/topic/zoho-criteria-in-zoho-creator-reports-dynamic-filtering-in-reports Re: ZOHO_CRITERIA in Zoho Creator
Edit relationship form record
All, I need some inspiration as to how to make an intuitive way for users to edit a related record. The issue at hand is, that users per default are working with Form A in Report A. In form A there are relationship with form B. Users would often have to edit and amend the data in Form B while they work in Report A. However, as the current behaviour in ZC5 is that you can only view Form B, I am looking for ideas to a user friendly way of accessing and editing the related Form B. Mock-up of the missing
Change Redirect of Add Button on Embedded Report
Hi - I have a report embedded on a page. When I click on Add, it opens a new form within the small report window. Is there any way to redirect this to a popup off the page so that the full form is visible? I tried creating a custom function but there does not appear to be any way to add that to the menu bar of the report near the Add button. Thanks.
Importing CSV not triggering the On Success Code
Hi, I have a timesheet form that my team use to log their time on. Once their hours have been filled in and submitted this gets grouped together with other entries for that job and the sum get displayed in the jobs records form. I can then view all the jobs I have to see compare what jobs are over / under time. When I conventionally add a single entry form submission this all works absolutely fine. However when I import a CSV into timesheets the On Success code doesnt trigger so my job sheets dont
Two simple ideas to significantly improve Creator Form Workflows user interface
Workflows: Make it possible to re-order workflows. Complex applications need a lot of workflows, the possibility to re-order workflows based on type and importance could save time and make things much more organized. Ideally, we should be able to create and sort under groups for even more clarity. (Pic1) We should be able to rename Actions under workflows instead of them being all generically named, e.g. "Deluge Script - on user input [form_field_name]" or "Deluge Script - on load" or "Deluge Script
Zoho CRM integration not working in Creator
Hello, Our business relies on Zoho Creator integration with Zoho CRM to conduct critical business operations. As we reported 24 hours ago, a total failure has occurred with our longstanding integration. We were forced to spend substantial staff time yesterday implementing an imperfect workaround to continue operations and, despite continued inquiries to your help desk, we have no resolution and no update. We require immediate escalation and feedback. Our issue is that we are looking up CRM information
Creator to sheets to books
Is there actually a way to let creator create a form that is then calculated into sheets and their results are then created in books as an offer I have such a use case where I can not get any further. Calculation in Sheets works great, but I do not want to include Sheets on the website, as this is not user-friendly in terms of responsive design on the smartphone. bg Martin
Is there a way to circumference no CC in Creator email?
Hi peeps, Anyone have any luck with circumnavigating the problem with no CC in send email? My company have different departments and sending the email to one department and sending the email to the head of OTHER involved departments means I need to send two separate email instead of one. Which means communication is broken. This also would be a problem when the customer wants to be CCd when a report is done and they want a group of people be CCd. It actually grinds my gears because CC
Date Input Masks
I’m having difficulty with input masks in date fields. If a user manually enters a date using the keyboard and enters anything other than the date separated by dashes, the date is recorded with very strange years. For example, if the user enters 1/1/2019, the date appears as 01/01/0001. This is pretty unacceptable and makes for a terrible user experience. Is there any way proper manual date entry can be supported? I'm using ZC5. Thanks!
Zoho CRM - Bring Fields from Accounts to Leads
Hello, I am starting to work with Zoho CRM and I have been doing some tests related to the Leads module, I have been trying that when a new Lead is created if in the Company field that it is mandatory to fill the company exist previously because we have sold it before another project or service, the information that I already have stored in the Accounts module for that client is automatically complemented in the Lead for example like tax identification number, business address, point of contact,
CRM Display Radius in Navigator
Hello Is there a function that can be used to display the radius search in CRM? I often search for our customers for contact addresses of our craftsmen and which of the artisans, e.g. is positioned more favorably. And the most of our craftsmen have a special radius in which they like to work for their customers, eg 50-100 km greetings Martin
Next Page