Can I change the sender name?
Dear Zoho Community, I would like to change my sender name in the emails that I send once mi user filled in the form. Currently I am using the zoho.adminuserid: from:zoho.adminuserid to:input.contact_email When the user receive the email, the sender name is the email, Can I set up the sender name to show it instead of the e-mail address? from: xxxxx@xxx.com via usermail.zohocreator.eu I would like something like this. from: <Name of the company> xxxx@xxxxxxx.com via usermail.zohocreator.eu
How to get account name in drop down in creator
I get all enabled account name in drop down in creator ....
Help needed: HTML Creator
Hello, I am new in this forum and to Zoho Creator. I made my first steps with Creator and Deluge and everything is fine so far. But now I hit a wall: I like to make custom Dashboards / Pages apart form the standard Report ones. To do that I have to program in HTML, right? Could you recommend me programs in which I could build html pages via drag and drop in order to copy the html code and paste it into the Zoho Creator Workflow in order to build my custom Dashboards / Pages? Thank you :)
Formula
Hi guys, MY clients can pay in 2 terms when ordering something from me. I use formula to track how much they still have to pay me, but is missing the payment 2 What i need is: 17-8-17 Price = 10 Payment 1 = 5 Payment 2 = 0 Payment 2 day = Need to be paid = 5 (Formula) 20-8-17 Price = 10 Payment 1 = 5 Payment 2 = 5 Payment 2 day = 20-8-17 Need to be paid = 0 Can someone help me with this? because i already have price-payment1 and it works. but if i try to put payment 2.. it stops working.
Query String Parameters
I've looked up all the Forum posts on Query String Parameters and I can't seem to find a direct answer to this question (lots of work-arounds thought). In various web programming languages, there's a way to access incoming Query String Parameters. For example, in PHP, if someone follows a URL like this http://www.example.com/page?myVar=xyz You can reference $_REQUEST['myVar'] Is there a way to do this in Deluge? Currently, I'm using a work around, I'm passing in a value via Query String like this
Zoho Creator - Customer Portal Mobile Access
Hi, Just wondering if there is a way to access a Customer Portal via mobile site as per other Zoho Creator app's? EG: m.domain.zohocreator.com Also, it appears it doesn't work correctly with IE8? Please advise. Thanks Troy
One field is changed on the form when the other field changes
I am developing a form , where the change of value in one field will trigger the change of value in another field, in real time, as the user is entering data into a field and then tab to another field..... how can a deluge script be written to reflect this?
Lookup field to show dropdown value
What I find annoying is , in a lookup field, you can't even choose the value of a dropdown field on the lookup form?
[Question] Subform Total Calculation and Main form Total
Dear all, I was making an application for car repairs. I looked at the sample from Zoho about subform https://www.zoho.com/creator/newhelp/forms/creating-subforms.html and would like to do the same, which are: 1. The subform will have a total per subform line 2. There's a total in the main form to total all subform line Please help me how to do that in the formula field both in subform and main form. Thank you very much. Michael Dharmawan
Mismatch data type for function 'addAll' at argument index 1 expected data type LIST found data type STRING
Hi There, I am going mad trying the accomplish the following: I am trying to run an algorithm from a stateless Form. I have Two tables TABLE OFFICES ------- OfficeName (String) TABLE USERS --------- User (String) OfficeRights (This is a Multi-Entry Lookup that takes many "OfficeName" from Table OFFICES) email (Email) Im trying to obtain all "OfficeName" from each User in TABLE USERS and add them to a list called ListOfz ListOfz = List(); for each Usr in USERS { ListOfz.addAll(Usr.OfficeRights.OfficeName);
Data will not display on published Page
I am working on an app to allow users from a website to search for and display certificates that are created on the fly by entering a product number in a search page and then having all of those certificates display on the page. I have developed it and it works in my creator home but when I publish it its not finding any data to display. What am I missing here I am sure its a simple fix. I am new to Creator. Tom
Edit data on stateless connected forms
Hi, I have five forms connected using Stateless Master form. I am able to submit the data on all the forms and submit it. Now, how can i make the data submitted on Form 1 be editable if i navigate to Form 1 from Form 2 using the "Next" "Previous" functionality. Is there a way i can autopopulate the Form 1 using some ID? Also note that I have not yet completely submitted the entire application (from Form 5). Thank you.
Assign unique identifier from pool of identifiers across different forms
I'm setting up a title database for a publisher. It was originally set up in Filemaker. There's one form with information about each title (title, subtitle, series name, series number etc) and I need to assign multiple ISBNs (identification number) to each title depending on format (hardback, paperback, ebook, audio etc). I've got hundreds of ISBNs in a CSV to import, so I put these into one form. The title information is in another. I tried assigning them with a lookup, but have run into issues
App auto-refresh
i have created an App which i would like to share between 5 users. the thing is that i would like the dashboard to auto-refresh every 5 to 10 seconds to make sure that all users are synchronised with no delays. how can i do this ?
Update Lookup field through the Rest Api call
Is there any way of updating the lookup fields through the REST Api calls..?
Share data on the web
Hi, I have a fairly simple database in Access that is for my family - total family members 200. It contains names, addresses, phone numbers, birthdates, divorced, etc.. I would like for family members to search the database - read only, but be able to edit their own record. Although there are 200 people I would doubt that more than 50 would ever use it to edit. I have also been learning Filemaker but I am not seeing how to do that without paying a lot of money. Is there a way to do this with with
Error in if function
I am trying to make a simple if function, but apparently something I miss as I get error when saving if (input.PF_Deviation < 24) { input.Delay_Status = On Time; } PF_Deviation is a formula field subtracting two time stamps, hence the the result should be that Delay_Status (drop down) should read On Time when less then 24 hrs. Any tips?
Formula with fields from a Lookup form
I need to use 3 fields in a lookup Form in a formula field.... this can only be achieved with a "On Add" or "On Submit" script... Is there a static way for doing this?
Get Drop Down List From Zoho CRM with matching condition
Getting this option value based on matching condition from zoho crm account records Some thing like this <select> <option value="account_id1">account_name</option> <option value="account_id2">account_name</option> <option value="account_id3">account_name</option> </select> Here my code getSupplierRecords = zoho.crm.getRecords("Accounts"); for each getSupplierRecord in getSupplierRecords { if(getSupplierRecord.get("Tipo de Entidade") == "Fornecedor") { input.Select_Supplier:ui.add(getSupplierRecord.get("Account
Error occurred please contact the application owner
For some reason my form stopped working the other day I cannot figure it out for the life of me. I select a drop down and it just breaks. An error message pops up that says "Error occurred please contact the application owner" Is there any good way of debugging the issue? I've put alerts all over the code trying to figure out when exactly it breaks and I'm still not even sure I fully know where it is breaking. Any help would be appreciated.
if null use another field
Hello, I currently have a formula with the expression - ((Sale_Price - Estimated_UK_Price - Estimated_Cost_of_Work) / 1.2) What I would like to do is if 'Estimated_UK_Price' = NULL then use field 'UK_Landed_Cost' Is this possible? Thanks
Embed Zoho Creator Form WITHOUT Iframe
Hello, Is there a way you can provide the code / script or otherwise that I may embed my Creator form into my external website without the use of an Iframe? Unfortunately Iframes don't render properly in Safari. A support request was sent in another post regarding the Iframe issue but I have had no resolution. Is there any other way I can embed the form? Thanks Emily
add subtotal to currency
hey guys i have a form that i need a total box at thr bottom and need it to add each of the other currency boxes. what i have is all our denominations for instance $100 $50 $ 20 etc and when i type how much we need of each i want there to be a running total at the bottom how do i do this please
Unable to add fields in a form.
Hi. I evaluating Zoho Creator for our use and while trying to build a form I am unable to add more fields to the form. The editor stays stuck with just a message saying "Adding...". I doubled check my internet connection and everything on my end looks fine. I've attached the screenshot with this message here. it'd be really useful if someone can point me in the right direction. Thanks...
Multipage forms
Hi Guys, I'm try to make some multipage forms, but could really use an example. There is a sample app at: https://creator.zoho.com/sampleapps/next-previous/#View:All_Data Could you please share this app so that I can import it into my account and look at the backend scripting? Thank you so much!
How to create scheduled push notification?
Hi everyone, I want to get the number of new records every hour in the phone notification bar. But I can't find a way to do it. Can someone tell me how doing it? Thanks.
Please Help with add new formВ from lookup field in formA
I have bideraction lookup with FormA and FormB. And want to add new FormB from lookup field in formA. After saving (or when i creating it), i want to fill some field. I use script (in formB) on Add --> on Success: "docs = FormA [ FormB == input.ID ]; for each rec in docs { insert into addSprava [ promizhnuyRezult = rec.sender_field ] }" But it doesn't work. Please help me with this issue.
Adding an approval process
Hello I am sure this will be easy to fix - just haven't found the right answer yet! I have created a very simply form for entering website details. The details entered will then be listed in a publicly viewable grid. However, before enabling the public view for the grid, I would like to add a step where the entries submitted will need to be approved by me(the db creator) before they appear publicly. How do I enable this? Many thanks in advance H
Convert a numerically string into a decimal
Hello, I have a problem, converting a decimal like durations_of_days = 1.7825321 into a rounded decimal with the result of 1.78 In ZOHO Creator this works: durations_of_days_string = "" + (durations_of_days * 100).getPrefix(".") -> result: durations_of_days_string = 178 But in ZOHO Creator, for example, this does not work: durations_of_days_rounded_decimal = (0.0 + durations_of_days_string) / 100 -> result: durations_of_days_rounded_decimal = 1.78 or perhaps durations_of_days_rounded_decimal = durations_of_days_string.getNumeric
Temperature Probe Integration into Zoho Creator
As anyone used zoho creator to integrate temperature readings from a wireless temperature probe into a zoho creator application. I have developed a Food Safety reporting system and I am looking to use a wireless probe to check temperatures and display in the application
Multi-page forms
Could someone give me some insight into creating a multi-page form? It doesn't seem like that's out-of-the-box functionality, but is there a way to simulate such functionality through other means? I basically have a form, which is a bit long, so I would like to separate it into 3-4 separate pages. Ideally, I'd like the information from the form(s) to be stored in a single table to facilitate possible later edits. Searching through the forum, there seemed to be vague details about using subforms
Graphs Based on zoho.loginuser
Hello all, Is zoho.loginuser available anywhere for graph reports. I know that it is possible to add a criteria for a regular report (list), but I don't see it anywhere for graphs. Again, I want all users to see graphs, but only for records assigned to them. Lastly, they are NOT record creators, but only record owners. Any help would be appreciated. Thank you. Cheers, David Bergaz
How to setup a document workflow that requires more than one validation?
Hello, I´m building an invoice validation app and i would like to to know what is the best practice to setup the system, that needs to support, for example, two users to validate the same invoice/record, because only when the two validate, the invoice status changes to payment ready. Any help? Thank you.
Is it possible to use zoho creator on multiple devices simultaneously with a user?
As we are planning to use this application for internal, we don't need any access control right. So is it possible to share user account with multiple devices? Thank you very much!
newbie help - Solved
Hi This is my first day trying to learn Zoho, I've got a good database going for our volunteer group for Search and Rescue but I'm beating my head against a wall with the Workflow Scripts. I can get Zoho to send a message on "update" with a single message such as "Test" but I want it to show the updated records in the email. I did the tutorial and I though i was suppose to use the 'info" expression but it always tells me I'm missing a ; or the expression is incomplete. Can anyone just give a pointer
Add a button in CRM/Case to create a new Work Order(my app in creator)
Maybe I am doing this wrong as I am new to doing this but this is what I am trying to accomplish. I want to create a Work Order (I have created it it Creator. Should I add it as a module in CRM?) We are a field service company and want need to have a customer Work Order. I want create the work order from a case. When it is created I would like the case number, account, contact and other fields that I may need. I would love to know how to do this and the best way to do so. Thank you so much in advance!!!!!
Adding multiple records - Zoho Creator
Hi, I want to give option to my user to add multiple records and the same to be printed which I am trying to achieve using Record Summary. I tried to add Sub-form and give option for user to add multiple records. When I tried to print it using record summary, it is merging the fields into one sub-form and print it than showing one block after another. Attached the sample fyr. Kindly let me know how to address this. Regards Janaki
Tutorial Error
Hi guys, I'm making the Pizza Order tutorial, but the wizard is getting stuck on the part where I'm supposed to add entries to the pizza order's form. No matter how many orders I input the wizard never advances. I've added over 20! It's stuck on this message: Here's your Application This is what people will see when they're using your application. In the final small section of the tutorial, we'll walk through how your pizza orders get stored. Go ahead and fill out your form a few times. SKIP TUTORIAL
How to create a consolidated stock report?
I have Product form with Product Name, SKU and Unit. I have Stock form with Product, Warehouse, Stock.The stock form will have stock for each warehouse like this. Product Warehouse Stock A W1 10 A W2 20 B W1 1 B W2 10 I need to generate a consolidated stock report showing the sum of all stocks for each product. Product Name Sku Stock Unit A AX1
how to fetch data from the uploaded file?
Hi, I want to access the data which is present inside the file uploaded in the form. I want to fetch the data from the uploaded file (say the uploaded file is the excel sheet contains 100 records) and insert it into the another form. thanks
Next Page