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
Compare two lookup lists
What is the best way to achieve the following: (a) I have a data inventory form, and each record tells me whether a certain assurance activity should be undertaken by the data it holds. For instance the data says a special audit should be undertaken. (b) I have a second form which details the special audits that have occured. As an audit can cover multiple data inventory records under (a) the ID's of the records from form (a) covered by the audit are recorded as a list on form (b) - call it b_in_scope_records
Deluge Scrip Zoho CRM and Creator Integration
I'm attempting to write a simple script to pull data from Zoho CRM (Potentials) into a Creator form. Note: I want to pull all data from all fields and display those in Creator. I'm using the following script, and I'm getting the error below when I run the application. Thoughts from the community. contact_map = Map(); contact_map = zoho.crm.getRecords("potentials"); input.Test_App = contact_map.get("Created_By"); Error details: log messages Invalid client task found corresponding properties Line:(3)
Lookup field point to address field show multiple entry of the same value
Hello guys I have a vendor form with the address field. This form have multiple vendors on the same city, so the country, state, and city are the same for many of them, only the street change. Let's say I have 10 vendors in Canada, and 5 in Australia If I create a lookup field that point to that form and to the address field, I have a list of addresses. If I remove all the fields and choose to show only the country, of course I will have a dropdown that show the word Canada 10 times. How can I show
Hide/Disable Lookup Field Values
Hi, I have Form A - Employee Self Appraisal Form and Form B - Manager Appraisal Form. Form A - Employee Self Appraisal Form will have all the fields like Employee_ID, Employee_Name and Self Appraisal as text field entered by employee. Form B - Manager Appraisal Form will have Employee_ID field as lookup field which helps to auto-populate Employee Name and Self Appraisal field. Now Manager will look at the data fetched against each value from lookup field and adds his comments in comment field. Since
Delete files from "My Library" in page builder
According to this help article https://www.zoho.com/creator/newhelp/pages/configure_image_library.html it's not possible to delete files once they have been uploaded to the image library. I'm tidying up an app and want to delete some images. Can this be done somehow in spite of the bizarre statement that it can't be? Thanks!
Whatsapp Integration
Hello, Is it possible to integrate whatsapp with application on zoho creator?? Thanks & Regards
creating a list report
Hi, My customers give their orders on weekly basis. I'd like to create a list of those customers who have not ordered yet. Anyone could help me how to do that? Kind regards George
Add approval process from workflow inside forms or reports field
How to add/Enable approval process inside zoho asset tracker Work flow .As I can not able to see inside workflow.
Display fields in Zoho Creator from Zoho CRM
I would like to populate a database in Zoho Creator with fields from Zoho CRM. I know I can include some standard fields through the "Integration" but I have other customer fields in CRM that I would like to include in the database. I would like to display these fields in a report and trigger workflows based on fields changes (in Zoho) which would also change Creator. If deluge is required, syntax would help as I'm not a developer.
Using Formula Field with a Lookup Field
Hi all! I have a form with a "Job ID field", a "Client" field and a "Job Title" field. The "Client" field is a Lookup field that pulls from a client database form. I made a new formula field to merge all of the information in an easy to read format for other forms. The expression is this: Job_ID + " - " + Client + " - " + Job_Title But what I get is: Job ID - XXXXXXXXXXXXXXXXXXX - Title Instead of the Client field from the client database form I get the 19 digit ID of that entry instead. Is there
Problem Adding SubForm rows via script
Hi there, I am having problem adding SubForm row via script. Scenario : Create_Hotel is the main form 1˚ subform : Create_Season (each row is a season, like "low season from... to...", "high season from.. to..", etc.) 2˚ subform : Create_Rooms (each row is a type of rooms in the hotel and for each type of room I have to copy in the field Create_Rooms.Season_room the value from Create_Season.Season. Same for Create_Rooms.rate_from=Create_Season.from and Create_Rooms.rate_to=Create_Season.to) the
Window type in Search element is changing automatically
Task 1: Created a Search Element in page. Did set a criteria in Filter Chose "Same Window" to open. Result: It was working fine. Task 2: Wanted to change criteria in Filter. Went to Search Configuration. Changed the Criteria in Filter. Problem: "Same Window" which I chosen previously is changing back to "New Window".
Best practice for tracking inventory
Hoy hoy! Question for you all, I'm hesitating between two concepts for tracking inventory and am wondering if anyone have an opinion on the subject. Doesn't really matter how the inventory is been changed (could be through a Sale order, a Shipping statement, a Balance Sheet, etc.), I'm more curious about what you think is the best practice. Option #1 Have a Product form with a field Inventory_Quantity When a product is been sold/bought/lost, etc. update the quantity field directly Option #2 Have
I am having a problem with emails inside a zoho creator Form Action sent to email addresses for my users where I know that I have used the exact email address
I am having a problem with emails inside a zoho creator Form Action sent to email addresses for my users where I know that I have used the exact email address - including using "zoho.loginuserid" both with and without the quotation marks. The user does not receive the email, I am sending out several different emails from the same field - is there a limit to the number of emails one can send from a single Form Action? Inside this Form Action I have another email that I send to myself and I do get
Send Mass Email to Customer
Hi Everyone! I have a portal customer and i want to send a mass email when i import some data on a form. The data cointains number that are related with pay invoices. For example: This NumDoc is relate to some email customer, so when I import the csv, i need that send an email to the customer that indicates that the invoices was paid. The currently code that i made is the below, but send me email by all the records. rec_acc = Dream[Doctype == input.DocType && NumDoc == input.NumDoc]; rec_rut = Vendors[Account
Uploading photos as fields in a Zoho Creator Template
I have an application where one of the fields is designed to store the photo of a user. I used the image category field and the system seems to accept it when I load from a JPEG on my PC - it identifies the jpeg and assigns a number on the screen. However, when I look in the Report, the JPEG is not there. When I edit the record and I add the same JPEG in edit mode, it does accept the JPEG and the the JPEG does appear when I view the edited record in the Report view. Attached is a screen capture of
Create customised views in Creator 5
Hi guys, I’ve been using Creator for 7 years and one of my main applications is still in a very old version of Creator. This works perfectly for me because I have a number of users that work across departments and I can share customised views of relevant data with them very easily. Each of my users can work in more than one department and therefore need to be able to see all the data relevant to them. Example: Tom works in Department 1, Department 2 and Department 3. Sarah works in Department 1 and
Filter lookup to select only most recent
Hello, I have a lookup field where I want to select ONLY the most recent record that fits certain criteria. For example, if a customer renews their service plan, I may have two records that filter to [Customer_Name == input.Customer_Name && Transaction == "Purchase Service Plan"] and I'd like to select the one with the most recent Date. Is there a way to do this? Thanks, Elizabeth
Popluate a drop-down list with data from another database
Popluate a drop-down list with data pulled from a database that is maintained by another form....Does anyone know how to do this?
Update Records When in Created or Edited
Hi, I have 2 forms 1) Inward 2) Stock Report Both forms deluge code is under created or edited format. When i enter the record and successfully submit the record data is mapped to Stock Report. Following is the Code i am using if(Inward_Type == "Fabric") { for each rec in Fabric_Inward { duplicate_Record = insert into Fabric_Stock_Master [ Added_User=zoho.loginuser Design_No=rec.Design_No Shade_No=rec.Shade_No Meter=rec.Meter Quality=rec.Quality Width=rec.Width Count_Construction=rec.Count_Construction
Updating Data based on fields
I am trying to get this to work. Keeps giving error. Need to update daily the number of days a home has been listed based on todays date and a date input on the form. Was trying to do it using a daily schedule, but also ok to do it with a buttom I will push every day... but can not get it to work. What am I doing wrong? Keep getting the "Improper Statement" error. for each Days in STR_house_estimates [ ] { Days.Days_on_market = ((zoho.currentdate - Days.Date_listed)) / (1000 * 60 * 60 * 24); }
Feature Request: Better Import Interface
Hi, Hope you are well. I know that you have made significant improvements to your import interface recently. However, I would like to suggest that you try to replicate the Zoho Analytics import interface. The Zoho Analytics interface allows you to schedule imports from URLs: At the moment, the way I see it, getting data into Creator for a citizen developer is a manual process. I know that that there are programmatic methods but they are limited: 1. Migration tool - no longer maintained so not suitable
Allow Records to reference records in the SAME table
This would make a MAJOR difference in the usefulness of ZC. I have a hierarchy of offices, a hierarchy of positions, and a current record with a collection of prior records which must remain available. In each of these situations a row needs to reference a row in the SAME table. Without this feature I can't use ZC for any such apps.
How to import data into Zoho Creator from csv file as an Account Name (integrated field)?
I am currently importing data from CSV into my APP in Zoho creator. I have an integrated Account Name (to zcrm) field which I can't see when importing data - but assume id is the fields to use. When I do import nothing shows in the Account Name. How do I import data from csv to populate the Account Name filed?
Building a report displaying only record where 2 fields are different
Hi, I have 1 form Form A, I like to check where 2 fields are identical or not (displaying only the diff would be better) This Form_A has 2 fields: Field_A : text field with content coming from a import Field_B : look up field linked to Form L The Form_L contains 1 text field named Field_L Data in Form L contains all the unique occurrence existing in Form_A / Field_A. As an administrator, I like to get a report of all record with mismatching Field_A / Field_B of Form_A A normal report can only filter
Zoho Customer Portal 2FA / MFA
Is Multi-Factor authentication on the way for customers using the Zoho creator customer portal? We are looking at security improvements and this is on our list. Thank you and kind regards, D
I don't want xml or json file
Hello, I have a problem with the record update. When I post a form with the attribute "action" like this : https://creator.zoho.com/api/user/json/appname/view/reportname/record/update I always get a response in json (or xml if xml is set) file downloading on my machine. Do you know how to block this ? I judt don't want to download this file.
License for Developers
Hi, I am a freelance developer and new to Zoho Creator. License model is confusing. Could you please someone explain the license model for developers like me? For Eg: I have 10 clients. They own the app. I work for them. Which case will fit for my need? 1. I need to purchase one user Creator license. 2. Each of my clients need to purchase one license for me. So it will be 10 license. 3. I can use Developer Zone. So no license needed at all. 4. Is there any other option?
Best way to transfer forms from one application to another
I need to move 12 forms (stateless and normal) to another application. What's the least painful way to do this? I can't find anything on this topic for creator 5, particularly for stateless forms.
Order Form Save and Submit
Hi i am creating an Order Form for Customers. I want to implement a functionality so that customers can SAVE SUBMIT an order. SAVE means data is saved for later review SUBMIT (approve) means we want to purchase this (the Customer user who submits can also be a different user than the user who creates /SAVEs the order) Also is there a functionality if this is SUBMITed to get this somehow digitally signed by the customer How would you approach/solve this? Thank you! Kind regards Lambert
Separate content from a String
Hi All, I have a form with a rich text field and a single record. The field contains email content My second form sends a notification using the fields value as the body of the email, on success. The problem I have is separating deluge (such as + input.anyfield +) from the HTML / content. My code so far: EC = email_form[ID == 45644000002346541]; req = EC.email_content.toString(); sendmail [ from :"zoho@zoho.com" to :"chris@zoho.com" subject :"subject for this email" message :req ] is it possible
More than one attachments in Send Email task
Is it possible to attach more than one file(PDF- Record Summary) in the Send Email task inside Zoho Creator?
There MUST be a way to update records in bulk. But how?
I have created a database with thousands of records. Occasionally, I need to add another field, after which I need to populate those fields for each of the records. I do NOT want to go through each record one by one to update it. The information I need is in a spreadsheet, which can be converted to CSV or TXT file with no problem. The information is numerical, therefore the bulk update option does not work, as that allows you to update records only with the same value. Most databases allow you
Removing Export Options without Embedding
Seems to me we should be able to customize a standard list's export options. Maybe there is something undocumented to add to the report definition? Cheers, John Whitney
Create a calculations form in Creator
Hi there, I have a excel spreadsheet that with user input calculates points needed to reach end point's threshold It consist out of various of things the client can do to achieve this points. Some the client has done already and some still needs to be done. Currently on the spreadsheet everything that needs to be done is in red and everything that has been done in black. Can this be done.
[ZC Platform Solution] Rebranded Mobile App
Regarding the...new...eerff..Platform. \___( -__- ' )___/ What is the plan on offering our apps as rebranded mobile solutions? Since the new platform is supposed to be a rebranded end-to-end solution, will the ZC rebranded apps be available to our clients? I can't find any documentation or hint of such feature in the dev portal. On the same note, Zoho is now offering the very-tempting Zoho Creator Plus with Flow, rebranded mobile app and etc. at a very aggressive price. At the moment ZC Plus
Can't see Script Builder in Page Builder
Hi, When I create or edit a page in Zoho Creator, I can't see the script builder, or any way to get to the script builder. I think it is stuck in Free Flow mode, or I'm just blind!.
When Zoho creator will introduce two way Real time page - database update like google Firebase or angular model
In today's world real time database is necessary and no body want to refresh page manually. here zoho is laggiing behind with others
Error When Uploading ipa using Transporter iOS
When I try to upload an IPA file to submit to the Apple Appstore, I get the following error: ERROR ITMS-90085: "No architectures in the binary. Lipo failed to detect any architectures in the bundle executable." Im not sure how to resolve this error.
Next Page