.get() giving error: 'TEXT' can not be cast to '[BIGINT]' for the function 'get'
so_products = sales_order.get("Product_Details"); info so_products; prints: {"product":{"Product_Code":"VOT-700400-2","Currency":"TWD","name":"VOITAIR VA 400 BLACK no base (黑芳香機.無腳架) / VOT-700400-2","id":"1839893000000212252"},"quantity":1,"Discount":0,"total_after_discount":82000,"net_total":82000,"book":null,"Tax":0,"list_price":82000,"unit_price":82000,"quantity_in_stock":-1,"total":82000,"id":"1839893000009394337","product_description":"VOITAIR VA400 divers (黑芳香機.無腳架)","line_tax":[]},{"product":{"Product_Code":"VOT-122900-821","Currency":"TWD","name":"Scent
Attaching uploaded file in the email
Hi, I would like to know how to attach an uploaded file in the email notification.
Can I send field data to an external website? Can I have data from that website populate back into Zoho?
Short Question: Can I have a triggered procedure that would take the VIN of the car entered into a VIN field in Zoho sent to an external website? Can returned data from that website populate additional fields in the Zoho app? More details on Use Case: We use multiple external websites that need the VIN of a vehicle to do a search for data. I want to enter that VIN into the Zoho app and then trigger a procedure that would go out to these sites and submit that VIN and retrieve data. www.decodethis.com -This
REST API file upload seems to fail if the field name is too long
I tried uploading a file of about 1.7 MB to a field using the Zoho REST API, specifically to the URL to https://creator.zoho.eu/api/xml/fileupload/ but I got back the error {"code":2945,"message":"MORE_THAN_MAX_LENGTH"} which is a JSON response, interesting. I was able to fix the problem by renaming the filed, it seems that if the field name is too long then the upload files which is a bit of a cryptic error message. The original field name was Financial_Information_Please_upload_your_certified_lease_agreement
Integrate Zoho Creator with SAP C4C
Is this possible? Creating custom-built forms to enter data, then pushing it to C4C or vice versa.
Null Error while Importing data from .xlsx file
There is an excel report which contains Form data ,the form also includes a subform.When I do an import from my .xlsx file without this subform field , data is imported successfully but when subform field is also included it gives Null Error.
Timezone synchronization
Hello, I have a problem. On the desk platform I set the "Rome" time zone. When I read the task the creator app does not have the same time zone as the zoho desk. I set the time zone correctly on both sides:
Zoho Creator - search bar
I have created a page in my creator App. The page includes a search bar and a report. I want the results to appear on the same page and have followed all of the prompts e.g. adding a parameter. For some reason, the search field doesn't work. The report has a loading animation as if it's loading search results but nothing is filtered. What am i doing wrong?
Importing Image field
is there any tool for importing multiple images at once?
Need help with Date-Time math
I need to subtract N days from a Date-Time string THEN set the time to 07:00:00 This works correctly, but I do not know to remove the Time portion and append the fixed time of 07:00:00 o the result and assign it to the startdate variable. startdate = startdate.toTime("yyyy-MM-dd'T'HH:mm:ss").subDay(56).toString("yyyy-MM-dd HH:mm:ss");
Calrification of zohocreator.exe import functionality
The Add or Update command for data imports using zohocreator.exe is described as follows ------------- Add Or Update zohocreator.exe <filepath> <username> <password> -e <appname> -au <formname> <fieldname> <columnname> Eg : zohocreator.exe c:\myfolder\ordermanagement.csv john mypassword -e order-management -au order_form Items Products ------------ Pls provide a quick summary of how this works as the command is unclear - would like to update a Products table with addition of new records (but only
zohocreator.exe
Need Help with zoho migration through console mode Add Or Update zohocreator.exe <filepath> <username> <password> -e <appname> -au <formname> <fieldname> <columnname> Eg : zohocreator.exe c:\myfolder\ordermanagement.csv john mypassword -e order-management -au order_form Items Products I have created the following .bat zohocreator.exe G:\Filing Cabinet\_PAYROLL\time card import files\JobNumber_auto.csv username password -e Time Card -au Jobs Job_Number Job_Number No records are added or updated when
Calculate TOTAL Daily Average - Aggregate Formula
Need to run a formula for output of Average Total Daily Revenue confined to a given month. A general example looks like this: Today is November 12, 2019, from November 1, 2019 to November 12, 2019 Busness A collected $98,000.00 in Revenue - Revenue (98,000) / Day of Month (12) = $8,166.67. Problem: Initially I had the "Date" field on the X-Axis set to Distinct Count, with the following Aggregate formula: sum("Add Revenue"."Amount")/Distinctcount("Add Revenue"."Date") The issue here is that if
How to dereference an embedded value
How to i further derefence this to extract only the account name and ignore the ID? accountName = DealDetails.get("Account_Name")
Fetching one Subform data into another Subform
Hello, I am trying to fetch data of one Subform's data to another using a Number field (Inward_No.) But i encountered an error. Please someone help me in solving this. Following is the Code: And following is the error i encountered.
attachments
Hello, I have a problem. task I can't attach photos to mine. why? gives me this error: Error Error details: Error at on submit script. Note: We are working on giving more meaningful error messages on script failures. This is the string I created: zoho.desk.createRelatedRecord(20067793560,"attachments","tasks",input.taskid.toLong(),{"file:":input.Allegati},"ZohoDesk"); I also created this string that works: zoho.desk.createRelatedRecord(20067793560,"timeEntry","tasks",input.taskid.toLong(),recordValue,"ZohoDesk");
InteGreat 1: Integrate Zoho Creator with Zoho CRM
Hi everyone, Today, we'll look at how to integrate your Zoho Creator application with Zoho CRM. As you might already know, we offer pre-built integrations that you can use to integrate with most of our Zoho products and other third-party services. So that, you don't have to spend a lot of time writing code to integrate them. Also, you always have the option to use REST API to connect all your favorite apps, if you don't find a pre-built integration defined for it. Understanding the Integration field:
Print Status
Hey Everyone, Curious to know if anyone knows how to retrieve "print status" of a single record? Setup Example: Form has "Status" radio button with "Printed" and "Not Printed" as two options. By default, upon form submission, "Status" is set to "Not Printed". Usage Example: Add new data to blank form and submit > go to form records > select record to "Print as Summary" > "Status" changed to "Printed" I can easily manage the deluge script for altering the status (I think lol), but can't figure out
Zoho Creator - Fire notification after approval if end date has passed
Hi All, I'm new to creator and could use a hand solving, what i suspect to be, a very simple issue. I have two fields: Start and End (date and time fields) On approval I need to fire a notification if the end date has passed Attempted this: And this (which errors at line 1) if input.end =< zoho.currentdate; { sendmail [ from: me@zoho.com to: you@zoho.com cc: <cc> bcc: <bcc> reply to: <reply_to_address> subject: please fire message: please fire content type: <content_type> attachments:
Calculating Mortgage payment
For some reason I am getting an error when trying to run this Deluge script. Any help is appreciated. I am sure I am missing something! if (input.Listing_price != null) { input.Monthly_Mortgage = input.Loan_Amount [(input.Annual_Interest_Rate/12)(1+(input.Annual_Interest_Rate/12)^(input.Length_of_Mortgage*12)/((1+(input.Annual_Interest_Rate/12))^(input.Length_of_Mortgage*12))-1)]; } else { alert "Enter in Listing price to calculate mortgage information."; }
Creator new builder is missing the "day of week" selection at custom schedule
From the new Creator builder is missing the "day of week" selection at custom schedule. In the old builder if I set a custom schedule to run weekly I was able to select the day of the week when the schedule to run. In the new schedule if I set a customer schedule to run weekly the "day of week" field is missing:
New to zoho creator
Hi, I am a php developper and very very new to zoho creator. As i am very new to zoho creator i really need your help. i have 2 questions. we have 250 employees working in shift base. three shifts. first shift from 5 am to 1 pm. second shift from 2 pm to 9 pm. third shift from 9 pm to 5 am. we will provide zoho creator installed android device to our employees. so that when they start work they have to connect with thier "id & pwd". when then finish they must "logout". so that we can allot the same
Alternative to Migration Tool
Does the community know of any alternatives to the Migration Tool, especially for updating existing records? We have for three days not been able to use the tool due to an unspecified error. So far Zoho Support have not been able to identify the error. I am also thinking, that MacOS users do not have the option to use the Migration Tool either, so maybe there is an alternative method available?
Conditional Formatting for a custom Record Summary
I have created a custom record summary for a report. I want the conditional formatting from the report to work on the record summary as well. I know it is possible because it works on the default template. Can anyone help me to get it working for my custom record summary. Thank you very much in advance :)
How to show time in a field without date ?
I want to show time in my field but it will be without the date . How can I do this? Thanks in advance.
Manage Territories in Zoho Creator
Hello, I want to manage territories and it's related permissions in Zoho creator app? I didn't find anything related to that. Is this feature available? if not, what is it's workaround? Thanks Rabia
Do Buttons Added to a Report Not Show in the Mobile App views?
Greetings, I'm trying to add a link in a report detail view that takes the user to another form/page. I tried using the Add Button field to create a custom action to redirect the user to the desired form/page via the OpenURL function, but the button is only appearing in the Web views. It does not show in the mobile app views (phone or tablet). Does anyone know if it's possible to add a button to a report view for the mobile views? As an alternative I tried adding an admin only URL field to form
Labels for Workflows
Could we please get the option to label workflows - I have some that contain 5-10 different functions and I have to go into the codes to work out which is which
Problema al cambiar el Form Title (Formularios) y el Display Name (Reportes)
Hola a toda la comunidad de Zoho, espero me puedan ayudar con el siguiente tema: Estoy trabajando en una aplicación en Zoho Creator, al inicio no tenía temas con esto pero últimamente he intentado cambiar el titulo de algunos formularios (Form title) y el nombre de visualización de los reportes (Display name) y no se efectúan los cambios. Al momento de hacer el cambio en el FormBuilder no se genera ningún error, incluso cuando veo el código en el WorkFlow (Form Definition) se visualiza correctamente,
ZCCoreFramework.CreatorError.AuthError.invalidToken
hello, people i'm using zoho creator SDK in my ios application development , this app worked perfectly yesterday. but today it showing this error "authError(ZCCoreFramework.CreatorError.AuthError.invalidToken)" ,when i'm trying to use this function "ZCAPIService.fetchSectionList(for:completionHandler:)".I don't know what is happening ,If any of you know how to solve this problem please help me. Thanks in advance !
Subform - disable 'add entry' if mandatory fields not completed
Hi all, I've been playing around with a few different ways to solve this and none of them work perfectly. Is there are way that I can disable 'add entry' on a subform if some mandatory fields in the previous row have not been completed? I.E. in row 1 the mandatory field has not been completed therefore they cannot proceed to add a new row 2 etc etc. Thanks! Lindsay
attendance workflow
hi I have created an app for attendance of my staff, with two forms 1 form1 ; name of staff and other details form 2; I linked the name of the staff field to this form and used radio button for entering present or absent including date now I want to trigger a workflow on month end detailing the attendance of each staff (like no present or absent ) how should I fetch data for each record and count the number of presents or absents thank you teja
Month Name
I want to extract the month from a date as "Jan","Feb","Mar" etc It seems to me that I can only use getMonth() to obtain the month number and then construct a if,else if,else if,else if etc to test the number and apply a string value, through 12 iterations if the month is "Dec" Is there a swifter and/or more elegant way to code this? Thanks Greg
How to use Zoho Creator REST API with Date criteria for last n days
The documentation here https://www.zoho.com/creator/help/api/rest-api/rest-api-view-records-in-view.html does not explain how to use date criteria in the REST API. This does not work https://creator.zoho.com/api/json/solar/view/My_Report_Name?scope=creatorapi&authtoken=xxxxx&zc_ownername=myname&criteria=(My_Date>="last 7 days") So how do you specify date criteria in the URL to show the last n days for a specific date field?
Using Creator to Track and Quote Specific Inventory
We buy trucks, manufacture a body for the truck, and then sell it. We currently use an excel spreadsheet to manage all the information about the truck itself. Once a build is assigned to the truck we fill in all the columns that relate to the build of the truck. Lastly the sheet has a bunch of columns related to sales information once it's sold. We use this same sheet to forecast future needs. I've been playing with the idea of moving from a spreadsheet storing this information to creating a database
[Webinar] Schedule work orders directly from Zoho Creator
Hey everyone, Tomorrow at 12 PDT we're hosting a demo of our SmartScheduler, which was previously featured in a Zoho Practitioner webinar. Since then, we've made some enhancements to it to support both appointment and work order scheduling. Chief Solutions Architect James Converse will demonstrate it all, including: Scheduling from a CRM button or from a Work Order in Zoho Creator Scheduling individuals, crews, and equipment usage Easy drag-and-drop interface Google Maps & Calendar integrations
Roles and Profile -- assigning or reassigning them
Roles and profiles seems like a good answer for what I need to do. The problem is I don't quite get how it is decided that record belongs to a particular role. It is clear that if a user creates it -- that record belongs to them and rules around roles should apply. That seems to work great but I have a where I want to load data from a spreadsheet that belongs to several roles == ie managers of different departments should end up being responsible for the record going forward. -- How do i indicate
Fetching a function from another creator app
Hi, I have two apps in creator. App A has two fields; 'Product code' & 'Product name'. App B also has two fields; 'Product no' & 'Name'. The 'Product code' field in App A is lookup field which looks at 'Product no' in App B. When filling in App A, I would like the 'Product name' field to auto populate based on the selection of the other field. I know I have to create a function in App B and then a script in App A to call in said function. i have found a lot of contradictory articles on line so am
Edit Record User Record-ID - Then Use "On User Input" script
I am trying to use the edit record through record ID to update records. Opening the record works fine and on a basic level editing the record also works fine. The problem I'm having is that none of the On User Input scripts for the form run when editing a record this way. Is there a workaround for this, or am I experiencing a problem that shouldn't exist. Specifically what I am trying to accomplish is to have my lookup fields in the edited record dynamically change to display just the item I
Integration Field doesn't show CRM custom module
HI, I created a custom module in Zoho CRM. In Creator, I like to add an Integration field to "link" the record ID to the record ID of this CRM module. However, I see Opportunities, Vendors, etc.. but not my Custom Module. Did I miss something ? The goal is to have the Creator application to be listed as related list in the CRM Module. I could achieve this with the Opportunities / Deal Module, but apparently not for a custom module. BTW, I'm admin in both CRM and Creator. Thank you
Next Page