... up to 2, right through 3 to 1, then down to 5... Now it all blends together:
Error(s) Encountered:
DisplayPort to DVI cable doesn't work: I get what I pay for I guess... I went for a slightly more expensive ...
... if your search query string has spaces in it, the above without the small apostrophes (single-quotes) will return either a parsing error or just no data. In the line:
v_GraphQl = " product } } } }"
Change ...
... && l_DisallowedOptions.contains(v_LeadStatus))
{
m_Output.put("message","Your user profile does not allow you to change the lead status back to \"" + v_LeadStatus + "\"");
m_Output.put("status","error");
}
}
//
// ...
... in l_SearchResults
{
// check that there is an ID on this record to avoid looping through error messages
if(!isNull(r_Result.get("id")))
{
// do stuff to each record...
info r_Result.get("id");
}
}
//
// ...
... of getting an MS Word document to behave?). Best thing to do if you mess it up, is just start again with a clone of the original erroring template.
Conclusion
Just clutching at straws here with ...
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 ...
What?
So this is going to be an article with a bunch of pictures showing step-by-step of how I setup a recurring data source in Zoho Analytics via FTP.
Why?
The use-case here is that I have a ...
... m_Data;
//
// JSON request
r_TwilioResponse = invokeurl
[
url :v_Endpoint
type :POST
parameters:m_Data
];
}
Error(s) Encountered
The 'To' number XXXXXXXXXX is not a valid phon ...
... = zoho.crm.createRecord("Calls", m_ScheduleCall);
info r_ScheduleCall;
Error(s) Encountered:
,"message":"invalid data","status":"error"}
correct Call_Start_Time to CRM format of yyyy-MM-ddTHH:mm:ss-05:00 ...
What?
Just a quick article if you get the above error and what to look for.
Why?
I was writing a function with perhaps too many for each loops within a for loop.
How?
The following is 1 ...
... to add 10 minutes to a date/time field in ZohoCRM and wanted a refresher for use in a client system. The usual error is something similar to the following:
{
"code": "INVALID_DATA",
"details": {
...
... 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 ...
What?
An article to note something I didn't realize I needed: How to address the above error and how to update a Shipping Address for a specific Sales Order in Zoho Books.
Why?
You might think ...
... build params
m_Params = Map();
// set to application or user to see the notifications for each
m_Params.put("PreferenceLevel","User");
m_Params.put("WarningLevel","High");
m_Params.put("ErrorLanguage","en_GB");
//
// ...
What?
A very quick article to show pushing the date and time to ZohoCRM or ZohoCreator.
Why?
You may have received an error that goes something like:
datatype: datetime
How?
Here are ...
... m_RelatedList;
Error(s) Encountered
Sorry, there was a problem processing your request.: Your returned XML is invalid
Sorry, there is a tag discrepancy in the function. The related list canno ...
...
Add your deluge code that should:
Validate the fields (checks mandatory fields have been entered) for example:
//
// check mandatory fields have been entered
l_Errors = List();
if(isnull(input.Record_Name))
{
l_Errors.add("- ...
... update an integration field via deluge with another integration field or even the same integration field, it will return an error
Unable to update the value to r_RecordDetails.Account. Line:(442)
...
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.