Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть [*2025 Update]: Automagically create Zoho Project with particular template based on CRM deal type

  • Zocademy
  • 2025-11-13
  • 46
[*2025 Update]: Automagically create Zoho Project with particular template based on CRM deal type
ZohoZoho TrainingZoho CRMCRMhelp with zohozoho tutorialzoho video tutorialzoho tipszoho trickscrm best practiceszoho helpzoho coursezoho coursesZoho ONEZoho ONE TrainingZoho ONE TutorialZoho CRM Tutorialzoho bookszoho inventoryzoho socialzoho cliqzoho campaigns
  • ok logo

Скачать [*2025 Update]: Automagically create Zoho Project with particular template based on CRM deal type бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно [*2025 Update]: Automagically create Zoho Project with particular template based on CRM deal type или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку [*2025 Update]: Automagically create Zoho Project with particular template based on CRM deal type бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео [*2025 Update]: Automagically create Zoho Project with particular template based on CRM deal type

** Check out our complete end-to-end course:
https://www.zocademy.com/course/zoho-...

We posted a video five years ago showing how to use a Zoho function to create a Zoho Project when the deal is marked closed won.

We received a comment on that video asking how to have it create a project with a particular template based on the type of deal that was won.

Thought what a great question...so created this video to answer that...

Enjoy.

===========
Here is the code to copy and paste into your Zoho:

void automation.createProjectByTemplate(Int id)
{
// grab an id from an existing deal to test with
// id = 7041465000000841918;
theDeal = zoho.crm.getRecordById("Deals",id);
projectName = theDeal.get("Deal_Name");
portalName = "demo6edkinsgroup";
description = theDeal.get("Description");
startDate = theDeal.get("Start_Date");
endDate = theDeal.get("End_Date");
// get the template based on what type of deal it is
if(theDeal.get("Resi_Comm") == "Residential")
{
templateID = "2578341000000233003";
}
else if(theDeal.get("Resi_Comm") == "Commercial")
{
templateID = "2578341000000342003";
}
// create the map to fill out the fields
createMap = Map();
// populate the fields to create the project
createMap.put("name",projectName);
createMap.put("start_date",startDate.toString("MM-dd-yyyy"));
createMap.put("end_date",endDate.toString("MM-dd-yyyy"));
createMap.put("template_id",templateID);
// create the project
createProject = zoho.projects.createProject(portalName,createMap,"associateprojects");
// check if it worked
info createProject;
// tie to deal
mp = Map();
mp.put("name",projectName);
datalist = List();
datalist.add(mp);
datamp = Map();
datamp.put("data",datalist);
resp2 = invokeurl
[
url :"https://www.zohoapis.com/crm/v2/Deals/" + id + "/Zoho_Projects/" + createProject.getJSON("projects").getJSON("id")
type :POST
parameters:datamp.toString()
connection:"associateprojects"
];
info resp2;
}

===========

Link to start your free trial of Zoho ONE: https://www.edkinsgroup.com/zoho

Book free 30 minute session: https://www.edkinsgroup.com/zoho-one-...

EdkinsGroup Monthly Advisory: https://www.edkinsgroup.com/engagement

The YouTube Zocademy channel is meant to provide educational information regarding business best practices with an emphasis on the Zoho Platform. Our objective is to empower people like yourself to learn how to get more done with less.

We also have a website where you can purchase mini-courses to learn more in depth. We also offer memberships. The memberships include access to all mini-courses each month.

Feel free to visit at: https://www.zocademy.com

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]