Parsing JSON format responseText - not as easy/clearcut as XML. Does it even work?
The usefulness of JSON is clear in that you can you use key-value pair 'get()' method to retrieve the value of a key...which in theory is a lot easier than used Xpath and XML...but I have found this to be difficult to resolve when using getURL or postURL and I need to parse the responseText that gets sent back. In the case of the example I have dealt with the JSON format data, I think it is sending back a multi-dimensional array of data...and my assumptions about using get(keyname) seem to break
Creating record in Zoho CRM and upload file
Hi, I'm stuck on this issue, and I don't find the problem. i have a Zoho creator form with several fields : This application is linked to Zoho CRM, it creating a ticket in Zoho CRM. Everything works fine, but I can't upload document to Zoho CRM. Here my code : //create the CRM vs Creator fields map to push data to the CRM module. myFieldMap = Map(); //add values to the map. CRM fields first and then Creator fields ( without the quotes ). Creator field’s deluge name is used here. myFieldMap = Map();
Not Able To Find the "replaceAll" Function
I have a function where I am trying to replace a series of "tags" with values from various forms to create a status string. However, when I attempt to call the <string>.replaceAll() function, I get an error message that says "Not able to find "replaceAll" function". I've tried this with a couple of other methods, such as replace() and replaceFirst() and ge tthe same error. Additionally, I've tried calling it like this: <mainstring>.replaceAll("tag", "value", false); As well as like this:
Timeline
Hello, Is it possible to hook into the Timeline report and change how the properties of the default date? I have a field that holds the day of the week but only need the timeline to show a 7 day period. I have also got a date field which i need to set the initial 7 day forcast of timeline by. So an example would be to set the date field in the form and when the report is generated it only shows 7 days from that date relative to the date field. Thanks
Online payments through web forms
I would like to be able to accept online payments through my website. It is my understanding that I cannot implement that with the CRM Webforms but there is a way to do that using creator. If someone has already written the code for this in creator, is there a way I could pay for it? I am not a developer and do not want to have to start from scratch when I 'm sure it exists in this community somewhere. Any thoughts?
Cannot Add Subform to Form Section
It appears that we are now unable to add a new subform to the main "Section" of my existing forms - it needs to be below the main section. This is a new situation - we have many forms with subforms inside the main section, and we can add other components to the main section, but not subforms. Has anyone else seen this behavior? Is there a way to allow this? It is required for us to be able to add subforms wherever on a form we need.
Drop down Problem
I have created a sub form, in that sub form there is a drop down field in which data is being fetched from another main form, but I have a problem that in drop down the selected data doesn't get hide after clicking on add new row in drop down field, so can you please help me how to hide(similarly like multi-select field) the selected field when I click on add new row.
Issue with mobile notifications? Anyone else having problems on IOS
Hi all, Has anyone been experiencing mobile notifications on iOS over the last couple of days. I've started using them in an app im building and cannot get them to work at all. I've dived through the documentation and followed the basic instructions of enabling notifcations on the app its self. I've setup a workflow to send one when a record is created, but i get nothing at all. I've also created a fresh app in case it was an issue with the one i was working on, but still no joy
Function field treated as text in Pivot Chart
Hope someone can help with this issue, as cannot find anything on this in the support field. I am creating a new Pivot Chart where are need to use a function field to do averages, however, for some reason the given function field is being read as a multiline text? The function reads as below where the two first referred fields are nubmer fields and the two last referred fields are time and date fields. ((input.SEM_SCH01_16_TD_ID16 + input.SEM_SCH01_19_TL_ID19) / (((input.SEM_SCH01_33_ATD_ID33 -
switch inferface language
Hi, does anybody know how to switch the ZOHO Creator Inferface language? i have a german Windwos and Chrome Browser, but i would like to develop with English ZOHO UI - is this possible? kind regards Lambert
Master - Detail relationship in record templates
Hi, We need to make a record template to create a form similar to an invoice o estimate, where we have a master form and a detail form that are linked by a field, that is: Master Form: Prebill Detail Form: Time Entry The Time Entry form contains a field called Prebill which contains the ID of the Prebill form record . How do I establish the relation and filter the registers of the Time Entry form by means of the Prebill field associated with the Prebill form, in such a way that for each Prebill the
Bidirectional Relation on subform not available
Hello, I've created a blank subform and added a lookup field to it. For some reason the Bidirectional Relation option on that lookup field within the subform cannot be turned on (the checkbox before Bidirectional Relation is there but nothing happens when I click on it). The subform is designed to add Contact names to an Account form, and I'd like the Account itself to be shown when looking at the Contact data. Any help would be greatly appreciated. Al
How to Add Row to subform via script?
Hi all. i am Developer, and i need add row in a subform Creator automatically with a trigger. exist a method for do it? thank you
Can note(plain) field's value be used in action?
I know the note(plain) field's content can be written in, but can it be get out and be used by other fields?
From Creator get a record from ZOHO Crm by using the Lead ID
Hi, I know the lead ID of a record created in my ZOHO CRM My Zoho CRM and Zoho Creator accounts are linked I tried this crmResp = zoho.crm.searchRecords("Leads", "(LEADID|=|520729000000065376)"); but get an error {"4832":"Invalid parameter value"} Any advice on how to achieve this ..
Getting the lookup field value in string format only
Hi, I am writing a script where in i need the lookup field value as it is For eg : I have lookup field for Order Number which is pure Numbers (002202023, 039393393 etc) But now when i am using it in script inupt.Order_Number so abrupt value pops up i guess Please guide
how to create a button in a form to open a new form in pop up window.
how to create a button in a form to open a related form in pop up window. pls help.
Is it possible to create a Creator app that pulls events from Zoho?
I want to create an app that pulls accounts from Zoho and events so I can plot check ins on a map. I need to be able to let our outside salesmen see how long it's been since their last customer contact. It appears that I can only create a map that plots data created inside the app from a form? surely this isn't the case. Dan
C5 and Google Maps API... OH MY!
So I've found one video on the internet that shows what I basically am needing to do. I reached out to the author, and found that he would develop it for me if I was so inclined. I would much rather continue my learning of C5 and deluge, so I'd rather find some examples out there and work with them to build my Map. https://www.youtube.com/watch?v=3e7XyIDtP3E ZOHO's support said that their own built in Map cannot do what I'm needing, so I will have to use the Google's Map API. I have a key and am
Takes the temperature from IP Address
Hi All, I am hoping if someone can help me here. I have been struggling how to get the customers IP Address and then transfers the data to the temp field on success of form. I have found a free way to get the weather from IP Address. //Get the user's IP address $user_ip = $_SERVER['REMOTE_ADDR']; //The Data Science Toolkit URL $url = 'http://www.datasciencetoolkit.org/ip2coordinates/'; //Find the user's location from their IP. //*** You need the get_data function from the sample code $raw_geocode
Calendar - making an appointment
Hi Guys I have an app that I use to create appointments - its in calendar view ... This is the issue : Say I make an appointment in two weeks time at 9.30 .... I go to that time ,see that its clear click an add the appointment ... BUT it defaults to current date / time not the selected date and time... Is there some code I can add so that it uses the selected date /time and not the default Now date/time. Can any one give me some clue to fix this please...this super frustrating.. { displayname
Mobile app - Offline mode
Good day, I am developing a form in Zoho Creator. I have a few hidden fields based on the status of the form. However, when I use the Zoho Creator mobile app in offline mode these hidden fields are NOT HIDDEN. Is this a known issue or am I doing something wrong? Thanks.
Can Zoho Creator Groups be nested?
Can the "Groups" be nested? Ref: http://help.creator.zoho.com/Manage-Groups.html In my Creator application I would like to create an hierarchy of access by means of using groups. E.g. employee group has assess to 2 views and manager group has access to the same 2 views and 1 additional view. So that I share with 2 views with the employee group, make manager group a member employee group and only share the 1 view to the manager group rather than having to share all the 3 views to the manager group.
PLEASE add support for self referencing table and tree view in report
Hi, Self-referencing table is a basic feature in a lot of comparable software (Access and Filemaker Pro). It's frustrating to migrate here and be left without the possibility of doing so. Self-referencing table is critical for allowing sub-record (sub-task, sub-milestone, etc.) management. If you have a Task form, you might want to allow your users to structure their work in a task/sub-task way. Zoho Project allow such feature. For this, you need to be able to reference a task to its parent task.
Deluge Script Alert function Not Showing
Hi I have the following deluge script in the On Edit, On Validate section of my form alert ("Testing"); info ("Testing"); The info line works fine the alert doesn't. In the Zoho script documentation I find numerous mention of using the Alert in On Edit On Validate section. Has something changed Thanks Gordon
Themes custimization
Hi there, Its great to see ZC adding more theme to the app, especially the recent icon vertical layouts. But please.... ADD SUPPORT FOR CUSTOM COLORS! We build apps for clients, who already have their own color scheme for logo and such. You need to stop forcing us to use specific colors for headers and font and buttons and etc. Please add in the Theme menu the following customize options: - Header background color - Primary and secondary buttons colors - Link font color Or please at least, let us
Newbie, question about Fetching
Hi, i'm new to Zoho, and have a question about fetching. I'm used to Acces and a bit of VBA, where i'm used to open a form and where i can have a subform based on for example a CustomerID. I've looked into the help files concerning Fetching and stuff but i just don't seem to get it the right path perhaps one of you could help me ? I made 2 forms form A holds Customers, form B holds CustomerContacts. So a customer can have a brother.sister,father,mother as a contactperson. What i want to is make
Filter entries in view by date - how?
Hi i need make view in which there is entries that are today/yesterday old so that entires before yesterday are not showing in how can i make filter in view on current date?
Creator emails dropped by domains with DMARC p=reject or p=quarantine
Is there a way to send DMARC aligned emails from zohocreator? The organizations I work with have strict DMARC policies and I don't believe the emails coming from Creator are aligned. There's not a way to "whitelist" as other articles have suggested. Is there a way to enable DKIM signing for my organizations? For reference, I'm seeing emails coming from 135.84.80.180 sendera180.zohocreator.com 135.84.80.182 sendera182.zohoRECRUIT.com 135.84.80.183 sendera183.zohoRECRUIT.com If there's not a way
Zoho Creator On Premise
Hello. Some questions about Zoho Creator On Premise. 1.How i can download .zar file ? I don't see in options Options > Try On-Premise in my account. 2. Zoho Creator On-Premise comes with an "Evaluation licence" that lasts for 30 days from the date of installation. Do you have test mode for On-Premise version to test my application offline (test connection between On-Premise and another sql db's or ManageAngine Analytics Plus offline vers. etc) 3. I want to connect https://www.zoho.com/appcreator/
Calculate number of business days between two dates
I just wondered if Zoho Creator now supported calculating number of business days between two dates. If yes, could someone please offer some assistance and provide an example script. I know how to workout days between two dates but struggling with business days. If no, can someone provide me an example and instruction on how to write a function, or is the below example from 6 years ago still relevant? https://help.zoho.com/portal/en/community/topic/calculate-number-of-business-days-weekdays Thanks
Display picture in HTML Page
Hi Zoho Team, In my app "Sourcing Database", there is a page HTML that can be access from the report: "View/Modify Products" in order to display in html the info from "Create_Product". I have made the code to display one of the image field but still cannot display it. What did I do wrong? Is it about putting this app public? if so, what will be the risk for the security of this app? And how to arrange the size of this picture in the HTML view? Thanks in advance Julien
Zapier does not register subforms as adding a new record
When I add records through a subform, this does not trigger the Zoho Add Record trigger in Zapier. When I add the record through the original form it works, but this would take a really long time for my purposes. Will this be changed?
Conditional formatting depending on checkbox
Is it possible to conditionally format a field depending on the value of a checkbox? The checkbox fields do not appear in the list when setting the conditional formatting.
, in number field
How is comma in number field not available... basic for 90% of world.
Search records from multiple fields - Like a Google Search
Hello, I would like to be able to have a form with a search feature which can draw from multiple fields on another form. FORM A would be for all the data entry of the records. FORM B would require the search feature, and would be to record usage of the items recorded in FORM A. Is this possible to do, and if so, how would it be done? Thanks in advance! (Im still very new to this whole database thing so I have not alot of ideas how this more complex stuff works) Example: FORM A --- Song Title Artist
Help with subforms fetching
Hi guys can anyone help me. I have a system to control machines where a have 3 forms. First one is a base lookup form that goes: Shift Start Hour Finish Hour Day 6 15 Afternoon 15 0 Night 0 23 Second one is called Shift that goes Date Shift Operator Equipment 25/06/18 Day Joel EX43 And the third one is a subform
Searching for records by date
Is it possible to set a search or filter for records with a date that is NOT in the last N months? I am trying to set it up so that our admin can easily see which records have NOT had an assessment done in the last 6 months. I see that there is an option in the drop-down that says "is not" - but I get the impression that is only for a specific date and not for a date range. Note: assessments are in a sub-form. I am viewing a report for records of the main form with a column for the assessment
Workflow for Updating fields is not working
Hi, I have created one report based on one form wherein i have added an action. This action should be perfomed whenever someone clicks the respective button and the workflow for updating one field of the same form (on which the report is made) should be executed. But this isnt working. Nothing happens when i click that respective button.
PDF File Failing - Record Template
I'm having issues when downloading a Record Template because it has a lot of images coming from a subform. File fails when I resize the image field of the subform editing the HTML on the record template. Do you know a solution to resize images without making the download file to fail? Thanks, Antonio Contreras
Next Page