Applies To:
MS SQL Server 2008 R2
MS Windows 7 Enterprise (Client)
MS Excel 2010
What?
A really quick note on how to insert a carriage return or new line into the column name/alias (the header). ...
...
v_CssStyle = v_CssStyle + "";
input.Note_ColorPicker_Css = v_CssStyle;
Step 4: Popup and Dismiss Color Picker
To do this, we add one more option on the radio options which includes a button. ...
...
Getting the team folder information
Use the team_folder_ID or if it is a subfolder, then use the team_subfolder_id Ensure the scope for your connection includes WorkDrive.teamfolders.READ and note ...
... now I can go back to my query and expand on it a little to include the other datasources (CRM Tables):
SELECT
'CRM Accounts' AS "DataSource",
date(t1."ModifiedTime") AS "Date",
t1."RecordID" ...
... contact.
$se_module (String): The API name of the parent module that the contact is associated with. This key is mandatory when you include Who_id and What_Id.
FREQ (String): Defines the frequency ...
...
How?
So first, this article shows you how to setup an API connection, and then we'll include the code to count the total number of products, and then finallly show the code to loop through all the ...
... file to be hosted within Zoho Creator for use by a JS widget that will download the CSV (in this case a Text *.txt) file for use by a dynamic auto-suggester dropdown; one of those fancy ones that includes ...
... receive and pass to the JS widget.
the HTML
You may note that I have additional CSS and JS files. I like to keep the copies local (especially if the hosting is included) so the app doesn't suddenly ...
... need to mark as sent as sending via the above will automatically do that in ZohoBooks.
}
}
}
Additional
You can include a parameter in the request when creating an invoice which is sent = ...
What?
This is an article to document how to produce a report which when exported to PDF will display images without a user wall.
Why?
Our client needs to send a report to suppliers that include ...
... Type is "Page Event"
Event is "onLoad"
Click "Next"
Method 1
This includes a function which counts the number of decimals. I didn't need to use this method for my client; just rounding the decimals ...
... a rather rich HTML email signature with a profile photo included. When sending an email from CRM, they want CRM to include this rich signature (different per user) at the bottom of the email message. ...
... API v2.1:
I have a connection in ZohoCRM with the required scopes: ZohoSearch.securesearch.READ AND ZohoCRM.modules.quotes.READ, Include ZohoCRM.settings.layouts.READ or ZohoCRM.settings.ALL as well; ...
What?
Another article on something I learned today despite never running into this issue before; but sending a billing/shipping address included in a request to create or update an estimate in ZohoBooks ...
... but in the United Kingdom, the week generally starts on a Monday. So let's say there's a schedule that has to be run weekly and include all the orders of a specific week...
Just to confuse everyone ...
... key here to enable inventory tracking
m_CreateBooksItem.put("item_type","inventory");
//
// other less important values to include re purchase information
m_CreateBooksItem.put("product_type","goods");
m_CreateBooksItem.put("reorder_level",0);
m_CreateBooksItem.put("available_stock",v_QuantityAvailable.toLong());
m_CreateBooksItem.put("initial_stock",v_Quantity.toLong());
m_CreateBooksItem.put("initial_stock_rate",v_ItemPrice.toDecimal());
m_CreateBooksItem.put("inventory_account_id",m_Accounts.get("Inventor ...
... Authentication, click on "Validate Records"
Note the DKIM and SPF values as well as the subdomain value:
DKIM Subdomain: 1522905495316._domainkey.
DKIM Value: k=rsa; p=
SPF Value: v=spf1 include:one.zoho.eu ...
... and then I'll include the code to query the shipment status based on a tracking number.
Becoming a DHL Developer
Browse to https://developer.dhl.com/user/register to Signup
Complete the form with ...
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.