How to Automatically Create Contacts Via Accounts Module in Zoho CRM
Автор: Wissenhub official
Загружено: 2019-10-03
Просмотров: 565
Описание:
Welcome to Wissen-hub channel. We are an interactive e-learning platform with the mission of making tutorials and how-to videos accessible to everyone.
Subscribe to us to get more content
This tutorial will show you How to Automatically Create Contacts Via Accounts Module in Zoho CRM.
Suggest any tutorials you need in the comments and we will be happy to post a video.
Deluge Script Code:
-----------------------------------------
getAccountData = zoho.crm.getRecordById("Accounts",AccountId);
info getAccountData;
getAccountName = getAccountData.get("Account_Name");
info getAccountName;
getContactfirstname = getAccountData.get("Contact_First_Name");
info getContactfirstname;
getContctLastname = getAccountData.get("Contact_Last_Name");
info getContctLastname;
getContactEmail = getAccountData.get("Contact_Email");
info getContactEmail;
getPhonenumber = getAccountData.get("Contact_Phone");
info getPhonenumber;
createMap = Map:String();
createMap.put("Account_Name",getAccountName);
createMap.put("First_Name",getContactfirstname);
createMap.put("Last_Name",getContctLastname);
createMap.put("Email",getContactEmail);
createMap.put("Phone",getPhonenumber);
info createMap;
createresponse = zoho.crm.createRecord("Contacts",createMap);
info createresponse;
---------------------------------------------------------------
New videos will be added weekly from more awesome instructors, covering more topics.
---------------------------------------------------------------
Get in touch
Facebook- / wissenhuboff. .
Linkedin - / wissenhub
Whatsapp +91- 8639-346-161
------------------------------------------------------------------
Audio Credits
-----------------------
Tech Talk by Audionautix is licensed under a Creative Commons Attribution license (https://creativecommons.org/licenses/...)
Artist: http://audionautix.com/
LIKE SHARE & SUBSCRIBE
Thank you for Watching.
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: