Open Custom Page on command button click and pass parameter in model driven app power apps

Sdílet
Vložit
  • čas přidán 6. 07. 2022
  • Join this channel to get access to perks:
    / @softchieflearn
    This video explains the below points on Dynamics 365 Customer Engagement CRM: Open Custom Page on command button click and pass parameter in model driven app power apps

Komentáře • 16

  • @Fethur
    @Fethur Před rokem +3

    I just want you to know that I've been through almost 30 different tutorials and none of them actually worked. I've tried everything with the latest update. This is my first year in this profession (and first time doing this feature) and YOU SIR. YOU made it work. Thank you!!

  • @cristianealencar4732
    @cristianealencar4732 Před 9 měsíci

    Thank you so much for this. It worked like a charm. I've been trying to find a way to bulk update records without using the On Demand Flows, as it does not allow us to add lookup fields as parameters. And this will be the solution. Thanks a lot.

  • @johnjanis714
    @johnjanis714 Před 2 lety

    This is really helpful. I have a few projects this will be great to use in. Thank you!

  • @nilokillian
    @nilokillian Před rokem

    This is absolutely awesome , exactly what I was looking for

  • @user-fn3hd7gk7n
    @user-fn3hd7gk7n Před 7 měsíci

    Thank you so much and have a nice day!!

  • @tristangeoffroy9286
    @tristangeoffroy9286 Před 2 lety

    Thank you Sanjay, very explicite. I notice you also struggle with the cascading refreshes needed: js, canvas, model driven app, which is tedious when debugging. Is it the only way to create dialog pages … like standard ones of the product itself ?

  • @satheeshkarunanidhi9573

    Thanks 😊

  • @josephlim2064
    @josephlim2064 Před rokem +1

    Hi Sanjay, if the button is added on the main grid, is it possible to pass the viewid or the url to the custom page via the javascript?

  • @pobosbos
    @pobosbos Před rokem +2

    Does anyone have issues with the Param/variable being empty, the ID goes missing somewhere between the JavaScript and the Param statement.

    • @magnusjeppesen
      @magnusjeppesen Před 10 měsíci

      I have the exact same issue!
      The parameters are available in the javascript, but nothing is passed to the custom page. There's no issue when I make almost the same setup in a Main Form, but when doing it on a Main Grid, the parameters are lost somewhere between the javascript and the custom page.
      I even tried to make a static variable in the javascripts, which wasn't passed into the app.
      Also tried making a static string parameter on the Main Grid Command Button configuration, which also wasn't passed into the custom page.
      Any ideas?

  • @edwin_sony
    @edwin_sony Před 5 měsíci

    Hey brother I'm facing an issue that i migrated a solution which contains the power page from one environment to another environment which will work on a button click, for which i used a smart dialog button from smart ribbon buttons. Well it worked good in previous environment but in the new environment its not working on the button click , I exported and imported the solution that contains the page and also the solution that contains the ribbon button. Can you help please?

  • @777_lucky_s
    @777_lucky_s Před rokem

    Hi
    Please explain completely (how to put the lable.. ext) for biggeners

  • @sustainbhoomi
    @sustainbhoomi Před 10 měsíci

    how to create collections for dataverse table.

  • @magnusjeppesen
    @magnusjeppesen Před 10 měsíci

    Really awesome :)
    However when trying to do thin on the Main Grid (instead of Main Form), I cannot pass the parameters to the CustomPage
    The parameters are available in the javascript, but nothing is passed to the custom page. There's no issue when I make almost the same setup in a Main Form, but when doing it on a Main Grid, the parameters are lost somewhere between the javascript and the custom page.
    I even tried to make a static variable in the javascripts, which wasn't passed into the custom page.
    Also tried making a static string parameter on the Main Grid Command Button configuration, which also wasn't passed into the custom page.
    Any ideas?

    • @kkyang7515
      @kkyang7515 Před 5 měsíci

      I am also having trouble with passing data, even if it's main form...