Record Limit Reached - Innacurate Count
I have a custom plan that includes a million records, i received an email stating that i had reached my limit, i have added all the records in my applications and they do not add up to 1.4 million which is what my limit screen shows as being used. I tried calling support and sales and got a voicemail on both, can someone please explain to me what is happening here? Thank you.
Email Sender in Zoho Creator
Hello. I would like to change the email sender of an email that's sent from Zoho Creator. I added a user with the wanted email address, put him as administrator of my application, and as primary contact. It still sends with the first email. How to change that ? Thanks, Guillaume
Open Calendar Report as a custom action?
I have a Vacation Request report, which is in summary form and has two custom actions to allow for approval and rejection in the report. I have another report which is in Calendar View. Is it possible to create a custom action button in the Vacation Request report which will open the Calendar Report? Thanks in advance!!! Joy
Dropdown lists - how to filter if it is not a lookup
I have two dropdown fields: Location and Department. I would like the Department dropdown list to display options based on whatever is chosen as the Location. Is this possible? As always, thank you in advance!
Filters
I have created a delivery tracking application. In the view i just get option of selecting one filter where as i want to filter on 2 parameters. How can i do that? HS link2hs
Is it possible to access data in another application?
Dears, I want to build new application, which would work with data stored in existing application. Both applications will belong to same user. Is it possible? What is the format (deluge script) for fetch, insert and delete records stored in another application? Thanks in advance!
Dynamic picklists with dynamic filters
Setting a filter on a picklist is a really easy way to dynamically filter results, as other picklists are chosen. I have a number of criteria picklists which narrow the search results of a final picklist. I have the following Status = Active Activity_Type Location Site_Name Equipment (Which contains the list of equipment, which have the above 4 criteria) So my filter looks like: values = Equipment_Record[(((Status == "Active" && Sites.Site_Name == input.Site_Old) && Activity_Type == input.Activity_Type)
URGENT! View criteria not saving
Hello, my views have lost their criteria and I have tried to add criteria in both the edit this application and on the main view. I keep getting the error message: FAILURE:Error occurred while saving the view. Kindly refresh the page and try again later. Please help!! Thank you
'BIGINT' data type
Hello, 1. How can I fix the problem in the following code? if(input.Shipping_Value != null) { temp = Shipping_Value[ID == input.Shipping_Value]; input.Product_Cost_Shipping_Method=temp.Shipping_Method; } The message is: Error at line number : 5 Variable 'Product_Cost_Shipping_Method' is already defined of data type 'STRING' but trying to update 'BIGINT' data type. Thank you
If else code with Improper Statement
1. Hello, Please take a look at the simple If else code and tell me what is wrong: if(input.Product_Cost < 10.00) {input.Shipping_Value.toString() == "Under £10";} else if(input.Product_Cost < 20.00) {input.Shipping_Value == "£10 - £20";} else {input.Shipping_Value == "Over £20";} Shipping_Value is a vlookup field and Product_Cost is a currency field. The message is: Error at line number : 2 Improper Statement Error might be due to missing
June 8th Update Removed Formatting on Calendar Report?!
I have a Zoho Creator Application, which has been in use for a year and a half, that tracks Email Marketing Campaigns. My team uses a Calendar Report to help review the scheduling of past and future campaigns, which occur multiple times per day. The name of each campaign, that is displayed on the Calendar, is generated from a formula field called "Calendar Name", that combines a couple pieces of information along with a 10px by 10px jpg. or gif. of a solid color, which was uploaded to the application,
Wordpress - Zoho Creator Plugin - Loading
When I add a Page in Wordpress - Edit, press the Z button it stucks on loading... any hint? tks
Images showing in Firefox but not Internet Explorer
Any idea why images would show in Firefox and not IE? I had no idea this was an issue because I use Firefox but some of my employees use IE and can't view images. I logged into Zoho in IE and I can't see the images either...so it isn't a permissions / share issue because I can't view them either.
Authorization failed - Adding record by mail
Hi! When I am trying to add a record using mail, I get this reply back. How can I fix this? Authorization failed You are not authorized to add record. ............................................................................................................................. <XXXX@XXXX.no> wrote : Hele navnet ditt : XXX XXX XXX Adresse 1 : XXX Adresse 2 : Din e-post : XXXX@XXXX.no Post nummer : NNNN Sted : XXXX Ledsagers hele navn : YYY YYY YYY ------------------------------------------------- This
How to hide a Section with deluge
Dear All, As we know to write deluge code we use the Form Link Names in general (as inputs etc.). As I can see, when I create a section there is also a Section Link Name. Can I write deluge code for the Sections? As an example, is there any way to hide a section with deluge code in a form?
Zoho Creator Add Llead to CRM or update Date Created field if lead exists.
Our zoho creator application currently adds a new lead to zoho crm when a lead is added to zoho creator. We have a major problem where some leads already exist in zoho CRM and we are ending up with a lot of duplicate leads. The feature in zoho creator where it automatically detects duplicate leads and updates the records is good but our trouble is these leads do not move to the top of zoho crm lead list. Because of this we dont realize that a lead is requesting something from us again. It seems
Does anybody have experience of integrating TAPI phone systems with CRM?
Phonebridge does not do this. Thanks!
Calendar views are broken
Yesterday ZOHO rolled out a change to the platform that has BROKEN the calendar reports. The current week's events are showing as very small boxes that do not fill up the space between the start and end times. And it is not possible to click to the next week or show the monthly view. We need this fixed URGENTLY as our staff cannot book clients and manage their schedules. PLEASE roll back the changes that messed up the calendars! Anton
Relationships question again! Should be easy for you experts
I am working on a database to track links between people, places and organisations. Form 1 is object which has one field - name Form 2 is link which has two fields I want to relate to two objects. An object can have MANY links. So I'm trying to make a ONE to MANY to ONE relationship. I want to be able to create links from either an object form or a link form. I want to be able to show reports (lists) of links I want object reports to also show the list of links they have so: I have set up
Lead is not updating?
here is my code to update leadupdateinfo = zoho.crm.updateRecord("Leads",input.Company ,{ "Company" : input.Company, "Last Name" : input.Last_Name, "Email" : input.Email, "Phone" : input.mobile }); no error but not working. in Id=input.Company is not fetching the current record id?
how to update a record in zoho crm from zoho creator?
help? i am confused where to write the logic?
how to genarate a Account in zoho Crm if user entered details in form(zoho Creator) and vice versa?
i want to entered details(with automated process) whenever a user enter details in form (from zoho creator) that should be added to accounts in zoho crm.
how to retrieve zoho crm data?
i have one statelessform name "search" in which i have username a single line text and one search button. when i entered a valid username it search the data and display in page(html page). but i need to add related field data as well. from where i am searching i have one field account name(ZohoCRM) i wnat to fetch account details as well how?
Task Scheduler Sharing/Reminder
Hello, I was wondering if zoho creator can be built to send SMS reminders to recipients. I am aware that creator provides auto email reminders however not every trady uses a computer. Any help on this would be helpful. Thanks
how to display data in page?
how to fetch the account information from zoho crm to zoho creator. In the form page i have Accountname one field and search one button, enter accountname xyz it should fetch the accountname from zohocrm and display details in page as a table data
Error updating record with Zoho Creator Mobile App
I have a form that updates a record for an inventory app I've created. It's just a stateless form that queries a record, lets the user change a few fields, then click a button to update and makes the changes. Running it through a web browser, it works perfectly. When I try to run the update I get an error "Error in executing update record task. Unable to update the record Assigned_To. Unable to update the value." Assigned_To is just the first of a few records that need to get updated. It errors on
Remove zoho creator header from public html view
We have a public html view that we are converting to pdf using api. Trouble is the public html view seems to always show a zoho creator header at the top of the page. We want to remove this page. How can we tell zoho creator not to display this header but only display the contends of my html view? Below is an image of the zoho creater header that appears on top of our html page. The orange part is the start of the html code. Everything above this is the header of zoho creator. Can this be removed
Creating lookup reference fields
Not sure if I have described this correctly. I have a form which has a drop down linked to another forms data. However when this has been selected we need two of the fields from the dropped down data to be displayed as references. So they don't need to be saved in this form as this would mess up the integrity of the data. I thought this would have to be a static form that is effectively a duplicate of the actual one but with a couple of additional fields that I can read the bits of reference info
How to create 2 separate application links under the same Zoho Creator account?
Dear all, Is it possible under one Zoho Creator Account to have 2 applications with different URL link? In the image below we can change the last part of the link(employee manager). If I want to have two application links with different Username part (zoholicsdeveloper)? As as an example: If I want to create 2 applications (under my account) like https://creator.zoho.com/zoholicsdeveloper/employee manager and https://creator.zoho.com/mycompany/my app is it possible to do that? Or the only part which
Zoho Creator and Zoho Reports **COSTS**
HI, I am writing an application that has data entry (from my Customers) and Reporting (graph). Each Customer has to edit/see his own data and has to view a Report (graph) based on his own records. The input form is quite elaborate and I need deluge/scripts. In order to let each Customer to edit/see his own data I need Customer Portal feature in Zoho Creator. RIGHT? In order to let each Customer to iew a Report (graph) based on his own records I need to pass parameters to a Report in Zoho Reports.
Emailed in data not arriving
Hi, Just noticed this morning that emailed in data to my forms is not arriving. Anyone else have this issue? Have tested it on two forms that worked yesterday but not today. Have sent in a support request. Rgds Jon
Application link name -how can I change it?
Is there any way to change the application link name... I don't want it to have my username in the name, but as far as I could find, that can't be changed unless I use a different user account with a different user name. salsababies
Lookup fields in lookup fields
Within my records I generate a name based on lookup fields selected in the form. For example: Type = Apples, Oranges, Limes Location = South America, USA, Germany From a different form I want to choose from a number of entries that are made of the above selections, and choose them in a drop down. The issue is that the Display fields can only be made up of non lookup fields, which is a real pain, as the selections above identify the type and location, which is perfect for picking it in the dropdown.
Capital letters
Hi and hope you can help If I have a field called Name and someone enters their name nigel cross How can I capitalise each name so it reads Nigel Cross Thanks
sendmail using script builder
Is sendmail using script builder not working? I can edit the text and insert fields and formatting. But it won't let me click 'Done' to save the changes. All I can do is click Cancel. I saw this once before a couple of months ago, but the problem disappeared. Now it seems to have returned. Have tried different browsers but the problem remains. Anyone have any ideas on this?
Multiple filter and send sms
Hi, I have a table (form) with several fields. Each record is related to a customer and the mobile number is in a specific field. I have Customer Portal function. I need an interface (form?) That has to let my customers to define filters on 5/6 fields and then send sms. Is there something already coded or some example on the interface that can help me ? Tks Pippo
API One to Many Relationship
If i have 2 forms when I add data through the REST API is there a way to manually establish the one to many relationship? for example I have a form that tracks purchase orders and another one that tracks items in the purchase order If i were to have the purchase order number in both forms would this allow for the relationship to be created? Thank You.
Only logged in user records - Report - Pivot Chart - Customer Portal
Hi, The "Only logged in user records" Option does not work. I am writing an application that has data entry (from my Customers) and Reporting (graph). Each Customer has to edit/see his own data and has to view a Report (graph) based on his own records. I am using Customer Portal feature. Zoho Customer Support says that it should work but it does not work for Pivot Chart Reports (it works for Summary Report). In this way You push customers to buy additional services in Zoho Reports and this is not
Schedule attachments
Hello, not run schedule attachements, which in the previous version worked Creator is a simple function and gives error sending mail. Please help! sendmail [ from:zoho.adminuserid to:"sigo.tel3@gmail.com" subject:"SIGO - BACKUP DIARIO " message:"ENVIO AUTOMATICO" content type:HTML attachments :view:BACKUP_DIARIO_TAREAS as XLS ]
Installment
i need to creat a form to payment in installments: example: Price: 500 $ Installments: 5 Initial Date(First Installment): ex 01/01/2000 So with this data i want to create 5 records in a table: first record - Price: 100 $ Date: 01/01/2000 second record - Price: 100 $ Date: 01/02/2000 third record - Price: 100 $ Date: 01/03/2000 forth record - Price: 100 $ Date: 01/04/2000 fifth record - Price: 100 $ Date: 01/05/2000
Next Page