What?
Well known by most but this serves as a quick reminder to myself and anyone else on how to embed a form or a report into a Zoho Creator page.
Why?
Cos
How?
The below is a template ...
What?
A quick article on a snippet of code which copies one subform to other subforms in the same form.
Why?
I'm creating an appointment/booking system and I want the user to be able to set entries ...
What?
An article on how I can query all the orders for yesterday without using the eBay GUI Selling website. I've included the code to parse out the information as well.
Why?
Because I need this ...
What?
This is an article documenting how to parse the notification from eBay and using it to create an order in Shopify.
Why?
Previously, we would receive an eBay notification and create an ...
... if I encounter any. This is simply how I fixed this error on this occasion.
Consider the following code which loops through some Creator records, then loops through one of the subforms in each record:
// ...
What?
This article serves as a best practice and reminder to myself on how to stop endless loops from happening in Creator and crashing the application. This is more for complex Creator forms which ...
... and would get the following response when attempting:
{
"response": {
"message": "Error occurred",
"uri": "/api/forms/json/P_ApplyLeave/updateRecord",
"errors": {
"code": 7013,
...
... to ensure it's all saved in the system.
Create the workflow
Now go to a the "Design" mode of the report that contains the forms you want to be able to merge (multiple selection) and click on the "Actions ...
... and export using URL - Export a record template as PDF
Zoho Creator v4 - Style based URLs for Embedded forms - Loading forms/reports without headers/functionality,
Zoho Creator v4 - Navigational URLs ...
... item and filtering the options available for selection.
Why?
This was for a multi lookup with staff as the list entries. The lookup needed to filter against various forms such as Staff Rotas, Leave ...
... I could do it the long way in Zoho Deluge. We match a pattern and replace everything out that conforms to the criteria so a true response will be an empty string:
v_MyRegEx = "^[A-Za-z0-9._-]+@[A-Za-z0-9._-]+\.[A-Za-z]$";
v_MyString ...
...
Ensure all text fields in the database are set to a UTF-8 charset (eg. utf8_general_ci)
Ensure headers are setting the charset to UTF-8
Add the charset attribute to posting HTML forms: accept-charset="utf-8" ...
...
IME_ACTION_DONE // the action key performs a "done" operation, typically meaning there is nothing more to input and the IME will be closed.
IME_ACTION_GO // the action key performs ...
What?
I'm writing a Joomla 2.5.x component for logging time and projects and need a dropdown to have selectable options restricted to the logged-in user. This is specified in the XML file of the custom ...
... = "JL - to Mixed case"
, Description = "Transforms selected text fields to Mixed case"
, ComponentType = ComponentType.Transform)]
public class MyConvertToProperTransform ...
... you like @ https://www.leapmotion.com/). It's noted for it's accuracy and response to finger gestures and it's compatibility with major platforms.
The following videos were shown to me by a colleague ...
... like the search term.
Levenshtein: Allows for typos and matches to words that are 1 or 2 letters mistyped.
Grammar: Account for singular/plural, past/present, and noun/adjective/verb forms.
Referencing: ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.