Well this isn't a problem for those that don't use RokDownloads. The other day, I logged in to upload some new files and manage some of my downloadable files... Only to find that the Rokdownloads manager ...
The jury's still out on this one. I have noticed a slight improvement in my page loads but will have to carry out proper tests on the weekend.
Instructions to a hard-coder
The Google Chrome Frame ...
...
void fn_Joel_Test()
{
/***
- tried with getUrl() but this doesn't work.
- has to be an invokeUrl
- set param name required
- if file comes from a Creator form, no InvokeURL needed
c_Form ...
... other entry does not...
This article is a start and adaptation of my previous article Convert to Proper Case in T-SQL which I had previously used for the migration of a HR system. This is intended ...
... but it is a workaround I have used and that worked when converting a lead to a deal. Note that this hack doesn't work on the system field label name (I tried) just on the length field. Use the translations ...
...
I'm storing this here as a reference and taking the bits that I need for the various clients that request an eBay integration. This is a comprehensive snippet which does the whole lot.
How?
Using ...
What?
Following on from my article: ZohoCRM: Get All eBay Active Listings, this is how to get all the orders from a client's eBay.
Why?
Our use-case is a data migration from eBay to a fresh instance ...
What?
Another one of these articles talking about getting all the active product listings from eBay for a specific client.
Why?
Our use-case scenario here is that we want to get an inventory ...
... sometimes works but sometimes yields:
// Me,Myself,I\na,b,c
Works on systems where the above doesn't work:
l_CsvFileRows = List();
l_CsvFileRows.add("Me,Myself,I");
l_CsvFileRows.add("a,b,c");
//
v_CSVFilename ...
... a list of services. The client does not want their operations team adding/deleting rows and instead simply specifying quantity (defaulting to zero) alongside each serviceable item.
How?
So at time ...
... " ");
// adding an apostrophe/single-quote to ID values so MS Excel doesn't round them up
v_ProductIDStr = "\"'" + v_ProductID + "\"";
v_VariantIDStr = "\"'" + v_VariantID + "\"";
v_InventoryIDS ...
... Burton
Theo van Doesburg
Thomas Cole
Toyin Ojih Odutola
Wayne Thiebaud
Victor Vasarely
Vincent van Gogh
Wassily Kandinsky
Wilfredo Lam
William Blake
Willem de Kooning
Xu Bing
Xu Zhen
Yayoi ...
... doesn't exist, so let's add it
if(v_CountExists == 0)
{
//
// prevent duplicates by updating record with existing name if exists
v_Name = v_CandidateZohoID + "" + r_Data.get("id");
// ...
... then include in the upload "Contacts_001.csv")
The mandatory field 'Attachment Id' must be mapped: Give a unique value for the column attachment ID (filename column does not need to be unique) and ensure ...
... if this doesn't work, enable one of the following 2 lines
//r_File.setParamName("attachment");
//r_File.setParamName("file");
r_File.setFileName(v_DocumentName);
r_Attach = zoho.crm.attachFile("Deals",v_DealID,r_File);
info ...
... create a button that sits on the view page of a record and the staff simply click on and it does all the aforementioned.
How?
The difficult part here was to figure out how to convert the CRM record ...
... you simply add an option to the picklist and then specify which of the options are selected. In this case, simply giving it the IDs should work... but it doesn't.
Assuming my multi-lookup field is ...
... view mode and edited just one field). The only other event you can use this in inline editing mode in is the Canvas mode.
Error(s) Encountered
Contacts doesn't seem to appear in Client Script IDE. ...
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.