Format zoho.currenttime?
Is it possible to format the output of zoho.currenttime? For example, I'd like to take... 24-Apr-2012 11:45:28 ...and show the output as... 04-24-2012 11:45 AM Thanks for any help!
Share/Invite not working
Hi, My client invited me as Developer for his app. But, I didn't get email. When I check my Home page, I don't see that app. My account is in the domain "creator.zoho.in" My client's account is in the domain "creator.zoho.com.au" Is that an issue?
quick question re: api call by url
Can I make an api json call with the following url instead of via a form element as laid out in the docs here: zoho.com/creator/help/api/rest-api/rest-api-view-records-in-view.html ? creator.zoho.com/api/json/<ApplicationName>/view/<ViewName>?&authtoken=<myToken>&scope=creatorapi&zc_ownername=<myOwnerName>.json I'd imagine I'll also run into CORS problems. FInally, how do I add criteria to an api call like the one above? In particular, how to url encode a date field. ( e.g. &criteria=myDateField==12%2F14%2F2019
Syntax in deluge to reference a field in another application
What is the correct syntax to reference a field in another application in deluge script. e.g. recordToSelect = somehowReferenceAnotherApplicationAndForm[fieldName == "somethingSomething"].ID; Thanks! Brady
Subform Report Template
Hello, My data is recorded in subform and i want to print them as follows: Design No.: Shade No.: Meter: Design No. Shade No. Meter 56459 240 25.00 55830 210 50.00 23430 1 35.00 23437 2 35.00 what i want to say i want to make 2 columns
Hidding Print Option in Report Detail View
Hello, I have Report emmbeded in HTML Snippet on Page. I succesfully hide Print/PDF option in Quick View with Style URLs but i can't find any options for Print/PDF in Detail View
Unable to add new users
We currently have 17 users in our application. When I try to add a new user, the pop-up dialogue states that we have reached our limit of 19 users and will need to pay to add this user. Any ideas how I could fix this?
Preventing users from office A viewing reports from office B or vice versa
I have only 1 form for data entry that is accessible by office A and office B. One of the fields is the Office Site where users select from the dropdown either office A or office B. I would like to prevent users from office A seeing data entered by users from office B. How do i achiveve that?
2020 Wish List for Creator
Seasons greetings! Dear great Zoho team, here are my top 5 enhancements to Creator for 2020 Give us some formatting options on List Reports especially on headings - word wrap especially Give us some more styling options on Form designs. They are ugly today The ability to customise Alert and use in all locations. Alert (warnings, error, information) different colour different icon On Workflow list, show modified date (not added date as if I am modifying 100 scripts I need to know when they were last
How can I launch a bulk edit action by a custom action (how do I write the URL)
How can I launch a bulk edit action by a custom action (how do I write the URL). And how can I manage the information shown on the BULK EDIT window. Like I want to the give the choice to edit just one column. Thank you!
Update Aggregate Total
Hi, Firstly apologies if this is something simple but I can't seem to get the workflow to work. I have two forms. Form A - Kits Form B - Assets Multiple Assets can be added to a single Kit. Joined with Lookup fields. Each Asset has a rental value (FormB) which by using an aggregate workflow in form A calculates the sum of all Assets and adds a value to a total field in form A. This all works as it should and gives the correct total. The problem is that if I update the rental value in Form B the
Sent emails in MS Outlook
Hi, I want to see the emails sent via ZOHO Creator app in my MS Outlook's sent item. Is that possible?
Create a custom function in ZOHO Creator using deluge script
Create a custom function in ZOHO Creator using deluge script : You can create custom function using deluge script in ZOHO creator app. Please follow below steps to adding a custom function...
Audit Trail - search by login ID
Hi If we are using an audit trail to view changes to records, it would be useful to be able to see what a user has done by searching their login ID, rather than just the unique ID of the field.
My Creator API Get response gives me a 200 result but no records.
Hi! I'm making a GET request as follows: https://creator.zoho.com/api/json/medlemsregister/view/Medlemmar?authtoken=XXXXXX&scope=creatorapi&zc_ownername=Erik.Ekblad note: authtoken is hidden above. The response code is 200 but the output is empty. I have currently 3 records in the view. What am I missing here? Thanks! Erik
HOW TO INTEGRATE ZOHO SHEET WHIT ZOHO SHEETS FOR A UPDATE EXITING RECORD IN ZOHO CREATOR FORM
I HAVE ONE FROM IN ZOHO CREATOR AND SOME DATE IN THIS FROM BUT NOW I WON'T UPDATE THE EXITING DATA WHIT ZOHO SHEET IT IS POSSIBLE OR NOT IF IT IS POSSIBLE TO UPDATE HOW?
Test for blank 'Time' field
How do I test for a blank time field in script? The below doesn't seem to work, I've also tried the isEmpty() function, and == "" with no luck. It does work with date fields, so i would assume it would be the same? If (time_field == null) { time_empty = TRUE; } Thanks
Pass URL parameter to a function. Not work in mobile application
Through the url I pass a parameter to a page that contains buttons. The buttons executes a function for which the parameter passed through the URL is required. If I do it on desktop it works perfect. In the mobile application argument of the function = null. Why is the parameter lost along the way? Any solution...
API Lookup Field Criteria Broken
When selecting a record to edit using a lookup field value, all I got was "Failure, No Records Found With Specified Criteria.". I've double/triple/quadrupal checked my lookup field name. Adding records via the API with the lookup field name and criteria value is fine.
Get rows and send Email
How i can import some rows to zoho creator and send these rows by email to a specific user. I made this but send separated emails by row. I need to group all rows and send as list or some other option but in ONE email. Is this possible with zoho creator?? data = Invoice_Tracker[Fecha_Emision == "02-Oct-2019"].Folio_Dte;
sendmail
[
from :zoho.loginuserid
to :"xxxxxxx@gmail.com"
subject :"lista facturas"
message :data
]
Displaying All Fields in a Subform When Viewing Report
I have created a form that is going to be used to track employee goals. The form itself has information about the employee and manager, and then there is a subform field that is used to list individual goals and related information about each goal. When setting up the associated list report, I checked the box "Create a link to show all fields," for the subform field which then creates a hyperlink for each goal in the report, that when clicked, is supposed to show all the information about that goal.
script issue
Hello, I met an interesting issue today. I had a script in one of my apps which has worked fine so far...nothing has changed as far as I know.... Here is the script: input.Purchase_status = "sztornózva"; storno = insert into Purchase_form [ Added_User=zoho.loginuser Supplier_name=input.Supplier_name Invoice_number=input.Invoice_number Date_of_purchase=input.Date_of_purchase Net_total=input.Net_total * -1 VAT_total=input.VAT_total * -1 Gross_total=input.Gross_total * -1 ]; for each rec in input.Purchase_details
Performing a lookup and bringing in data from another application
Hi I have two applications; Roles and HR. When a Leaver form is completed in HR, I would like to pull data based on the Job Role Name in the Leaver form and add in Leavers_Instructions. So the list of Job Role Names is a lookup field from the Roles application. I am guessing i need to get the Unique ID for the Job Role I need and then use that unique ID to pull the Leavers_Instructions value. How would I do this??
Add custom day and date to Date Field
Hi Everyone, I have case like this. If Day in Date Field A > 8 in current month, Date in Field B should be 23/Date A + 1/Year (dd/MM/yyyy) And if Day in Date Field A <= 8, Date in Field B should be 23/Date A/Year (dd/MM/yyyy) Example: The created date is 09/05/2019 so end date will be 23/06/2019 The created date is 07/05/2019 so end date will be 23/05/2019 Sorry about my description. I cann't find function to add custom date like this to end date.
Building an app for my company
I would like to create a simple app for our company, that our customers can use. I already have a Google Developers account. My question is: I was searching Zoho , and all I can find is "Forms". ''I want an app that has "Icons" that my customers can click on. Is this possible?
Zoho Creator Single Select Field
Hello everybody I'm looking for a way to create a selection list where I can specify the options, no options that have already been selected should appear in the list. It is about documenting IP addresses. We have a pool of IP addresses. As you can imagine, IP addresses must not be used more than once. If a server has already been assigned an IP address, we don't want the IP address to be available for selection when adding a new server. Is such a thing realisable? Best Regards AINDER
Restricting Fields in Bulk Edit
I have carefully hidden some fields in my Form as I do not want them to be available for editing. However, it seems that enable bulk edit allows any field to be edited. Is there any way to stop this? Thanks, Julian
"Work offline" in Zoho Creator ?
Is there any way to work offline in Creator? I have some forms that I fill out... take notes in... at a location that does not have internet. It would be great if I could do that there, and then come back to the office and have all that data upload to Creator's database. Thanks for any input. Tom
Default Contain value on Field filter in Report
Hy, When we open any Report and click on Filter then all fields shows on Right Side. and when we click on any field then it shows like FIELD NAME and below IS (in drop-down) , i need in place of IS it shows CONTAIN . Is that Possible? if yes then how?
Introducing InteGreat: A dedicated series on Zoho Creator Integrations
Hello everyone, We hope everything is going smoothly with Zoho Creator. As promised, we're back with another helpful community series, InteGreat. In this series, we will take you through the different steps involved in integrating your Zoho Creator application with any other service, be it a Zoho product or a third-party service like QuickBooks, Zapier, or PayPal. We'll pick from a list of popular integrations, and each post in the series will focus on a different one. If you have any suggestions
Is Zoho Creator C3 Server is down?
Is Zoho Creator C3 Server is down? no responding, C4, C5 works fine.
adding background image to panel not working
suddenly it doesn't work when i try to add a background image to a panel, i already tried creating a new app, and also with different browsers
Zoho Creator to zoho Books Integration
Hi, I am doing integration from Zoho Creator to Zoho Books. I am able to add records to Zoho Books - Items module when a record is created in Zoho Creator. However, I am not able to search the records from item module. I want to fetch the records using item name and get the id of that item and then in next step update the item details like price and unit. Below is the deluge script i have used but, I am not getting the correct output. Products is a lookup in the stock form. I have used below script
Sum values based on distinct value of another column
Hello, As an example, I am trying to add up the values in one column (Amount $) for each unique value in another column (Item No.) for each Company. Company Item No. Amount ($) A A100 17.60 A A100 17.60 A A101 18.00 B A102 25.00 A A103 17.60 B A104 12.00 B A104 12.00 The Amount ($) will always be the same for the same Item No. but a different Item No. can have the same Amount ($). I am trying to find sum(Amount ($)) but only for unique Item No. (i.e. only add once for duplicates such as A100 and
Entering data directly into Spreadsheet Report
Hello, I find the spreadsheet report very useful seeing that most of us are used to data entering on Excel. Is there an upcoming feature that will allow users to add new records directly in the spreadsheet view and also manipulate data just like in Excel (e.g. highlight, color, etc...)? I've seen other web-based apps that have this feature such as AirTable but I really want it to be implemented in Zoho Creator. Adding new data takes a lot of time especially if you have to access the form (importing
Migrating info from Form A to Form B
Hi guys, I have a question regarding migrating information from a form to another form. I have same fields on both forms, and here is my code when customers fill out the form A, and I migrate them to form B. insert into User_Sign_up_Form [ Added_User=zoho.loginuser Yellow_Fever=input.Yellow_Fever ] But somehow when I update the report for my form B, It created a new customer in the list as shown below. I am supposed to update the second row. I appreciate any help! - Sally
How to add a flow created in Zoho flow into Zoho creator app?
Total newbie, so apologize for being lost. I have a contacts app in creator, and set up the Zoho Creator Gmail flow for when a new record is added. I tested by adding the new record, and my email is sent to me. However, there's no indication in Creator, that there's a flow working with my app. It only shows flows I created inside the App under the workflow tab. Should I be able to see Zoho Flows from here?
Date filter: this week
Hello, If we use a calendar report we can configure what the first day of the week shall be. I can not find this feature any other reports (pivot chart, pivot table, list report etc). The default setting is Sunday. In my country the first day of a week is Monday. So I always have to use user filter in reports if I want to have "this week data" from Monday to Sunday. Anyone can help if the feature still exists somewhere and I miss something, or any tip how to hack it? Kind regards George
Combining 3 reports into 1 with all information
Hi, I am working for a NGO and we have 3 different sign-up forms for activities. Is there a way that we can combine all 3 forms and sort the information according to the volunteers' name? For example, volunteers provide their basic info in Form A, activities they want to join in Form B, and availability in Form C. How can I combine all of these into a single report? Thanks. - Sally
Automatic form-filling for each user, if they don't do it themselves.
So I have an attendance form, wherein people mark themselves as present everyday while submitting the form. I want to write a deluge script in which if a user does not submit the form, the form is automatically filled for the user with the status field marked as absent. So far, I understand that it will be a scheduled workflow based on an hour of the day, where if the script does not find an entry for a user on the current day, a form will be auto-filled for all the relevant users with the status
Next Page