How to Display Report Execution Time in SQL Server Reporting Services 2008 R2
So there are other articles out there but I was looking to display in milliseconds the execution time it took for a particular ...
... quick parsing instruction to get the eBay photos; this snippet stores the URL of each picture in a list variable:
l_Pictures = x_MainNode.executeXPath("//Item/PictureDetails/PictureURL/text()").toXmlList();
/ ...
... Another REST API CRM function which generates an eBay Access Token for me
r_Response = getUrl("https://www.zohoapis.eu/crm/v2/functions/fn_ebay_getaccesstoken/actions/execute?auth_type=apikey&zapikey=1003.");
if(!isnull(r_Response.toMap().get("details")))
{
if(!isnull(r_Response.toMap().get("details").get("output")))
{
v_AccessToke ...
... *******************************************************************************
Function: fn_Validate_LeadStatusChange
Trigger: Function executed when a record is changed
Inputs: ...
... in mind script execution limits set by Zoho.
Set the search criteria string to your specific requirements (:equals:, :starts_with:, |=|). If 1 expression then you can omit the parenthesis. If multiple ...
... are zeros... But I'm keen on avoiding using loops where possible so we don't breach a statement execution limit in the Zoho app function.
How?
If we're not going to use loops, then the next best thing ...
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 ...
... Reminder 1 Hr Before"
When is "On a Date/Time" based on "Call Start Time" with execution date "On" the date and execution time "1 hour before".
Condition 1: rule is applied to all calls
Action is the ...
... fix for the error:
Execution Failed
UnPredictable exception, Invalid statement found Line:(20)
I cannot guarantee that this error doesn't appear for other reasons but I will add to this article ...
... to go to the CRM record, click on Mail Merge, which opens Writer, then has to click on various settings and run the Mail Merge; then has to click on "execute function after merge" and select the function ...
What?
This is an article to document a function used in Zoho Creator to retrieve the Product IDs of all the active products in a client's eBay store.
Why?
The use-case was that I wanted to retrieve ...
... r_ShopifyProduct in r_GetProducts.get("products")
{
if(!isnull(r_ShopifyProduct.get("id")))
{
//
// an error-prone one-liner so that we don't hit an execution statement limit
v_ProductSKU ...
...
So there are a few trigger options but I'm listing the one(s) to stop workflows below to see if this helps anyone:
Stop Workflows from executing:
l_Quotes = List();
l_Quotes.add(m_CreateCrmQuote);
m_Data ...
What?
A very quick article on converting a Map string into a HTML table without using a for each loop.
Why?
I have quite a big response from our CRM that hits a statement execution limit if I ...
... OnValidate
Trigger: Function executed on the application of a leave
Inputs: string p_RequestID,string p_Dept,string p_LeaveFrom,string p_LeaveTill
Outputs: map/collection
Date ...
... your action item
Name the workflow
Execute the action for Collection of record (this step is very important!)
And you should have something like the following:
Click through on "Add New Action": ...
... worry about knowing anything about nodejs, as long as you know JavaScript and HTML/CSS you can use this:
Execute the download and go through the installation process with the final step to move i ...
... File 2.txt
My File 3 (2).wav
My File 3.wav
My File 3 (3).wav
How?
So if you copy the following code into an AutoHotkey file and execute it, it will popup an app with 3 buttons: 1st to generate ...
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.