Need help with one on one relationship
I have a form PROPERTIES with the fields: Property ID, Address, Buy Price, Tax Assessment, Estimated Sale Price. My acquisition department fills this in. I have a form TAX APPEAL with the fields: Property ID, Current tax, New tax, Taxable sqft. My tax appeal department fills this in, however they need to see the Address, Tax Assessment and Estimated Sale Price in order to analyze the property. I've created a lookup on the TAX APPEAL form so that it is linked to the Property ID on the property form.
Outlook Plugin
Hi Support, Does zoho creator support outlook plugin? Please advise. Thanks. Jane
function driven link in HTML view
I have a HTML view that i have created to show me all the reports completed for the day prior, I want to be able to add a link in the HTML view that will allow me to update the status of a field in the particular record. Example: "Approved (button)" is clicked > Approval field on the form is then updated to "Approved" What I want to do with this is have in the HTML VIEW (not a zoho list view) the ability to quickly approve a large amount of records from a single screen by clicking a button. I'm not
Copying Records to Move to Another Form
I have 2 forms set up..one is for current membership and one is for 2007-2008 membership. For members that have renewed, I'd like to be able to just copy their record from 2007-2008 and paste that record into the current membership form. Is there anyway to do this?
view criteria for radio button
hi in my app there is two areas where i use radio buttons 1 area (Sale_Result)- many radiobuttons, 2 area (zakaz_vypolnen) - only one radiobutton (to deny uncheck it, if already checked, for managers) how can i make? 1-st view with checked radio in 1 area and unchecked in 2 area 2-nd view with checked radio in 1 area and checked in 2 area === in 2-nd i just use criteria ((zakaz_vypolnen == "да")) and it is enough in 1-st i use - intitial value =1 for unchecked radio in 2 area - criteria ((zakaz_vypolnen.contains("1"))
Need 3 scripts added (paid job)
I need someone who is knowledgeable in adding scripts to a Zoho Creator form to add these criteria to my form. Doesn't allow duplicate entries. Can't seem to do this based on the URL, which is what I need. Records need to automatically drop off (be deleted) once they expire, based on a date. Person submitting must put proper title to the URL or it will not submit. Please let me know if anyone out there an edit my form to do these things. Wendy
Help with API call via PHP curl
I am trying to write a php application on our website that retrieves our list of members from the creator database we have. Unfortunately the info and descriptions I've found so far are rather poor or outdated, so I am working somewhat blind in making this work even in the most recent examples I've emulated. I do successfully retrieve a ticket, and my login, password, apikey are obscured for obvious reasons. My goal is to read records from a view "PHCP_Members_Know_Location" I've already created
Generating a Sports League Season Schedule
Hello, I've been putting together a sports scheduling application for a commercial league (teams are scheduled based upon their venue and time criteria provided to us upon registration) - It works well enough as is, where the time slots are uploaded from a spreadsheet and the teams that are available for the place/time are the choice for "Team 1" and the choice for the opponent "Team 2" is at the same level of playing ability as the first team. No one team can exceed 8 games played, and no match
linking accounts
We run two separate companies, each with their own zoho account and Creator database and want to keep 'walls' between them. That being said, we would still like to push (or pull) data out of one account, across to the other (preferably as a schedule pr script, but manually if necessary). I can't find any method, question or comment on how to do so? There's one comment in the forums about 'going forward' from a couple years ago, but I can't find anything else. Seems like there should be a method
Summing subform
Hi, I have a subform where I add contacts and it sums the number of them i add in the subform, with the next formula temptotalB = 0; for each record in contactos1 { record.Sub_Total = record.contagem2; temptotalB = (temptotalB + record.Sub_Total); } input.total3 = temptotalB; the columns of the subform are contagem2 Tipo de Contacto Data de Contacto Observações: Sub_Total How can i do this for one condition, for example if a contact doesn´t
Make new CRM Modules with Creator, no Reporting over those modules
I've created 2 new modules to my CRM, Post Sales and Vehicles, to store information about Customer's vehicles and data about fixing those cars. When I tried to create new reports based on those new modules, the reporting interface shows me the standard CRM modules for report construction, by none of my Creator modules. Can't I make some Reports and Charts over my custom modules? Juan Diego
Schedule - Pdf using wrong page orientation
Hi - I created a couple of reports that look good when I exported as pdf. I set them up as landscape . The issue that I have is when I set up a schedule that distribute them via email. Pdfs are sent as portrait and they look odd. Does anybody know how to make Schedule use the correct page settings for pdfs? thanks
how to select more than one line in "lookup" field
how can i change this function so i can select more than one name? it will only let
Grouping members based on their age
Hi I have a list of members, where I have set up a calculated field that calculates the age base on the input of the year of birth. This gives me a list with different ages. However I would like to make a new calculated field that categorize, based on their age, the members into following categories, 0-29 30-39 40-49 50-59 60+ Any idea how this can be done in ZC Cheers DC
Customizing lookup dropdown contents display style.
I have a form to add records to a table. Part of this form is a lookup list displayed as a drop-down menu with data imported from a table of employees. I currently have it configured to show FirstName LastName - IDNumber. What I would like, is to add a column called PreferredName that is not required, that way, when we have someone that goes by a name other than how they are typically listed (Someone named Otto actually goes by Dale), it can be displayed as FirstName (PreferredName) LastName - IDNumber.
adding a "," format to numbers
we using the number field for "quantities", now can only display numbers with no separators like 20000 or 100000 or 3000000 this is difficult to read. we want to display like in excel 20,000 or 100,000 or 3,000,000 how to make this formatting with the comma character "," ? thanks!
Dependent fields are not updated when items from a multiselect field are removed
Hi, I have created a Multiselect field. I also have a formula field that derives it's value from the multiselect field. The formula field updates correctly when items are selected from the multiselect field. Unfortunately, when items are deselected from the multiselect field the formula field is not updated. This problem also occurs with other types of fields when I make them dependent on the multiselect field. Is this something that could be fixed? Thanks! Mike
going to a specific page
Is there a way to navigate thru an extensive list, by pages or views, instead of the "arrows". I am updating many records, and whenever I stop for the day, I must navigate by the arrows 20 times and more to get to the specific page of 200 records where I left off.
Lookup field - how do i sort the returned list?
i am using the Lookup field currently the data comes in, in the order it is inputed. how can i sort the data? i am a noobie and dont know how to script, so any answers, please keep very basic or documented well
any REFRESH button on page in zoho creator's app?
hi! there is some formulas inside my app in creator. and some calculation is fully done after saving entry in database ("save") how can i add some _refresh_button_ on app's page to make all internal calculations done before saving entry?
Important announcement about the new UI :
Since the introduction of the new UI for apps about 3 months ago, a lot of users have moved their apps to the new UI. Till date, 99.99% of the users have moved their apps to the new UI. For those who are in the old UI : All your apps will be moved to the new UI on Oct 15th, 2012. Thereafter, access to the old UI will not be available. If you would like to try the new UI now, please access any of your apps and click the link that says "Face-lift your apps with new UI" at the top. To know more about
Password-protect an application?
Hello, I am the admin on my account and I have two users (userA and userB). I also have two applications in development (appA and appB). How do I only allow userA to access appA and not appB and vice versa for userB? (What are the differences in the role of developer and user?)
Customize the height of the rows of the view
Html Hi I require a customized view of the high rows of the view inserted , to have more space on the bill, as well as the top of header. attached files
Percentage Sign in Zoho Creator Email
I am trying to insert a % sign symbol into a Zoho Creator email (e.g Tax Rate: 10.5 %) where the rate is a Zoho field. When I have tried to do this the email fails. Here;s the code I am using: ("Tax (" + propertyinfo.Tax_Rate + "%): $" + ((input.Tax.round(2)).toString()) If I take out the % sign it works fine. I have also tried using the ASCI hmtl (%) with the same results.
Sender ID of email submission
Hello, When adding a form entry via email is it possible to retrieve the sender's email address? I now hav e form with a ZC_Subject and a ZC_Content and that works. But it would be nice to be able to tell who had sent the email to the form Greetings, Rob
Link to Uploaded file in HTML view
How do I take an uploaded file from a form and make it a clickable link in an HTML view?
Multiplication problem
Hi Zoho users and team! Hi have some problem with a formula with deluge script (This script is used in a html view). Here is the code: <%wage = (currentJob.Time_allocated_to_Service_Partner_in_hour * hourly_wage1 * Category);%> And here is the error: Error in executing Long_job_description1 view script. Error. Error in executing Set Variable task. Unable to update template variable wage. Error evaluating NUMERIC expression : Error evaluating NUMERIC expression : Unable to perform the operation *
Find & Replace
Is there such a thing in Creator as a Find & Replace routine. Example: Find all occurrences of "abc" in Column "X" and replace found with "PDQ". I know how to search and find, but for something like the example, I must manually perform the change on individual records, as the Group Edit will make all the exact same and will erase any extra data.
test with pictures
I made some tests, containing a few pictures. Now, when my students make the test, they don't see the pictures anymore. What's going wrong?
ZC system crash
My customers can't get quotes, can't make bookings. We can not invoke functions because we now get script errors. Error mesaages appear such as "Error in executing IF rule" and "Error in executing ELSE block" or when a customer tries to make a quote they get "Error occured please contact application owner' Urgent attention required Mark Australia
Button on view form
Newby question...how do i add a button against each record to view that specific record detail in all records view not on the form view... ive seen it on some of the demo apps but cant seem to find how to do it? thanks for your help in advance, hope ive explained it ok.
Searching
Not getting a working answer to my previous question, I'll ask it in a different way. Is there a way to search for the first letter in a column and get it, plus all that follow ? In other words, how can I search for all the "F"'s in a last name field and get all the last names that begin with an "F". A simple search for just that letter ends up with any name with an "f" anywhere within it. Not just at the beginning.
Report Links Not Deleting
I created a report named test pull in my zoho creator application. I have since deleted the report, yet it is still showing the link on my shortcuts bar when I "access the application". This is understandably distarcting as I am concerned if / when I decide to upgrade to the pay for version that any reports I build and subsequently delete will remain as a choice and clutter my toolbar. Please help!!
pictures disappeared in tests
Ik heb een premium account. In juli maakte ik een aantal testen op, met afbeeldingen erin. Toen ik die test dan opvroeg, was alles OK; Nu in september, nu ik ze effectief wil gebruiken, merk ik dat de afbeeldingen verdwenen zijn. Wat is er mis?
zoho creator web form data create into sales force leads
Hi, I have read your post in forum you said You can use a Salesforce web to leads form, if you wish to use a Creator form you'll need to write a postUrl script in the on Success action that does an HTTP post to the Salesforce web to leads form url. Please also consult the Salesforce documentation on Web to Leads forms. My requirement also same as I have a form in Zoho creator when i submit the form the data should be saved in sales force Lead object. I have confusion with post URL script. In this
row or text coloring in list view
currently im using images for status but when I used another database i was able to color the whole row. I have see examples of zoho creator with alternating row colors and I'm wonder if that could be scripted with and if else if statement for each record of contains statement if (status == done) { currentrow.color = (255,0,0) } elseif (status == pending) { currentrow.color = (0,0,255) } else { }
Project guidance for Volunteer Scheduling
We'd like to create what should be a rather simple application - an online site for volunteers to signup for various available positions (for an annual fund raising cycling event). My stumbling block is how to limit the number of specific positions available to volunteers (e.g. there are 15 1pm-5pm food line workers...not 16). How do I structure the database to limit the number of specific positions available? It's not unlike students signing up for a limited number of seats in a class....the
Parent Look-up
I am trying to figure out how to pull other information into a form when 2 forms are linked together. My application is hard to explain but it would be the same way an invoice would work. When you select the name of the item you want to put on the invoice from the drop down list, the rest of the information from the record of the other form is pulled into the invoice. So for example you select the item drop-down list and you choose Battery for example, the cost of the battery is brought into
Updating Records
When Im creating a form if that form is already created instead of not allowing it to be made I just want it to be automatically updated and no new entry added, or delete the old form and add the new one but I can not figure out the script to do so. Any Help would be greatly appreciated
Concatenate a formula field
I am trying to concatenate multiple address fields and put into a formula field. I tried: field1 + field2 input.field1 + input.field2 Neither of them worked. Any ideas?
Next Page