What?
A quick article on how to display a OK/Cancel popup which I use as a message to the user for debug purposes.
Why?
It's similar to javascript's message box or confirm box, only Android let' ...
... in the mind to suffer...
if(!v_LastSyncStatus.equalsIgnoreCase("Data Sync Successful"))
{
v_To = "Client ";
v_Cc = ;
v_Subject = "URGENT: Sync Between Zoho People and Zoho Analytics Failed!!!";
v_Messag ...
What?
A quick article on how to get the pricebook entry using Zoho Deluge for a specific product in your ZohoBooks or ZohoInventory instance.
Why?
This took me the best part of an hour to determine ...
... this at the end of this function.
Error(s) Encountered
,"message":"invalid reminder time","status":"error"} There was nothing wrong with the date time format here. Just that I was submitting a TRIGGER=DATE-TIME ...
... :zoho.adminuserid
to :"This email address is being protected from spambots. You need JavaScript enabled to view it."
subject :"CLIENT Payload and Hash Comparison"
message :v_VerifyHash + " " + v_ShopifyHash + " " + m_Payload.toString()
]
//
// t ...
... with the to email address, bcc, subject and message content already populated.
How?
The example from the Kaizen series uses a record with canvas mode applied; but I wanted to try it without a ...
... catch (e) {
// return error (don't display it, just show it in the logs)
console.log(e);
//ZDK.Client.showMessage("Client Script error");
}
// unfreeze the GUI
ZDK.UI.freeze(false);
...
... 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. ...
... however gives me the following error:
{
"code": 15,
"message": "Please ensure that the billing_address has less than 100 characters."
}
How?
So the quick answer is 2 separate API calls after ...
... ];
r_Download2.setParamName("file");
l_Downloads.add(r_Download2);
//
sendmail
[
from: zoho.adminuserid
to: "This email address is being protected from spambots. You need JavaScript enabled to view it."
subject: "Test File: List"
message: ...
... "ITEM CREATE RESPONSE FOR " + v_ItemID;
info r_CreateItem.get("message");
Error(s) Encountered
items with opening stock cannot be deleted, set the opening stock to zero: Guess who's going to hav ...
... Email
- Possibly still an issue with delayed payment (check this is not holding status)
Date Modified: 2023-03-17 (Joel Lipman)
- Enhanced debug messages as function not auto-triggering ...
... "Message: " + r_ZohoShipmentUpdate.get("message");
}
}
}
}
}
}
}
}
Caveat(s):
Limited to 250 requests per day (can be upgraded at a cost)
Source(s):
DH ...
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.