Pass data (zoho record id) from Zoho CRM to Web tab widget

Pass data (zoho record id) from Zoho CRM to Web tab widget

I'm developing a widget which will be hosted in zoho crm and open form button click. My question is how can i pass zoho record id (e.g. contact Id) from detail view page to a Webtab widget? I've tried using following JS SDK function which returns false.

var message = {
		arg1:"Argument 1",
		arg2:"Argument 2",
		arg3Nested:{
				subArg1:"SubArgument 1",
				subArg2:"SubArgument 2",
				subArg3:"SubArgument 3",
			}
}

ZOHO.CRM.UI.Widget.open({Entity:"WebTab1_Widget",Message:message})
.then(function(data){
    console.log(data)
})


      • Sticky Posts

      • How to Add Users to your Organization in ZohoMail?

        A better clarity so you can create other users to start using Zoho Mail. You can directly Add Users from the Control Panel to your Organization. You can invite users with the existing email address. If the person (user) already uses ZohoCRM, then you can import users from Zoho CRM. You can also import them using a .csv file. (if you are planning to add them in Bulk)  In this topic, We will be discussing on how to Add and Invite users only.  The Import options are self explanatory. ____________________________________________________________________________________________________________