The Error: This file contains HTML or script code that may be erroneously interpreted by a web browser
This is a common error when uploading files that the MediaWiki system does not allow. By making ...
... = v_CssStyle;
Code for On User Input of Color Picker:
if(!isNull(input.Color_Picker) && !input.Color_Picker.contains("button"))
{
v_HeximalRef = input.Color_Picker.getsuffix("background-color:").getprefix(";");
input.Hexadecimal ...
... was not accurate enough... but here's the snippet:
r_CommentsHistory = Map();
l_Comments = ifnull(r_CommentsHistory.get("comments"),List());
for each m_Comment in l_Comments
{
if(m_Comment.get("description").containsIgnoreCase("Purchase ...
... I don't know how to refer to the public URL of a subform row other than making the subform link to an existing form and not a blank form.
The document form contains the fields: Ticket (lookup to Ticket ...
... Data Sources in the left sidebar
Add Data Sources > Select Zoho Desk
Do "Next" and select the Zoho Desk Portal
Ensure that "Tickets" is selected (I'd tick most of the fields this contains)
Create ...
...
Why is this a challenge? The file contains bank details and should not be stored anywhere. Generating a text or CSV file and then having it emailed to anyone is an easy task but here we cannot have ...
... + p_QuoteID
type :GET
parameters:m_ApprovedConverted
connection:"zcrm"
];
// should be checking here that data contains any rows but I'm going on the basis that this quote exists in CRM an ...
What?
This is a not-so-quick article that queries an eBay order and creates the relevant ZohoInventory item, contact, sales order, package slip, shipment order, invoice, payment records...
Why? ...
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 ...
... contains a question mark, send it to OpenAI
if(v_Message.contains("?"))
{
v_Question = v_Message;
//
// Need to add your own OpenAI token here
v_Token = "sk-abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
//
// ...
... contain names used on other records.
Additional:
Here's an AHK script I wrote that produces a GUI that takes an external file where column A contains the key/ID of the Contact in the 3rd-party ...
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.