Пікірлер
@RudyPribble-q3r
@RudyPribble-q3r Күн бұрын
West Brooks
@KingsleyHulda
@KingsleyHulda Күн бұрын
Perez Donald Martinez Deborah Johnson Angela
@yeeshusrivastava9651
@yeeshusrivastava9651 10 күн бұрын
Hey, great video! Wanted to ask what's that Visual Studio Code extension you are using in regards with CoPilot and PCF codes?
@KingsleyHulda
@KingsleyHulda 10 күн бұрын
Brown Jeffrey Thomas Nancy Lopez Paul
@Succuub
@Succuub 13 күн бұрын
The work you have done here is outstanding. Thanks!
@seegerp2000
@seegerp2000 14 күн бұрын
This is really good...I've not completed the entire video just yet but so far this is excellent!
@Skipperloop
@Skipperloop 16 күн бұрын
Thank you so much Carl you have no idea how much possibility this video has opened for me.. thank you
@shomari169
@shomari169 18 күн бұрын
very informative lesson and thanks for putting this for those of us that wants to get into PCF control development. I just wanted to ask just like you did using pcf from lady colorful code in your environment, what if i want add the same code to my existing pcf solution, is that possible or how do i do that please?
@NoormohamedM-b5s
@NoormohamedM-b5s 26 күн бұрын
Hi, which extension are you using for auto-completing code, like for quickly adding elements such as buttons? Duration: 1.12 minutes
@thirstyexplorer
@thirstyexplorer Ай бұрын
Hi Carl, great thanks for this video! I am trying to build a PCF component and integrate it into a custom page like you do somewhere at the end of the video. My component works just fine before I add the used feature "WebAPI" into the manifest XML and retrieve data from the Dataverse in the intex.ts. Once I do any operation in the PCF (ex. context.webAPI.retrieveMultipleRecords(...)), the same PCF cannot be added to the custom page anymore. If I add that same PCF on a Form, it works just fine. Have you ever had this situation? Have you eventually covered it in some video or blog post of yours?
@DavidM_
@DavidM_ Ай бұрын
i had problem with running command: pac solution add-reference --path <path> but using relative path worked for me: pac solution add-reference --path ..\..\ not sure why absolute path was not recognized
@mohammedmerchant5628
@mohammedmerchant5628 Ай бұрын
thanks for sharing Carl, this was a great intro in to the business value of side panes. I'm eager to know how to dynamically pass the value of the record when clicked so that it opens up in the side pane? Thanks
@fnthm
@fnthm Ай бұрын
Thanks for this video! Just a simple question... Can you please share the weight of the box (with computer, charger and accessories inside)?
@carldesouza
@carldesouza 7 күн бұрын
Don't quote me on this, but my estimate is 6 lbs. I happened to come across a new unopened box and did a pretty rough weight test.
@akovn107
@akovn107 Ай бұрын
Thanks for this great course. ❤ I have a question, how can we update datasets in development using webapi.updateRecord? Also how can we use Lookup.Simple objects and import data from a csv file? I searched a lot but did not find anything!
@edmondroger3362
@edmondroger3362 2 ай бұрын
Is copilot AI integrated to office 365 apps as well?
2 ай бұрын
Yes all Microsoft products
@carldesouza
@carldesouza Ай бұрын
@@edmondroger3362 yes it is. If you're a home consumer you have Copilot Pro, business users have Copilot for Microsoft 365, with different licensing. You'll have features like summarizing content, writing content, creating presentations, identify trends in data, etc.
@edmondroger3362
@edmondroger3362 Ай бұрын
@@carldesouza good to know ! In that case, Microsoft Copilot Pro is available for free with these laptops. No need for a separate subscription cost.
@carldesouza
@carldesouza Ай бұрын
​@@edmondroger3362 the way I look at it, Microsoft has many different "Copilots" doing different things. In this case, to get the Copilot features in Office as a personal user, you would need to subscribe separately to Copilot Pro.
@timtot1990
@timtot1990 2 ай бұрын
What is your main computer/laptop? The one you use for work/editing and the like..?
@carldesouza
@carldesouza 2 ай бұрын
Good question, I've used Surface Laptops the last few years. Really I find them to be great PCs for the work I do. My new Copilot+ PC is higher specs than previous Surface Laptops I've had, and it's so far a very powerful machine.
@timtot1990
@timtot1990 2 ай бұрын
@@carldesouza I have an MSI Creator AI laptop and it’s great, but I need a second laptop for school. I was debating getting a MacBook Air, but I’m not really into Apple… I really like the new Copilot+ Surface Laptop so I might just give it a try.
@carldesouza
@carldesouza 2 ай бұрын
@@timtot1990 I really like mine, I'm sure you will enjoy yours too 😊
@idaelrey26
@idaelrey26 2 ай бұрын
Thanks!
@carldesouza
@carldesouza 2 ай бұрын
THANK YOU!!! This is my first ever super thanks, and it's really humbling to receive this from you. I really appreciate it, and hopefully you found the video useful. Have a wonderful day 🙏😊
@legendgod
@legendgod 2 ай бұрын
npx create-react-app myreactapp is running for over 3 hours and I have to force stop it. How could we download the files manually?
@konkalabhargavi8821
@konkalabhargavi8821 2 ай бұрын
I've been following your blogs for the last few months and find them incredibly useful. I have a question regarding the two methods for deploying pcf changes to our Org: one involves zipping the file and importing it, and the another method is using the 'pac pcf push' command. When deploying through the solution, it's necessary to update the version in the control manifest file to reflect the latest changes in Org. However, when using the 'pac pcf push' command, the latest changes seem to be applied without needing to change the version. Could you please clarify this? And one more question when to choose standard PCF and when to choose Virtual PCF?
@carldesouza
@carldesouza 2 ай бұрын
Thanks for the feedback and questions! For the pac pcf push, you don't need to update the version number, only if deploying through the solution. Keep in mind the pac pcf push method is really intended just for developers testing their code. Regarding standard vs virtual controls, if you are building a React control you can take advantage of virtual controls which will use the same React/Fluent libraries used by the platform, which means a smaller bundle size and better performance. Otherwise you can go with the standard control.
@ankitkishore77
@ankitkishore77 2 ай бұрын
This series of learnings is definitely way beyond just helpful. it is fun and at the same time deep enough to help us scale up. big thanks Carl.
@carldesouza
@carldesouza 2 ай бұрын
Thank you so much for the kind words 🙏 It's really very nice to hear 😊
@sraj8806
@sraj8806 2 ай бұрын
Is it feasible to build a dataset-type PCF control without reconstructing the OOTB subgrid? I want to retain the out-of-the-box (OOTB) structure of the subgrid and not modify it. My goal is to change the column value only within the subgrid view without updating the data in Dataverse.
@antonioskokiantonis7051
@antonioskokiantonis7051 2 ай бұрын
Man I love your approach to the subject! Great video!
@carldesouza
@carldesouza 2 ай бұрын
Thank you so much 🙏🤩 Very nice to hear you enjoyed the video.
@tomb2840
@tomb2840 2 ай бұрын
Hi Carl. Is it possible to create a PCF control that isn't bound to a field or dataset, or would you have to go back to web resources if you just want to build form extensions not bound to a field/dataset?
@Naton
@Naton 2 ай бұрын
developing with WebApi is annoying.
@TusharBorawake
@TusharBorawake 3 ай бұрын
Hi, Did same configuration but copilot chat not returning response on my questions. not sure what i did wrong. Also productivity page has changed along with some options. Could you please share video using latest customer service workspace ? Getting below error message after asking question on copilot- There's no answer related to your question. Provide more details or try another topic
@carldesouza
@carldesouza 2 ай бұрын
Thanks for the feedback. It's possible some things have changed as they are constantly adding new features. I'll add this to the list to revisit 🙏
@Naton
@Naton 3 ай бұрын
Thanks. Now I want to build one with svelte
@elliotfraser902
@elliotfraser902 3 ай бұрын
Awesome tutorial thanks so much for making this! I'm from a non technical background so always avoided PCFs but this guide has got me really excited to try them out. Very easy to follow your steps and liked the way you broke down all the concepts. I would really love to see a similar guide for writing plugins!
@carldesouza
@carldesouza 2 ай бұрын
Thanks so much for the nice feedback! Hopefully you got a chance to create your first control. I'll see if I can do a plugins video at some point, that's a great idea! 👍
@AmitKumar-pu9qw
@AmitKumar-pu9qw 3 ай бұрын
Hi Carl, I am not able to add simple attachment input in my custom pcf . Any idea why is it happening. I am using input control with type as file
@carldesouza
@carldesouza 2 ай бұрын
Hi Amit, my advice would be to see if there's similar controls out there on the PCF Gallery or GitHub, you may be able to find out the issue that way. Hopefully you were able to resolve it.
@Haris11683
@Haris11683 3 ай бұрын
Thank you so much for this so beneficial content, I was already started learning PCF control but this clearned a lot of questions that I had.
@carldesouza
@carldesouza 2 ай бұрын
Thank you so much for the feedback, nice to hear the video helped with your questions 👍😊
@sanketkumar1576
@sanketkumar1576 3 ай бұрын
Great course. Much appreciated
@carldesouza
@carldesouza 2 ай бұрын
Thank you so much for the nice feedback 🙏
@ellebruneau
@ellebruneau 4 ай бұрын
Hi Carl, wonderful video and thanks for filling the gap from the documentation provided by MS. I was wondering if it was possible that the agent script could be updated in real time when we are switching a subject or product? From what I experienced, I must save and close the case with the product changed first, then go back in the home tab to reselect the case in order to have my agent script linked to the second product... I'm asking because I feel like I'm looking for a solution that might not even exist... .Thanks in advance, Cheers, Laurence
@mardithpascua8112
@mardithpascua8112 4 ай бұрын
Hi Carl, is there a way to automatically close/hide the custom page in side pane when user tries to navigate away the form record. I noticed that the custom page as side pane still open even the user navigated to another form record or section from the left menu
@inesaoues5464
@inesaoues5464 4 ай бұрын
hello thank you for the video I have a table 'users' on dataverse with an 'access rights' column how I can use this column to limit access on power pages (power portals)
@ricardogomezAI
@ricardogomezAI 4 ай бұрын
Thanks very useful
@carldesouza
@carldesouza 4 ай бұрын
Thank you! 🙏
@ricardogomezAI
@ricardogomezAI 4 ай бұрын
👋👌Excellent class and very grateful to you, I learned, reviewed, and will put it into practice since I returned to develop in power apps after a while, and now I am creating an app in model-driven, I will ask you questions if I have doubts, thanks again. 👋
@carldesouza
@carldesouza 4 ай бұрын
Amazing to hear, thanks so much!
@jb059
@jb059 5 ай бұрын
Really great content! Now I’m curious if there is an easy way to use environment variables in the pcf control for properties that may change by environment? Thinking about apis for example. You mentioned webapi so maybe that’s the solution but that would run asynchronous so not sure if that would cause any issues.
@mohanreddy904
@mohanreddy904 5 ай бұрын
Hi carl, with recent deprecation of Get Request for token. how to get authorization for Omnichannel
@dougydoe
@dougydoe 5 ай бұрын
Came across this video when one of my connections reposted this on LinkedIn. I've a web dev background so familiar with HTML/CSS/JS and a good exposure to React. I've tried picking up PCF control development here and there but this video has been the best thus far in putting it all together for me to get the foundations to build upon; the structure of framework code, how to publish, debug etc. One question through, What are the steps in configuring the msbuild method to push the code into Dataverse? I tried installing Visual Studio to get the msbuild component but looks like I was missing something. Overall though a real great video and I'll be watching it again to rebuild the examples in my environment and then kick on from there. Thank you so much for sharing.
@carldesouza
@carldesouza 4 ай бұрын
Thanks for the very nice feedback! 🙏 There is a screenshot at 8:05 in the video which shows the msbuild feature you will need to check with Visual Studio. See if you can edit the VS features you have installed and search for msbuild in that screen. You should be able to add it that way.
@dougydoe
@dougydoe 4 ай бұрын
@@carldesouza So, I check the msbuild feature and it was similar to the 8:05 timeline in the video so that was installed properly. Got the same error messages after testing again so I decided to test it on my personal laptop as I figured my work laptop may have network policies interfering with the build. Guess what! it finally worked. Thanks for the steer. Will work through the manual and then pick things up from there.
@MovieWalber
@MovieWalber 5 ай бұрын
Awesome😍
@carldesouza
@carldesouza 5 ай бұрын
Thanks 🤗
@sabyasachidas3607
@sabyasachidas3607 5 ай бұрын
Hi All, I am getting a "you have exceeded the maximum number of 2000 characters" validation error. I built the PCF field component with React, which sets a value into the field on click of a button. Any clue why it's occurring?
@sherryxu7545
@sherryxu7545 5 ай бұрын
Great video!! Looking forward to more react control tutorials. Those give better look-and-feel.
@carldesouza
@carldesouza 5 ай бұрын
Glad to hear it! Will hopefully do some more soon.
@DeShonClark
@DeShonClark 5 ай бұрын
super excited to jump in ....will be consuming this video over the course of the next 3-4 days. Thank you Carl!
@carldesouza
@carldesouza 5 ай бұрын
Can't wait to hear how it goes! Thank you!!
@pratapanurag757
@pratapanurag757 5 ай бұрын
Heyaa! I came across your video from your linkedin! and video is very well presented! Btw I was wondering if I could help you edit your videos and also make highly engaging shorts out of them.
@mattruma
@mattruma 6 ай бұрын
Great video! Appreciate all the hands-on! The only tweak I had to do differently is in my terminal, instead of msbuild, I did dotnet msbuild.
@carldesouza
@carldesouza 5 ай бұрын
Great feedback!! 👍 Thank you so much!
@sgeorge1642
@sgeorge1642 6 ай бұрын
Always best contents, clear sound and practical examples. Thanks very much for your hard work. :)
@carldesouza
@carldesouza 5 ай бұрын
Thank you so much for the nice feedback! I truly appreciate it 🙏👍
@syedburhanalishah
@syedburhanalishah 6 ай бұрын
when clicking on the chatbutton its opening the chat in fullscreen. Is it a bug or how can I fix it?
@amalhani8123
@amalhani8123 6 ай бұрын
can I use portal templates with dynamics 365 finance and operation? because I did not find option for any Portal templates
@hassanwaleed8433
@hassanwaleed8433 6 ай бұрын
Thank you so much carl. Was great help to my work. Keep these videos comin'. Thanks alot :)
@nagalathanv5000
@nagalathanv5000 6 ай бұрын
how to enable live conversation summaries in customer service admin center
@ChristopherHenry-u4v
@ChristopherHenry-u4v 6 ай бұрын
Thanks for sharing your insights with us
@carldesouza
@carldesouza 6 ай бұрын
My pleasure, thank you for watching!