XPath Builder throws error on valid JSON data
I'm importing a valid JSON feed (checked at jsonlint.com) into XPath Builder, and it loads the XML Node Tree fine. But when I select a node on the tree to execute it gives me this error: Invalid XML/JSON format javax.xml.xpath.XPathExpressionException What might be going wrong? How can we fix it? Thanks.
Can a deluge script run on user input in a form?
I have an application which creates a form Temp_Inv that is used to input monthly inventory & orders. at the end of the month, the following fields are exported to a form Month Summary be added to the Inventory form: Item ID Yesr Month Inventory Amount Order Amount All records in the Temp_Inv form are then deleted and new records are exported from the Products form. I want the Temp_Inv form to have fields Last Inventory and On Order which would be the values in Month Summary
What is wrong with this code?
I have a form Month_Status, with fields (among others) MD_Serial, Inv_Amt, Order_Amt. I want to update form Temp_Inv for correspomding MD_Serial. I have tried: for each y in Temp_Inv { if(Month_Status[ID == y.MD_Serial].count() > 0 { x = Month_Status[ID == y.MD_Serial] y.Last_Inv = x.Inv_Amt y.On_Order_Qty = x.Order_Amt } } and for each y in Temp_Inv { if([Month_Status.MD_Serial == y.MD_Serial].count() > 0 { x = [Month_Status.MD_Serial == y.MD_Serial];
Can I pass parameters to a checkbox field in embedded Form in HTML pages?
I want to pass parameters to a embedded form inside a HTML page. I know it is possible using the params attribute like this: <div elName='zc-component' formLinkName='MyForm' params='Number_Field=<%=var_number_value%>'> I want to do the same with a checkbox field, but I'm not being successfull. I works like a charm If I access the form directly passing parameters to a checkbox field through the URL: openUrl("#Form:MyForm?Checkbox_Field=value1%2Cvalue2%2Cspaced%20value", "same window"); But it doesn't
3rd Level Relationshiip
Hi there I have a "Course Instance" form. I have a "Booking Header" form. I have a "Booking Details" subform on the "Booking Header" form. On the Booking Details subform, there is a lookup to the "Course Instance Form". My question is, can I display the "Booking Details" records on the Course Instance form, linked by the Course Instance ID? Thanks Aaron
Filter report by non year specific month
Hi I have an application which includes a dropdown field to select which month the service is due on that record, what I would like is a report to only show the records that the service is due this month and next but the only way I can do it seems to be with a hidden date picker which is updated by the dropdown and then updated regularly via schedules to update the year but this is a very long winded way of doing it and it's susceptible to all sorts of issues... There must be a better, simpler way?
Pulldown, how to populate with string from another pulldown
I have 3 forms. 1 - Products (just a product name) 2 - Batch Record (year, month, day and pulldown of product name) - creates a LOT # 3 - Batch Ingredient (Lot #, ingredient name, and weight) My problem is on form 3 (batch ingredient) I want the pulldown to show LOT number and the product name. I can only get it to populate the pulldown with the LOT number and product ID (BatchProduct). How do I convert that BatchProduct ID to it's string name, to populate my pulldown? I was trying this must
Page with Form and Report with data entry refresh
Hello, I'm trying to make a simple page with a form for data entry and a report. I would like that, after pressing the "submit" button, the underlying report updated, showing the new newly inserted record. Someone can give me a hand? Thank you!
ADD NOTES FIELD IN ZOHO CREATOR
Good morning,In add notes field of zoho creator,I am unable align the text centre even I click the align centre icon.Kindly help me.
Change of email address
How do I change my email address michael.macmullen
CTI click to dial through hosted IP
Hi, i really like the like and feel of Zoho but it's important to me to be able to do click to dial from the crm. Is it possible to have CTI with a hosted IP telecom setup? I understand you can use PhoneBridge but only with a physical PBX system which is old news now considering more and more businesses are using Hosted IP any information would be really helpful Thanks Antony
How do I add a help text to a field?
I've created a new form that requires more explanation per field than I can squeeze into the Tooltip Message. Any idea / examples?
Moving Company App
I am making an app for a moving company I need help I have list with customers that i can add different ones now for the 2nd part i have shipments and i want to create something like an order you would add to a customer into that order i add Crates with specific barcodes and i add a location so kinda like How can i make it so when i click the customer in my report and it would list like all the orders i created for that customer in the report?
Importing Zoho Spreadsheet to Zoho Creator
I'm trying to create an app from data in a Zoho Doc spreadsheet. When I go to import it I get this message: But my Zoho Spreadsheet is not more than 70 columns, it is only 35 columns wide. Any idea why this won't work?
Record Fetching question
Hello, I have tried looking at examples \ videos etc... I am just still not getting on how to accomplish what i am trying to do I tried looking at: https://www.zoho.com/creator/help/script/fetch-a-value.html#Example_1 Maybe someone can be kind enough to set me in the right direction. My Example: I have a form with products and price, I have another form which fetches my products - this part I got working now my problem is that i want to also pull price onto the same form based on what product was
Use criteria in "for each" task when using a subform.
Hi Zoho community, I have a "for each" task for sending an email to every row in a subform. On Add it sends an email to all the rows, which is ok, but, On Edit, I need to add criteria in order to send mails only to the rows that where recently added or modified. I have been trying with the code bellow but no success so far. It seems its not possible to use criteria like this when using the task for a subform. for each R in input.Chequeo [R.AddMod = zoho.currentdate] { sendmail (
Zoho creator crashes
While reporting in Inspections, I have the following concerns: Most important, the app randomly crashes during use @ any given time, I could be waiting for a score to calculate, or go out of app to look at some notes I want to add to the report & come back to the app resetting itself. I can only add 2 emails under client at a time, when I may have to send it to 4 at a time, so I have to forward it as a PDF & cc the 2 clients listed in the app so they know I forwarded it to everyone else. I can not
Multi Dimensional list
Hi I am seeking a small help i have three forms where one field is named as Date. I need to display the data in a html page, combining all data from all three forms sorted by date field Kindly help me with a solution on how to do it Thanks
Limit number of entries per radio button option
Hello - Is there a way for me to limit the number of entries for each specific radio button answer? For example, we have a registration form where people register for a specific 1 hr time slot. We want to allow a maximum of 10 people to register in each time slot and then disable that option. Thoughts?
using Zoho fields in Rich Text possible?
Hi there, I want to use a rich text in a form, where the user can also place zoho fields. The value of the field should then be rendered in the rich text or in an output. Is this possible? For example, if the user could add something like "Dear {!Customer.Firstname}" within the rich text, then I want to be able to render this in an email stating "Dear John" in the email body. Anyone experience with this? Thanks in advance, boudewijn
Zoho AppCreator
Just learned about this new Zoho Product and already have a ton of questions for which there are no answers available in the community. I thought it would be appropriate to create a new AppCreator topic. 1. Can I whitelabel apps i create for iphone and android with my company names/logos instead of Zoho branding graphics? 2. How is AppCreator different from building an app in Creator and sharing it on the Creator Mobile app? That should be a good start for now.
Zoho Creator Sending Additional Emails to Select Database Member. Why!?
We use a script that sends an email out to each member in our client database IF 1) it is a new member OR 2) if we physically select a checkbox that instructs the script to email an update status to a member. (Be aware that the update select button mentioned is reset after every use, thus, it must be physically reset with each update.) However, as of yesterday, indeed, each member updated receives the email, but in addition, and most incorrectly, one particular member, newly added as of yesterday,
Design Question
I have an Service App with several forms. As a service company, I need a way in insure dispatching is done properly.I was thinking of "Zones" based on Zipcodes.(EX 29653 = SC01). My Zipcodes and Zones are both in a dropdowns on the Equipment Form. As new equipment gets added to the database, when a Zipcode is added, the Zone also gets added automatically. I have tried using the If statement; if (input.zipcode == 29653) { Zone = "SC01" } But that would mean I would have a great deal of "If Statements"
Update a Lead record by specifying it's id
Hello, I tried to create the same App given in Example 1 But using the given code return the following Error: Error at line number : 4 Mismatch data type for function zoho.crm.updateRecord at argument index 2 expected data type STRING found dataType BIGINT
how do i create a soap/xml envelope
how can i create a soap envelope of the following form, to send to an external api? <?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<CreateNewProduct xmlns="http://example.com/">
<Login>string</Login>
<Password>string</Password>
<SKU>string</SKU>
<ProductDescription>string</ProductDescription>
Invalid Entries found when using lookup or Zoho Crm fields
Hi, I am on a trial of Zoho to see if I can use it to develop an application for a corporate video company. I am an amature Filemaker pro developer and the intergration with docs, email and already built apps is very promising but I keep hitting brick walls trying to get the solution to a point where I can tell them that it will work for them. I have been attempting to use Zoho Crm fields to link to the Account (but I changed the name to Clients) and when I attempt to submit a field I get the invalid
How find the Modulus function in Zoho creator
Hi, I want to find the Given Number is "PRIME NUMBER" OR "NOT" So, I need this function where I can write the program to find the number is "Prime or Not". I have checked in Google, no where I found this function in Zoho creator application Kindly let me know, Thanking you, Regards Prashanth K
Difficulty in adding new record to Creator via Http web method
Hi, I am new to Zoho Creator. I am trying to add a new record via http post method as given below. The problem is that in respose I get a login page html. protected void btnSubmit_OnClick(object sender, EventArgs e) { var response = Http.Post("https://creator.zoho.com/<USERNAME>/<APPLICATION_NAME>/form-perma/NEWCONTACT/record/add/", new NameValueCollection() { { "authtoken", "<KEY>" }, { "scope", "creatorapi" }, { "First_Name",
[Help, please. Have this problem] We are unable to fetch this data, sorry! Please note that your data is SAFE.
Hi, able to create entries, but cannot view them. Also received this error message. May we seek your kind help fixing this? Thanks, keen to hear from you.
How to enable one value in Radio button field ?
Hi, I want to Enable only one value in Radio button field. Say for example - I have 2 Live forms : Employee_Info forms & Beuro I have an Employee_Info Live Form , Attributes -- Employee ID [ Number ] -- Employee Name [ Single Line ] -- Gender ( Radio field) -- DOB [DATE] Another Live
Fetching data from one lookup to another lookup
Hi Support Team, I have Live Form A , with some Employee data - Employee_ID [NUMBER], - Emp Name [SINGLE LINE], - Salary [NUMBER], - Departments [SINGLE LINE ]. I have another form - B, - with 3 Different Lookup field fetching only Employee_Id and Employee_name,Salary (fetch from - form A) - Hire_Date [ DATE], - DOB [DATE], - Age [DECIMAL] - CALCULATED,
Adding deluge in a pop up window of an alert function
I have a form with a decision box ('Test') When I click this box then it shows me an alert pop up like the following: if (Test) { alert "Something"; } Is it possible when the alert shows me the pop up window, then by clicking the OK of the pop up to automatically untick or deselect the decision box? I think that it is not possible but I would like your opinions.
print button for html page with dynamic tabs
Hi Zoho, I have an html page in my application that is divided to "tabs" (bootstraps, but only using html - no java script unfortunately). I've added "Print" and "PDF" buttons using Settings -> Header option, but those only print the first tab (the tab active by default when loading the page) . This is the style: <style> .tabslegal { position: relative; min-height: 2000px; /* This part sucks */ margin: 25px 0;} .tabsshort { position: relative; min-height: 1200px; /* This part sucks */
How to make multiple columns like a table, and calculate
For example, I need to input Diameter, Length, and pcs to calculate the total volumes of logs (logs calculator), the table is same like this dia, len, pcs, vol, 15, 2.6, 5, 3.14*(15/200)^2*2.6*5 20, 2.6, 7, 3.14*(20/200)^2*2.6*7 then calculate the total volume. How to design form in multiple columns?
Record summary: how to sum numerical records?
My table looks like this: https://dl.dropbox.com/s/dckw0rdxh3mpqml/zohosum1.png And my record summary looks like this: https://dl.dropbox.com/s/1dxvhy24jsxhmtn/zohosum2.png How to sum numeric items from ${Invoided_USD} column, similar to Subtotal in this example? https://www.zoho.com/creator/help/images/record-summary-invoice-details.jpg Also is that https://www.zoho.com/creator/help/images/record-summary-invoice-details.jpg record summary available somewhere as template?
Subform
Hello, My main form "Store Records" contains a subform "Items List". I added a CRM field on the subform related to "Products" Module. Is it possible to have the subform act as follow, 1-Creating 4 fields "Product Name", "Product Description", "Quantity in Stock", and "Qty" which is the number of the selected product to be taken from store. 2-When the user select the CRM product in subform the first 3 fields data will also be fetched and auto filled 3-Subtract the amount taken from store and update
Lookup returns number
I am struggling. Any help is greatly appreciated. I have a stateless form that has a "lookup" drop down menu field in it. I have set up email notifications to send an email "on click" of the button. In the email, all works except the lookup table field. When I reference the lookup field I get the long ID number that must be the unique ID number to reference the lookup table. What I do not get is the input from the user in text as originally input. I have looked through forums and online documentation.
Copy data from a lookup field to another field
Hello, After trying several scripts found on the forum I am still not able to get it working. This is my issue: When adding a new product, First you need to select first from a lookup field the TYPE OF PRODUCT, Upon that selection the next lookup field only show the PRODUCTS from that TYPE OF PRODUCT. Until here all is working fine. The next field "PRODUCT NAME" should automatically be field in with the data from PRODUCTS. So i need a script to copy the data from "PRODUCTS" field to "PRODUCTS NAME"
Insert data from form to subform
I have two forms, Event; Tickets. On the SubForm(it's the Tickets Form) located on the Event Form, I'm able to add "Promoter ID" and "Tickets Sold", to keep track of all tickets sold by a promoter, which then updates the data on the Tickets database. I have added row.Events_ID = input.Event_ID; to "On Add Row" to the SubForm on the events form, so I can also include the events ID, so I can produce proper reports. But, no matter what I do, I can't populate the rows on the subForm with the Form's ID.
Customer Portal Login Issue
Good day, Today I have this problem to access the customer portals, I try in different web browsers and computers but is a general problem. Best Regards,
Next Page