Assuming publishkey is required, the following 7 results were found.
// // put your own Publish key here (publish the report holding the files to download and you will receive this key) v_PublishKey = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL"; // // check if...
= f_MyImages.MyImage.getSuffix("/image/").getPrefix("\""); // specify publish key of published report (not the form) v_PublishKey = "AAAAABBBBBCCCCDDDDEEEFFFGGGGHHHIIIJJJKKLLLMMMNNOOOPPPQQWRRRSSTTUUVVWWXXYYZZ122345567890"; // build image src v_ImageSrc...
in a form called Portal_Listing with a report/view called Portal_Listing_Report and I have a publish key held in v_ListingPublishKey and lastly, my datacenter is .COM: URL Syntax #1 // works in eBay v_ImageSrc = "https://creator.zoho.com/file" +...
// // store this file in the field "Creator File" input.Creator_File = r_File; // // use publish key of the report v_PublishKey = "AAAAABBBBBCCCCDDDDEEEFFFGGGGHHHIIIJJJKKLLLMMMNNOOOPPPQQWRRRSSTTUUVVWWXXYYZZ122345567890"; // // determine the public URL...
is "privateLink" and for me this is the publish key of the report, not the form (though I publish both form and report) p_PublishKey = "AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz0123456789"; l_FormParams.add("privateLink=" + p_PublishKey);...
so it is exportable to PDF c_Document = Document[ID == v_UploadFileID]; // // publish key of "Documents" report v_PublishKey = "1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"; v_DocFileName = ifnull(c_Document.File_field,""); // // used...
+ zoho.appuri + "Products/" + c_Product.ID + "/Photo/image-download/" + v_ProductPhoto_PublishKey + "?filepath=" + v_ProductPhotoFile; } v_ItemImgDisp = ""; // // item and description v_ItemDescDisp = "" + c_Quote.Product.Product_Name + " ";...