DJ Tech Blog
DJ Tech Blog
  • Видео 20
  • Просмотров 54 164
How tro create or update zoho projects with custom fields
In this video I have shown how to create a zoho project with custom field. The method used in the video can be used to update a zoho projects also with custom field.
The api I have used is
www.zoho.com/projects/help/rest-api/projects-api.html#alink3
The Complete code:
deal_res = zoho.crm.getRecordById("Deals", dealid);
deal_name = deal_res.getJSON("Deal_Name");
// info deal_name;
res = invokeurl[
url: "projectsapi.zoho.com/restapi/portal/807854719/projects/customfields/"
type: GET
connection: "zohopr"
];
// info res;
var = Map();
var.put("name","Test Project");
var.put("UDF_CHAR1", deal_name);
res = invokeurl[
url: "projectsapi.zoho.com/restapi/portal/807854719/projects/"
type: POST
parameters: var
c...
Просмотров: 123

Видео

Integrate Zoho CRM with Google sheets
Просмотров 3911 месяцев назад
In this video I am going to show you. How we can integrate Zoho CRM with Google Sheet to populate the records of any module into the sheets. There will be multiple columns in the sheet for every field of the records that we want to send to the sheets. djtechblog.com/google-sheets-integration-with-zoho-crm/ The Google sheets API. developers.google.com/sheets/api/samples/writing#append_values Thi...
Zoho CRM and Projects integration
Просмотров 44Год назад
#zohocrm #zohoprojects #zohocustomization @ZohoExpert #zohoexpert
Zoho CRM integration with website(non wordpress sites)
Просмотров 326Год назад
Video I have shown how to integrate website with zoho crm. #zohocrm #zohotutorial #zohocustomization #zohoexpert
Refresh Browser DOM every second to refresh the time in a react App : react Tutorial # 6
Просмотров 592 года назад
In this video I have explained how to refresh the browser dom every second to update the time in a react app. #react-tutorial djtechblog.com/
Make OTP expire after 5 minutes or more
Просмотров 2,6 тыс.2 года назад
Refer below link for code: djtechblog.com/php/make-otp-expire-in-5-mins/ Making otp expire after certain minutes is very important from security of point of view. In order to generate random otp we we use php rand() function. Though, this function generates random number but it is not secured. The otp can be manipulated or guessed by the craker given a considearble amount of time. So, we need t...
How to send OTP sms in php using sms gateway from localhost or any live server
Просмотров 8 тыс.2 года назад
For php code you can visit this link ... djtechblog.com/php/otp-sms-in-php-for-mobile-number-verification/ How to send OTP sms in php using sms gateway from localhost or any live server How to verify mobile number by sending otp SMS. Basically there are two ways we can verify a user's online identity. Mobile Number verification Email verification OTP sms in php is used for mobile number verific...
React Tutorial #4: How React render its elements
Просмотров 122 года назад
How React render its elements React JS tutorial.
React Tutorial #5 : Add Bootstrap to React App
Просмотров 302 года назад
We will add bootstrap to our React project
React Tutorial #3 : How to navigate in React app - React Router Dom
Просмотров 482 года назад
To navigate within a react app we need an extra library called react router dom. It helps to navigate by storing the current location in the browser's address bar using clean URLs and navigates using the browser's built-in history stack. React router dom comes with three important components BrowserRouter, Routes, Route. How to navigate within a react app Introduction to React Router
React Tutorial #2 React JSX
Просмотров 222 года назад
This is a beginner-level tutorial for React JSX where we learn how to work with React JSX.
React Tutorial #1 - How to create and edit a basic React App
Просмотров 382 года назад
This is a beginner tutorial to start learning the javascript framework React. It is extensively used to build the front end and it is trendy and easy to learn.
Install php8 on apache server in windows10 | Error Rectified
Просмотров 3623 года назад
If you are trying to install php8 in windows 10 on apache server and geeting an error like "Cant locate API module structure" php8_module. Then this video is for you. Steps for installing php7 and php8 is almost similar, only last step is different. I have explained the last step here only. For full explanation watch How to install php7 in windows 10 on apache server. www.djtechblog.com/server-...
Reorder column using Bootstrap 4 order class | Learn to make responsive website
Просмотров 1,2 тыс.3 года назад
We generally make three columns in a website within a row. The column in a website are scanned from left to right and in mobile it appears in top to bottom. so, the middle column in the desktop version appears below in the mobile. But to change this order in mobile we use bootstrap order class. For details see, www.djtechblog.com/html-css/reorder-column-with-bootstrap-order-class/ www.djtechblo...
Install php7 on apache http web server in windows 10
Просмотров 2093 года назад
I have installed and configured php to run on apache web server in windows machine. For details refer to, www.djtechblog.com/server-config/install-php7-on-apache/ www.djtechblog.com/
Host multiple website on apache http web server on Ubuntu | IP based virtual host configuration
Просмотров 3,5 тыс.4 года назад
Host multiple website on apache http web server on Ubuntu | IP based virtual host configuration
How to host multiple website on apache http server on Ubuntu | Configure Name based Virtual Host
Просмотров 20 тыс.4 года назад
How to host multiple website on apache http server on Ubuntu | Configure Name based Virtual Host
How to install apache http server on Ubuntu and host your website locally | Hindi
Просмотров 9 тыс.4 года назад
How to install apache http server on Ubuntu and host your website locally | Hindi
Host multiple websites in apache http server | Name based vs IP based virtual host setup | Hindi
Просмотров 4,6 тыс.4 года назад
Host multiple websites in apache http server | Name based vs IP based virtual host setup | Hindi
How to install apache server on windows 10 manually | Hindi
Просмотров 3,9 тыс.4 года назад
How to install apache server on windows 10 manually | Hindi

Комментарии

  • @shubhamsawant1551
    @shubhamsawant1551 Месяц назад

    Is porting good or having virtual domain i open tow ports for two swebsite but it slowing my server bandwidth

  • @daxelai
    @daxelai 4 месяца назад

    Make video for tomcat

  • @lr7lr95
    @lr7lr95 7 месяцев назад

    sir while starting the my Apache it getting mpm load issue, AH00534: httpd: Configuration error: No MPM loaded. May 02 21:57:38 lumex systemd[1]: httpd.service: Main process exited, code=exited, status=1/FAILURE , so can you please help on this

  • @_akhil_03
    @_akhil_03 7 месяцев назад

    what if my both the sites need different php versions to run ??

    • @debabrattaj
      @debabrattaj 6 месяцев назад

      You need to configure the htaccess file then separately for each site.

  • @Nitishkumar-o6f7h
    @Nitishkumar-o6f7h 7 месяцев назад

    could you please telll me how to add external css file and js file for hosting our website.

    • @debabrattaj
      @debabrattaj 7 месяцев назад

      Can you elaborate a little what kind of website is this.

    • @Nitishkumar-o6f7h
      @Nitishkumar-o6f7h 7 месяцев назад

      @@debabrattaj actually I made a recipe web application project with html css and javascript and now I want run this project locally in Ubuntu 22.04 os.so how can I do it

    • @debabrattaj
      @debabrattaj 7 месяцев назад

      @@Nitishkumar-o6f7h You need to keep all the files in document root(watch from 9:00) and make the required changes in httpd.conf to make it point to your index file of the project.

  • @siraj-7397
    @siraj-7397 10 месяцев назад

    I see that it doesn't work for you. When you enter mysecenodwebsite2 you should have a page with website2 message Why having 2 different names for the same ressource ? It's not the goal

  • @varshakumari4440
    @varshakumari4440 10 месяцев назад

    Plss give source code

    • @debabrattaj
      @debabrattaj 8 месяцев назад

      The link to the source code is in the description.

  • @AmitMaity-i8b
    @AmitMaity-i8b Год назад

    why secondwebsite is not working in your browser

  • @prabhatnhk
    @prabhatnhk Год назад

    this method not works for me

  • @arjumandvillagelife
    @arjumandvillagelife Год назад

    Helpful

  • @selvin9845
    @selvin9845 Год назад

    Mine did not work at all because I am using an AWS ec2 instance, so I think they have created preconfigured Images according to their needs, which makes it difficult and confusing for these types of set ups in the Virtual Hosts files... etc SO CAN YOU MAKE A TUTORIAL FOR THIS SAME PURPOSE ONLY USING AWS EC2 INSTANCE / DEBIAN LINUX??

  • @pallabphangchong7573
    @pallabphangchong7573 2 года назад

    Can't even see clearly. Make sure you maximize the terminal in upcoming videos.

  • @robert.d7805
    @robert.d7805 2 года назад

    Hi 1. appachi is done, 2. PHP is done, 3. Next SQL manual installation in windows with configuration appachi

  • @SiMorenoQ
    @SiMorenoQ 2 года назад

    Thank you very much my friend! Awesome way of explaining!

  • @heyizsheanny
    @heyizsheanny 2 года назад

    Sir can you please provide your email id or something I really need help I run your code from your website sending email otp verification and it was working properly then suddenly it stops sending emails just showing email send successfully please help vidur sir. I am trying to solve this from many days it's very important for my project please help sir

    • @debabrattaj
      @debabrattaj 2 года назад

      Check if mail is going to spams

  • @lavishjain536
    @lavishjain536 2 года назад

    how to create sender template

    • @debabrattaj
      @debabrattaj 2 года назад

      folow this link. djtechblog.com/01-21/how-to-send-bulk-sms-with-textlocal/

  • @johnhingkung662
    @johnhingkung662 2 года назад

    Thanks. How to create Sender template?

    • @debabrattaj
      @debabrattaj 2 года назад

      djtechblog.com/01-21/how-to-send-bulk-sms-with-textlocal/

  • @alexyan7245
    @alexyan7245 2 года назад

    if using virtual box, how to access that websites from PC Host(windows 11)?

  • @praveenkankatala9010
    @praveenkankatala9010 2 года назад

    could you please make a video on how to deploy dotnet code in the apache server with multiple websites hosting

  • @sarfrazkh
    @sarfrazkh 2 года назад

    informtive. thanks.

  • @taranewstime6909
    @taranewstime6909 2 года назад

    Thank you for sharing this video 👍

    • @debabrattaj
      @debabrattaj 2 года назад

      Welcome. If you want video in any specific topic let me know.

  • @VirtualPhoneNumberOtp
    @VirtualPhoneNumberOtp 2 года назад

    sir php website creat karni hai

  • @digitalTecGuru
    @digitalTecGuru 2 года назад

    Good

  • @Vikaskumar-ur5di
    @Vikaskumar-ur5di 2 года назад

    thanks for sharing please make this video on hindi

  • @mamadoualiou4473
    @mamadoualiou4473 2 года назад

    good tuto thanks

  • @Sam99eer
    @Sam99eer 2 года назад

    How to limit concurrent users to maximum 2 only?

  • @stavros222
    @stavros222 2 года назад

    how to change hosts server on android

  • @m.fahmisyahputra5251
    @m.fahmisyahputra5251 2 года назад

    Easy to understand, thanks👍

  • @vunguyen2246
    @vunguyen2246 2 года назад

    this method has worked for me. Thanks

  • @dhakprasadupreti6249
    @dhakprasadupreti6249 2 года назад

    Good job

  • @dhakprasadupreti6249
    @dhakprasadupreti6249 2 года назад

    Good job

  • @surajoberai
    @surajoberai 2 года назад

    practical one! liked it

  • @salexkorsan8790
    @salexkorsan8790 2 года назад

    Brother i want to host my website from home on web, with domain name should it work?? Or may i need to create dns server

    • @debabrattaj
      @debabrattaj 2 года назад

      No it will not work, because you need to have a static IP address to host a website, in home internet we have dynamic IP which will not work.

    • @saviovincent
      @saviovincent Год назад

      if you can open port 80 and 443 on your router to WAN then its possible

  • @codejapoe
    @codejapoe 3 года назад

    Does it work globally or locally? Can you view that website from other devices?

    • @debabrattaj
      @debabrattaj 2 года назад

      It will work locally only, but if you have Internet connection with static ip you can access it from anywhere. Note: In home we have dynamic IP.

  • @saraismail
    @saraismail 3 года назад

    thank you :)

  • @user-wq7zt3ve6f
    @user-wq7zt3ve6f 3 года назад

    Vera level

  • @leinhto3368K
    @leinhto3368K 3 года назад

    This has worked great for me. I have my second site up and running. Thanks!

  • @vinaydavda4813
    @vinaydavda4813 3 года назад

    Very Nice Video ! Helpful !

  • @sanyamrana4727
    @sanyamrana4727 3 года назад

    I can access my server using the localhost only even I have provided server name according to your video. Can you tell me what is the problem. How can I access using server name?

    • @debabrattaj
      @debabrattaj 3 года назад

      what server name have you chosen? you cant just set any server name expect it to listen. It is best to chose server name as example1.com and example2.com for demo. if still dont work refresh cache.

  • @up58tec
    @up58tec 3 года назад

    Sir contact number

  • @pranaya_prajnya
    @pranaya_prajnya 3 года назад

    This video contains a lot of errors and misleading content. Auther should clear his system before making video

    • @debabrattaj
      @debabrattaj 3 года назад

      Pls let me know what misleading content you have found in the video?

    • @pranaya_prajnya
      @pranaya_prajnya 3 года назад

      @@debabrattaj didn't you realize? Watch it again. If still you don't realize, format your computer first, then do as it is instructed in your computer , and compare what is in video and what you see in your computer. Here Wamp or xampp already installed in this PC. localhost showed xamp home page, not apache home page. It mislead me. I thought I was wrong, in fact this video is wrong.

    • @debabrattaj
      @debabrattaj 3 года назад

      @@pranaya_prajnya you find it misleading , it's true. I didn't notice it. But the process of installation is right.

  • @rak9455
    @rak9455 4 года назад

    Woohoooo.....what about PHP 7 make tutorials on it..

  • @MovieRecap4U.
    @MovieRecap4U. 4 года назад

    After a long time i heard this voice 😜🙃🙃

    • @debabrattaj
      @debabrattaj 4 года назад

      let me know if you want video on any specific topic.