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 ...
... other than what the interface offers, into the template.
the CRM webhook API function
So let's do my favorite method of creating a REST API function in CRM
Login to ZohoCRM > Setup > Functions ...
... ZohoCRM > Setup > Functions > and hover the mouse over the function you just created above (eg. Fn - ZohoSign - Document Completed)
Hover the mouse over the ellipsis that appears and select "REST API ...
... */
//
// set your own REST API endpoints for the webhooks here (we are only checking order update or inventory level update)
v_CrmOrderUpdateWebhook = "https://www.zohoapis.com/crm/v2/functions/fn_shopify_webhook_orderupdate/actions/execute?auth_type=apikey&zapikey=1003.aaaabbbbccccddddeeeeffff00001111.22223333444455556666777788889999";
v_CrmInventoryLevelWebhook ...
... Functions"
Click on the Plus icon alongside this, scroll down to "Custom Functions" and click on "New"
I give it the function name fn_Tickets_OnCreateEdit
I click on "Edit Arguments" and give it th ...
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 ...
... create a connection in ZohoRecruit:
Go to Setup > Developer Space > Functions
Create or Edit a function
At the top of the IDE there will be a "Connections" link to click on.
Click on "Create Connection". ...
... 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 ...
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.