Write Custom JavaScript in Power Pages | Perform Validations | Write Business Logic Using JavaScript

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ต.ค. 2024

ความคิดเห็น • 22

  • @JudgeHelloWorld
    @JudgeHelloWorld 2 หลายเดือนก่อน

    This is a great video, clearly explained a complicated topic, worth watching times and times again.

  • @jawaharlalnehru526
    @jawaharlalnehru526 ปีที่แล้ว +2

    Hi, I am Jawahar, currently I am internship employee at -------company. but they will give power pages domain. But Now I struggled with learn documentation power pages . I can't understand how to learn full documentation....but after watched your videos☺ little bit help for me.Thank you

    • @arpitpowerguide
      @arpitpowerguide  ปีที่แล้ว

      Hey Jawaharlal! Glad you found the video helpful!

  • @pathikpatel7568
    @pathikpatel7568 3 หลายเดือนก่อน

    Great work. Thank u Sir..!!

  • @2007pradipta
    @2007pradipta หลายเดือนก่อน

    What is difference of adding in Web Files vs writing in Cust Script ? Is Web Files have caching advantage?

  • @elajujoseph2746
    @elajujoseph2746 ปีที่แล้ว

    hi arpit,thanks for your helpful videos, am practicing as i follow you but i have a bug, my main page loads in the Middle ,what could be the issue and how can i fix it? thanks

  • @shakesbeer23
    @shakesbeer23 ปีที่แล้ว

    Great video! This helped me a lot.

  • @akhilarenjit
    @akhilarenjit ปีที่แล้ว

    Hello, we are planning to bring a tool to review Powerpages code ( scanning all js files etc), do you have an idea where to start with ?

  • @pujariramesh2308
    @pujariramesh2308 ปีที่แล้ว

    Hi Arpit, Very helpful and nice video. Can you please share if we have any video that how to get data and post data from a custom HTML template to dataverse table.

  • @Eagle_Ridaz
    @Eagle_Ridaz ปีที่แล้ว

    Hi @Apit, I noticed that in your published event form, the published by field is set default to login user( your name). I also want to do that in my own form. Could you help guiding me how to do that. Thanks a lot.

    • @arpitpowerguide
      @arpitpowerguide  ปีที่แล้ว

      Use form metadata to auto populate logged in user Information. Can watch this video for more details: th-cam.com/video/daX5SgoaV1I/w-d-xo.htmlsi=n_bO_QbXdZlNhElv
      You can auto populate user details on load and on save of the form. Select contactid from the drop-down to set logged in user details.
      learn.microsoft.com/en-us/power-pages/configure/configure-basic-form-metadata#basic-form-metadata-type--attribute

    • @Eagle_Ridaz
      @Eagle_Ridaz ปีที่แล้ว

      @@arpitpowerguide thank you so much, @Arjit! It works!! Do you have any videos re how to redirect user to a specific page once sign in according to the logged in user role ? Do you provide private tuition? I’m so interested to learn more about powerpages from you.

  • @jagadeesanp6246
    @jagadeesanp6246 ปีที่แล้ว

    Thank you!

  • @AKBFORU
    @AKBFORU ปีที่แล้ว

    I want to make a calxulator in power pages is that possible

  • @tusharbhamare5282
    @tusharbhamare5282 ปีที่แล้ว

    Hi Arpit, glad to see your playlist to learn Power Pages in deep.
    I have a question though, is it possible to use multiple web templates in single page? Or could you please help me figure out the approach of having multiple reusable modules in a page (dashboard page with multiple modules) so that I can create modules as a web templates and use the same module code in other pages as well. your help is appreciated.

    • @arpitpowerguide
      @arpitpowerguide  ปีที่แล้ว

      Hi Tushar! Thanks for your feedback!
      Yes you can use multiple web templates on a single page. To do that, create a base web template (this will be linked to your webpage through page template) and include other web templates to it using the syntax: {% include %}
      Hope you get it!

    • @tusharbhamare5282
      @tusharbhamare5282 ปีที่แล้ว

      @@arpitpowerguide yes I got it. Actually in one of your videos I learned how to include a web template using liquid template so I got what you said. Thank you very much for the quick reply. Appreciate your hard work, more owner to you.👍

  • @jawaharlalnehru526
    @jawaharlalnehru526 ปีที่แล้ว

    I want WEB API topic .. What is web API
    ? & why used in power pages...please tell me

    • @arpitpowerguide
      @arpitpowerguide  ปีที่แล้ว

      You'll get all the videos including Portal Web api max by 30 Jan. Stay tuned!

  • @anjanchidige
    @anjanchidige ปีที่แล้ว

    This is a great session Arpit. I have a question. I am trying to set a dropdown value in general validation. I have a Multistep form. It has 2 steps and in Portal management, on 2nd step--> Form Options tab, under custom javascript, I have written JS. it is not able to alert the dropdown value. The only difference I see from your demo is, you have written in Basic form and I have written in Multistep Form Step Form itself. Please suggest.
    if (window.jQuery) {
    (function ($) {
    if (typeof (entityFormClientValidate) != 'undefined') {
    var originalValidationFunction = entityFormClientValidate;
    if (originalValidationFunction && typeof (originalValidationFunction) == "function") {
    entityFormClientValidate = function() {
    originalValidationFunction.apply(this, arguments);
    alert($('#crd73_submitstatus').val());
    return false;
    };
    }
    }
    }(window.jQuery));
    }

  • @waseemakhtar4166
    @waseemakhtar4166 ปีที่แล้ว

    good try