I want to a PAYPAL Payment option in ZC.
Respected Members, After review all things i feel that if ZC adds a Paypal Payment Option in Form, then this is very attractive, i review many customers record and then i will give this fact: 89% peoples want to Paypal payment Option. Please proposed this idea to your Developers or Administration Is there is any problem to implement this feature? Thanks for Reading
Stateless form for editing records, have questions...
Hi all, I have a form that contains listings for hundreds of worldwide groups in an organization, and I want to allow each group to update their own listing. I have read all the posts about having to rely on tons of Zoho user accounts, which I cannot realistically do since it would be a nightmare to manage the sharing and permissions for all those groups, not to mention their group officers change all the time. So I have made a stateless form copy of the original form. I have added two scripted
How i can export zoho creator data in a access database?
I would want to export data in a access DB; it's possible? If possible, I want to do this without passing through excel, because to refresh data using this; it's too slow. Thank's a lot. Best regards, Rafa
Repeating Fields?
Let's say you wanted to create an online Purchase Order application that would continuously add lines and number them until the user is complete. i.e. would repeat fields for Manf. Part Number, color, quantity, notes How would you do this? Essentially I want it to make a new table each time to form is completed and send that table from my website to the c ustomer and my sales staff. Thanks in advance
Paypal Integration Module
Hi, How does the accept recurring payment work? Do you have any documentation on it. I would appreciate a quick reply Thank you
pass criteria to a report via URL
My goal is to pass a dynamic filter variable to a report via a URL. I have been reading the forum looking for a way to pass a filter variable to a report that is embedded in an HTML view. I have read this thread (Dynamic functionality based URLs for reports). One solution that is presented uses the ZOHO_CRITERIA parameter. Apparently, this solution will work but will not provide real time results - delays of at least one hour are documented in the linked thread. Unfortunately, delayed results
Is there an opposite function to ui.add?
Something like ui.remove?
Register App
I want users of my website to Register with those things:UserName,Email and Password. I am not asking about their email password,i want them to create a new password for their account,but when they register,how can they login,and how can i make a login app related to register info.,How to know the info of those who have registered in my website,and when i make a password field,i need it to have its charecters hidden like in other websites. Thanks.
Change the position of the Navigation Bar
Hi, Was just wondering how to change the position of the forms in the list on the left hand side on the navigation bar when in the application (move one above another - like, change them around) Can anyone help? Thankyou.
Edit Wont Load!
Hi, When I try to open one of my forms to edit it, it just shows a white blank screen. The form is "Reigster a Muted User" Whats happening? (Access Given To Support) Thanks :)
Re Need your help for API
Hi I made bellow code save a html file and use IE to open it but always got error message: <form method="POST" action=https://creator.zoho.com/api/xml/stanleyguo/usana/fmzc/add/> <input type="hidden" name ="apikey" id="apikey" value="****************************eed"> <input type="hidden" name ="ticket" id="ticket" value="***************************de61"> <input type="text" name ="fmzc_zwxm"> <input type="text" name ="fmzc_pym"> <input type="submit" value="Add Record"> </form> but always show
comments do not work in schedule script
Code comments (i.e. prefixed by "//") throw an error in the schedule script editor when trying to save the script.
Creator support for Quickbooks Online Data Services
Intuit is in the midst of a major launch for their new Intuit Partner Platform (IPP) which will provide access for cloud apps to their Data Services. Is anyone else excited about the prospect of integrating a Creator app with QBOE? True cloud apps at their best! From my initial read, it looks like Zoho would have to configure their servers to meet Intuit's requirements. Would be so cool to open up 4 million QB users to ZC developers!
Currency type in Report incorrect
In one of my Forms I have a Currency Field using GBP £ however my reports show the dollar sign $ in this field. This is very confusing to our users. How can I fix the report so that it shows the correct currency type? Is there a script that I can use? Kind regards, THarrison
PayPal Integration in Creator
Is there any progress on the PayPal integration with Creator? I have a project that is dependent on it. Thanks.
Retrieving various fields from another app
Hello, I have 2 Applications and I want to lookup some information from Form B (Country; Skill & Señority). I have proved a function with one value and that works fine, my question is how can retrieve with a function more values for an selecte employee? Actual Function is: base_de_curriculums.pais.PaisdelConsultor(input.Nombre_y_Apellido); string pais.PaisdelConsultor(string Consultor) { if (count(Alta_Consultores[Nombreyap == input.Consultor]) > 0) { country = Alta_Consultores
Too many emails being sent automatically
Recently i had a user create an application for me. When creating this application i wanted an email to be sent when an account is overdue for service. It works however it is sending me the same overdue notification over 200 times in 200 different emails. Can someone help me fix this, all i need is one email to be sent letting me know an account is overdue
Creating new applications
I am having a difficult time creating new applications. I have created 2 already but now it won't work. I have to copy and paste my spreadsheets because it appears that Zoho does not accept "xlsx" files.
How come openUrl won't open in new window?
Hello: Upon clicking submit, I want to open several google search windows to compare the results of similar searches. Using the code below, ZC will open only one new tab in firefox, and perform each search in the one window, so I'm left only with the final search result, rather than having separate tabs or windows to view each search result. Am I doing something wrong? How can I get openUrl to open multiple different windows, rather than displaying all results in one? Thanks Kenny Google_Search
Creator, Quickbooks and CRM
I would like to create a work order application and integrate it with Quickbooks and a CRM. I have not decided on a CRM yet. My question is how can I get this accomplished? I searched some old posts but haven't gotten any solid information, maybe because I am "programming illetrate". I would also be willing to pay to get the right application in place. Thanks in advance.
Selecting record ID causes type mismatch
I'm trying to have a lookup field with record ID as values; When I go to fetch the record based on input ID selection, I get a problem of left side is type BigInt, right side is text. How can I reconcile this? Thanks, Kenny CampID ( displayname = "Campaign ID:" type = picklist values = {"812592000000125615"} width = 206px on user input { rec = NewCamp [ID == input.CampID];
On success error
Hi, I'm a newbie trying to get one form to update a date list in another on success. The form I'm trying to update is a Vendor form. The form I'm submitting from is our monthly meeting form. We can use multiple vendors at each meeting (Vendor 1, Vendor 2, etc). I want the Vendor page to include a list of the dates that we've used them (so in the Vendor view I can link back to the monthly meeting view for that date to get more details), but I only want one date in that form, no matter which vendor
Can a form query be a variable?
a user inputs desired search query field (Search) (ie. RefUSA_Data[((!Company_Name.contains("Envy") && State == "CA") && Website != "") ) Now I want to execute the search - something like: rec = Search; or if (count(Search) >0); { } Can anyone please tell me the syntax to make this happen? Thanks! Kenny
Major Problem with Form
I had spent a very long time on an application form and was about done when I decided to change the color of a multi line field. When I typed in the HTML code, I made a small mistake. This is what I typed in: <font color="blue>question</font>. I pressed enter without noticing the mistake and the entire form got messed up. The question seems to have split into multiple fields and is seemingly connected to all the fields below it. If I try and move one of the connected fields they all move at the same
Error occured please contact application owner.
While trying to edit one of my entry I am getting pop-up Error Invalid entries found. Please correct and submit again. The above error general comes when I missed out any mandatory field but when I recheck I haven't found any thing wrong. In addition what ever changes I do in form, it gets applied (when I refresh and look in the view form) and the error pop-up comes, how is it possible?. I have trigger email while editing, I'm not receiving the email. This issue only happens while editing the
Cannot modify forms or import data!
For nearly 2 hours, I've been trying to import a single row into a new form with no success. If I create the form via import xls, upon submitting it goes to an error page stating 'something went wrong, we'll look into it' If I create the form and attempt to add my fields via free-flow-script editor, it looks like it works, but when I return to the form, none of my fields are there! I've tried creating a new application, and a new form, in case that would work. But it doesn't. I'm shut down :(
Assigning font color to users???????
Is anyone aware of how to (or is it even possible) to assign a colored font to each of my users so that when looking at comments I can see which one typed the entry if multiple users are using the same box?
Font Size in Multi Line box
Hello, how do I go about changing the font size in a multi line or single line box so that it is larger in grid view. I'm aware of the ability to change themes etc, but the font size option does not seem to effect these said boxes. Thanks Stephen
How to create a picklist from a multiple select lookup?
I am using two forms. Contact form with the usual fields and an invitation form. I have a two fields in the invitation form. One field is a multiple select lookup field so I can choose the related contacts for a particular invitation. The second field I want to pull all the addresses of the respective contacts of the first field and be able to select just one address to send the invitation to. I tried using the following script but run into an error saying the the left expression is a string
How to make a new view from selected records??
Hi to all. Can anyone tell me how can i make a new view from selcted only records within a view? I have made a booking system and i need to seperate selected records from a full list of bookings and make a new view from them.The new list has to also give me the totals of some columns as in the full booking view.Those selected records i need them to get erased automatically from the old view then when transfered to the new view. Our company makes transfers with coaches to selected destinations and
Please help newbie - easy question re: why can't I display my list data?
I'm trying to identify duplicate records in a form. If I run the sample dup finder htmlpage as below, it runs with no problem. But, if I add any way for me to know the resulting duplicate records, I get the following error: Error occured while executing the script.The execution is stopped since the number of deluge statements that can be executed in an action has exceeded the maximum limit. Here's the version that runs fine, but gives me no access to the results: htmlpage test_dup1() displayname
How to create automatic email for interview in which I can customize the date, time, and location of interview.
Hello everyone. I would like to implement an automatic email that allows me to quickly send a customized email confirming the date, time, and location of interviews. What is the best way to do this? Please advise. Thank you!
Need Help Fetching Records between a range of Last Names starts with Letter
Hello, I want to use the Bulk Mail example script but convert it to sendmail to a range of start with letters. For example: sendmail if records fetched Last_Name startswith A through L. Example Bulk Email Code: emp = Employees[(age > input.age_1 && age < input.age_2)]; users = ""; for each x in emp { sendmail ( To : x.Email From : zoho.adminuserid Subject : "welcome" Message : "" ) users = users + " -------- " + x.Email; } info
Activity view in Count summury
Hi, it would be a great thing, if, in the summury's count, i could choose colomns i want to display. At the moment, colomns : Objet Type d’activité Statut Date d’échéance Date&Heure de début Date&Heure de fin Nom du gestionnaire Heure de modification are display, which is to much in order to be effective.. :/ Isn't it possible to delete some colomns for the display ? Thanks, and sorry for my approximative english level. Nicolas
can't save as script / can't duplicate
I must have something in my code or configuration that is making it impossible to save my application as a script or to copy my application. My priority is to save the application as a script (.ds file). I have a second app under the same account and everything works fine there...save as script and copy my application both work - so it must be some corruption in the other application. I have already shared the application with support. Here is the link.http://creator.zoho.com/skittlebiscuit/copy-of-lice-happens/#
Hide url form path
Hi, I would like to know if it's possible to hide a URL of a form. ex : https://creator.zoho.com/misca/c***********/form-perma/R*********e/ID=10006375 i want to hide ID parameter. Thanks a lot! Rafa
Find & Replace Bug
NOTE: I changed this topic from a question to a bug report: Read on... An http post response returns the following example XML <ListVerifiedEmailAddressesResponse xmlns="http://ses.amazonaws.com/doc/2010-12-01/"> <ListVerifiedEmailAddressesResult> <VerifiedEmailAddresses> <member>bsmith@example.com</member> <member>charles@example.org</member> <member>david.williams@example.net</member> </VerifiedEmailAddresses> </ListVerifiedEmailAddressesResult> <ResponseMetadata>
My Deluge commands automatically changed ...
I was editing a code section (in free flow mode) when I noticed several Deluge commands of the form ... thisEnvelopesColor = ifnull(thisOrderDetails1Record.Envelopes_Color,"");I did not code this command ... I believe I used ... thisEnvelopesColor = if(thisOrderDetails1Record.Envelopes_Color == null,"",thisOrderDetails1Record.Envelopes_Color);a) when did this change take effect ? ... I do not see any notice of this change in any of the documentation. b) what is ifnull ? ... I searched
Manufacturing Database
We are a small workshop needing to replace our paper based order tracking system. This would ideally link to excel, or have a downloaded excel database from which it could draw records etc. Does anyone know of a solution that is similar, or can help develop one. Thanks.
Convert Text to Number
Ok, what I need to do is this: I am grabbing XML data into text fields. Most data is text, but some is actually numbers. I need to be able to take two fields, which are text, but are "decimal text". By this I mean the data is stored in a text field, but its stored in decimal format. For example - in my field called "text1" the value is 907.52 - in my field called "text2" the value is 925.72 I need to convert those text fields into integer fields, and remove everything to the
Next Page