@@ScottDurow You're welcome! I have been a "low code" developer with the Power Platform for about 5 years now. Both at work and as a Hobby (made a power app that controls my smart home using the IoT APIs). I would like to continue pushing myself to grow my capabilities but I'm having a hard time finding the right learning path to advance further. Any good places to start if I want to start getting into more advanced capabilities such as creating plug-ins and PCF components? Outside of Power Fx, I would say I'm in between beginner and intermediate in Javascript (self-taught by creating web resources utilizing client APIs for a model driven app I designed for my job). Thanks!
I am very excited about this converged future with custom pages and components like the Creator Kit; and who better to showcase it, than Scott? Great quality and invaluable advice. Thank you!
Hi Scott, Just came across your videos and they are amazing and really helpful. Towards the end of this video, you mentioned about restoring the state of the custom page when coming back from another page. Do you have a video on that yet? Regards, Jyothi
Hi Scott, Great video! I'm trying to add a divider between two commands on the command bar but it renders to blank. According to documentation: ItemHeader and ItemDivider must be set to true to render as a divider. If set to false, it expects other values and will render blank. This is my Items property: Table( { ItemKey: "back", ItemIconOnly: true, ItemIconName: "Back" }, { ItemHeader: true, ItemDivider: true }, { ItemKey: "save", ItemDisplayName: "Save", ItemIconName: "Save" }, { ItemKey: "saveandclose", ItemDisplayName: "Save & Close", ItemIconName: "SaveAndClose" } ) What am I missing? Thanks. Daniel
Thanks Scott, great videos
Wow thank you SO MUCH for this Phil 😍
I just wanted to thank you Scott for such a great quality content and looking forward for the next episode ❤
Thank you Kristof! Thank you for watching and continuing support! 🤩
Love that your full throttle on your videos. Keep them coming. So helpful!
Thank you Bryan - and thank you for watching. With support like yours I am encouraged to keep them coming for sure! 🚀
@@ScottDurow You're welcome! I have been a "low code" developer with the Power Platform for about 5 years now. Both at work and as a Hobby (made a power app that controls my smart home using the IoT APIs). I would like to continue pushing myself to grow my capabilities but I'm having a hard time finding the right learning path to advance further. Any good places to start if I want to start getting into more advanced capabilities such as creating plug-ins and PCF components? Outside of Power Fx, I would say I'm in between beginner and intermediate in Javascript (self-taught by creating web resources utilizing client APIs for a model driven app I designed for my job). Thanks!
Thank you Scott for your very helpful videos.
Glad you like them! Thank you for watching 😊
And I had just gotten to grips with Ribbon workbench! Thanks Scott, this series is great.
That’s awesome! I think your Ribbon Workbench skills will be needed for a while yet! Thank you for watching Jimbo 🤩
I am very excited about this converged future with custom pages and components like the Creator Kit; and who better to showcase it, than Scott? Great quality and invaluable advice. Thank you!
Thanks again Lukas - I really appreciate it ☺️ custom pages in model driven apps is a real time saver!
Hi Scott, Just came across your videos and they are amazing and really helpful. Towards the end of this video, you mentioned about restoring the state of the custom page when coming back from another page. Do you have a video on that yet? Regards, Jyothi
Great stuff Scott as always 👍
Thank you Prakash and thanks for watching ☺️
How to navigate from custom page to another custom page ?
Hi Scott,
Great video!
I'm trying to add a divider between two commands on the command bar but it renders to blank. According to documentation:
ItemHeader and ItemDivider must be set to true to render as a divider. If set to false, it expects other values and will render blank.
This is my Items property:
Table(
{
ItemKey: "back",
ItemIconOnly: true,
ItemIconName: "Back"
},
{
ItemHeader: true,
ItemDivider: true
},
{
ItemKey: "save",
ItemDisplayName: "Save",
ItemIconName: "Save"
},
{
ItemKey: "saveandclose",
ItemDisplayName: "Save & Close",
ItemIconName: "SaveAndClose"
}
)
What am I missing?
Thanks.
Daniel