Applies to:
Microsoft SQL Server 2008 R2
Microsoft SQL Server 2012
What?
These were in a solution and I thought I'd note them on my site so I can refer to them more easily.
How?
Let's ...
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 ...
What?
A quick article on determining the week number of the year if your week starts on a Monday and not a Sunday.
Why?
I think it's the US system which generally says that a week starts on a ...
... the method of "mega-functions", here is the code snippet for one function which will accept as parameter the eBay order reference and generate all the respective records in Zoho Inventory. We're using a ...
... to Settings > Automations > Custom Functions > Select the function > Execute the function against a paid invoice - check the fields updated.
Go to Sales > Invoices > Select an invoice > Click on "Comments ...
... fields in Zoho Inventory... and the list goes on. So in my job, we tend to create a few custom functions which will download any item from eBay to Zoho Inventory and vice-versa. Easy to make the function ...
... 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, ...
... listed here, the standard searchRecords() and then the getRecords() functions:
Set the record ID to your own record ID.
Set the list of pages to the number of pages you want to search. Keep ...
... to Zoho CRM > Setup > Functions > New Function
Function Name: fn_API_ReceiveXeroWebhook
Display Name: FN - Xero - Receive Webhook
Description: Function used to receive webhooks from Xero and parse ...
What?
An article to save time where a customer wants to click a button to generate a merged document in Writer and attach it to the CRM record.
Why?
Our use-case is that we have a client who has ...
... REST API function that will forward the payload data to Zoho Creator (Yes you will need CRM version Enterprise or Zoho One [that supports functions] for this process).
So first off, here's a reminder ...
...
Create a REST API Zoho CRM Function
Go to Setup > Developer Space > Functions > New Function
Give it a Function Name, I'll call mine fn_Shopify_Webhook_OrderUpdate
Give it a Display Name, I'll give ...
What?
This is an article to demonstrate how to log a time event under a Zoho Projects Issue using code (Zoho Deluge) rather than the graphical user interface (GUI). Note this would probably be similar ...
... CRM modules called a "LinkingModule" (as opposed to standard modules and custom modules).
Quick way to determine the API name of the linking module:
Go to setup > Developer Space > functions.
Create ...
...
The trick in this solution was more about the process and what that process was.
Reading the brief, and having written many custom functions for other Zoho apps, it would stand to reason that ...
... Workflow > Functions > New Function: give the function a name
select "Deluge" as the language
give it a Namespace (for this example I will leave this on "Default")
and set the return type (again in ...
... the Zoho Creator page. Functions are read by Zoho and certain CSS attributes (such as position and float) will be removed automatically. The code has to be pasted directly in the Page and then the CSS ...
... ", "0");
}
This looks like pretty old code and not wanting to cause offence, it isn't the JavaScript style or chain I like which appends the functions instead and is clearer for me personally to ...
... is a function I find myself using more and more called equalsIgnoreCase() which could be used:
...
l_ProductDetails = Product[Product_Name.equalsIgnoreCase(v_Name)];
...
Other Functions of ...
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.