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 ...
... everyday for 3 days then escalate to a specified user".
Why?
Sorry Zoho! I tried using the interface to set up a workflow or any other mechanisms within ZohoCRM that allowed me to set up a daily ...
... the field "Weight (kg)" (decimal field only allowed 2 decimals)
var v_ProductWeight = ZDK.Page.getField('Weight_kg').getValue();
// count if more than 2 decimals, then round it to 2 decimals ...
... allowed" field and select "Inspect Element"
Expand the DIV the field is in and double-click on the INPUT element (specifically the disabled="disabled" attribute), then press delete/backspace to remove ...
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?
A quick article on how to upload an image to the product/item listing in Zoho Inventory.
Why?
We're enhancing the out-of-the-box integration from eBay to Zoho Inventory bespoke for a customer. ...
... wanted that if the status had changed to something else, the first-line agent would not be allowed to set it back to "New Lead". Automations and workflows could however (run as Administrators). Mapping ...
... ("code" is 6-character code obtained in step 1c above)
If allowed set the TTL (time to live) to 300
Set the CNAME value to creator.cs.zohohost.com or creator.cs.zohohost.eu (depending on if you access ...
... time of print (2020-10-24), Zoho Creator does not allow you to use JavaScript anywhere in its app. HTML and CSS are mostly allowed but JavaScript automatically gets removed from any of your code.
How? ...
...
type: GET
connection: "joelconnector"
];
Additional
I'd always recommend locking down your app privileges by checking the scope(s) you have allowed it to have.... However in those times of ...
... 37: The HTTP method PUT is not allowed for the requested resource
This was an issue where I was trying to push a Zoho Creator record into Zoho Inventory via an invokeURL with API v2 rather than a connector. ...
... = v_Name.toLowerCase()];
...
Returns the error: "Expression is not allowed in left side of a Criteria".
There used to be an old solution for doing this and can still be found in the community forums ...
What?
So this is a quick article to demo how to center an iframe horizontally and vertically in a screen/viewport in pure CSS (no JavaScript allowed). This CSS centers it by its center point rather ...
... v_Url;
openUrl( v_Url , "new window");
This will open a page for you with a Zoho Consent form where you confirm whether your app is allowed to access the data within the specified scope(s). If you ...
... }
}
}
//
// clear lookup
clear myLookup;
//
// get list of all valid entries
l_AllowedEntries = {};
for each v_AllowedID in myForm[ID != 0]
{
v_thisID = v_AllowedID.ID;
...
... maps to myself (again).
Why?
This took me a while to figure out so hopefully this will help others.
How?
The gist is that I was using the Test SHA1 when adding allowed Android Keys to the ...
... for Datatypes
Constraint Description
enumeration Defines a list of acceptable values
fractionDigits Specifies the maximum number of decimal places allowed. Must be equal to or greater ...
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.