... layout didn't work
Choose field to validate > Select "Lead Status"
Choose validation type as "Validate using function" and click on "Next"
For functions, select "Write your own"
Give it a function name, ...
What?
So this is NOT an article on how to create a MD5 function for an ETag in Zoho Deluge as I expected it would be. At time of print, the Zoho documentation (and Google search results) make no mention ...
What?
A quick article on a function to allow the user to take a photo using their built-in camera or to choose an existing photo from their gallery.
Why?
I wanted both options to be available ...
... start with a function that just converts a string of words delimited by spaces to a table:
CREATE FUNCTION dbo.[ufn_StringToTable]
(
@StringInput VARCHAR(MAX)
)
RETURNS @OutputTable TABL ...
What?
This is a quick note on one reason you may get the above error in a Joomla CMS environment.
Call to a member function mark() on a non-object in /public_html/index.php
How?
Not really ...
What?
This article describes a function that will return random data based on a given value. The function intends to determine the data type and return data that is absolutely irrelevant to the original ...
What?
I need to refer to how to create a function in Oracle PL/SQL and sites on the net just attempt to overcomplicate everything and have forgotten how it is to be new to Oracle. I need a function ...
These are for autohotkey and in AHK code. Taken from Autohotkey forums topic 1878:
From Hexadecimal to RGB
From RGB to Hexadecimal
Check for a valid hexadecimal value
From Hexadecimal ...
Quick Fix
Check that this error isn't resolved by just changing the Mailer (Joomla > Global Configuration > Mailer settings). Alternate between PHPmail and sendmail just to check this isn't the problem. ...
... article link above), we're going to use the GetOrders call for order (sales) management.
/*
Function: fn_GetEbayOrders()
Purpose: Queries eBay for all orders for a specified year
...
...
c_Employee.Usual_Shift.insert(c_UsualShift);
info "-------------";
}
Yields something like:
Error(s) Encountered
Value is empty and '1234567000001234567' function cannot be applied: ...
What?
A quick note here on how to connect to the DHL API and check on a package given a tracking number.
Why?
In our megafunction to generate a customer, a product/item, a sales order, an invoice, ...
...
click on "Done"
Now click on "Edit Function" under "Context Handler Function"
We're going to use the following deluge code for our first pass at this awesome functionality:
//
/ ...
...
So we're going to use a ZohoCRM function to get this file which we can run on demand. Why not in Zoho Inventory or any other Zoho app? Because we like to challenge ourselves...
Once again, I'm not ...
... function too often either for debugging/monitoring purposes but it's easier to use an access token then getting the OAuth access codes from the client.
How?
I'm going to split this into 2 code snippets ...
... }
}
}
The Deluge Code
So this is a Zoho Creator function that I'm going to call API.fn_ShopifyQuery_UpdateAllProducts() and it will be added to a nightly schedule. It's aim is to recover all ...
... this one "jl_recruit".
The Deluge code for workflow
/* *******************************************************************************
Function: void fn_AB_AssociateVacancy2Candidate(int ...
What?
This is an article describing a custom function built into Zoho Flow that will accept as parameter the document_id and request_id. It then retrieves the Deal Reference (entered by an office signee) ...
... and payment date to appear on the invoice.
How?
This sounds rather straightforward, write a function that given an invoice, checks the customer payments and updates the custom fields. Executing ...
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.