Планую робити схожі відео, тому що схоже, що вони заходять. Дякую за зацікавленість. Не забувайте підписуватись на канал, щоб не пропустити нові відео, коли вони почнуть виходити. Андрій
Hey Andrew, nice to meet you. I have been looking for a way to have an image slideshow in model-driven power apps but could only find some ideas for canvas apps. I don't really want to embed a canvas app, I just want a custom Control that specifically works with Model-Driven App and Dataverse. If you have any ideas please let me know.
Hi Andrew, I just tried this and one observation, the pcf doesn't respect the filters. So for e.g I have a country lookup and based on the country selected, I wanted to filter out the state,city. Really liked the video ❤️
Karan, glad that you liked the video. Dependency on the parent attribute can be added but it has to be coded. You can find more details here - dianabirkelbach.wordpress.com/2021/06/19/lookup-pcf-lets-dive-deeper/ Andrew
@@AndrewButenko hi Andrew, would you be so kind to create a follow-up video for 'Filtering based on another lookup' functionality. I just started by learning PCF controls and I am not from a development background, so this is hard to digest based on the article you shared. Would really help if you could do this. Really liked the video and learned a lot from it, still just one step away from my goal.
Beautiful! How can I get so good at type script? Any good tutorials you can recommend? Im a TS beginner, altho I have experience with PhP, C# and other programming languages.
Hello, I didn't record any video about it but I have created a few control that addresses Address Autocomplete functionality. You can check those controls here - github.com/AndrewButenko/GoogleAddressAutocomplete_PCF and github.com/AndrewButenko/ABControlsToolkit
@@AndrewButenko thanks much . can i use this in my current solution in model driven app , or else i have to import the zip managed instance in a new solution ?
Hello, I tried following this tutorial but then i got an error testing the component in the pcf test harness. it says that the getTargetEntityType is not a function. I downloaded the source code for the official sample lookup component that's on github by microsoft and i still got this error. so idk where the problem is exactly can you help me?
Don't test it in harneds. Harness doesn't have all the APIs, it doesn't know how to query the data and so on. You will have to import the control into Dataverse and test it there.
Hi Andrew, I want to convert multi lines of text into option set. My requirement is Entity A - act as a lookup on Entity B. Entity A has two fields Field A - drop-down containes four options as Single text, Boolean, Single Choice and multiple Choices. Field B - multi lines of text If I select multiple choice in Field A then it shows Field B (OOB) for storing values, later it converts to multi select options set in web portal (OOB). MY ACTUAL REQUIREMENT IS : If user select Single Choice or Multiple Choice or Single Text or Boolean Value and I provided data in Field B then values provided in Field B should be reflected as option set ( For single choice should single selected and for multiple choices should be multiple selected) in custom field let's say Field C on Entity B. If you have code can you please share ? Thanks
Great Video. Hi, I have a use case where I want to build a custom component for the canvas app to do CRUD operations on Sharepoint from the PCF component. Is it possible without using Rest API?
Hello Andrew. I have an entity in my model driven app which has 2 fields which are same. Both the fields have my custom pcf control enabled. Now, if I update value of one field, the updateview method is called only for that field. How to call the updateview for the 2nd field at the same time?
Hi. I've tried your PCF tutorial on Email field in the Scottish Summit channel. I was wondering how can I set a value in the field if I try to add a new item in the dropdown menu.
Hi Andrew, thanks for sharing the details on this control. I looked up at the github but unable to find the solutions file. Have they been removed? I wanted to try it out so was a little curious if I need to pull the request and build inhouse
Андрей, здравствуйте! Я только недавно погрузилась в систему. Не знаю всех тонкостей. Подскажите, есть ли решение для Microsoft Dynamics CRM для скрытия и отображения представлений в зависимости от роли/рабочей группы пользователя?
There is no easy "configurational" way unfortunally. Theoretically it's possible using plugins that will handle retrieve/retrievemultiple messages but it would be a bit complicated.
Класний урок ,дуже допоміг!Дякую за відео!Сподіваюся ще будуть відео за схожою тематикою!
Планую робити схожі відео, тому що схоже, що вони заходять. Дякую за зацікавленість. Не забувайте підписуватись на канал, щоб не пропустити нові відео, коли вони почнуть виходити. Андрій
Hi Andrew . Awesome video with detail explanation.
Hello Sumit! I'm glad you liked the video. Don't forget to subscribe to the channel to keep an eye on new videos. Andrew
Have been learning a lot with your videos, I just don't get much of React, really need to study into it. Thank you and I love stickers 😁
Hello, Daniel. Look me up on the linkedin or twitter and send me your address using PM. Andrew
Awesome, I like your idea and Stickers 😀
Look me up in Linkedin or Twitter and send me your address using PM so I can send you tickers.
Andrew
Brilliant! Thanks a lot!
I'm glad you liked it.
Hey Andrew, nice to meet you. I have been looking for a way to have an image slideshow in model-driven power apps but could only find some ideas for canvas apps. I don't really want to embed a canvas app, I just want a custom Control that specifically works with Model-Driven App and Dataverse. If you have any ideas please let me know.
Hello, check the following control from my friend Oleksandr - pcf.gallery/attachment-gallery/
Great video as usual! I would like stickers :)
You're on the list.
Coool man…. Inspiring content
Thanks! I'm glad you liked it.
Hi Andrew, I just tried this and one observation, the pcf doesn't respect the filters. So for e.g I have a country lookup and based on the country selected, I wanted to filter out the state,city. Really liked the video ❤️
Karan, glad that you liked the video. Dependency on the parent attribute can be added but it has to be coded. You can find more details here - dianabirkelbach.wordpress.com/2021/06/19/lookup-pcf-lets-dive-deeper/ Andrew
@@AndrewButenko hi Andrew, would you be so kind to create a follow-up video for 'Filtering based on another lookup' functionality. I just started by learning PCF controls and I am not from a development background, so this is hard to digest based on the article you shared. Would really help if you could do this. Really liked the video and learned a lot from it, still just one step away from my goal.
@@paulkroon Hello Paul, I will work on such video soon. Andrew
Beautiful! How can I get so good at type script? Any good tutorials you can recommend? Im a TS beginner, altho I have experience with PhP, C# and other programming languages.
The only good way to become better at something is by doing. I used this tutorial back in days to get learn React - react.dev/learn
Awesome!
I'm glad you liked it.
Hi Andrew , amazing video , do you have an video , link to get address using bing or any diff source within address field ?
Hello, I didn't record any video about it but I have created a few control that addresses Address Autocomplete functionality. You can check those controls here - github.com/AndrewButenko/GoogleAddressAutocomplete_PCF and github.com/AndrewButenko/ABControlsToolkit
@@AndrewButenko thanks much . can i use this in my current solution in model driven app , or else i have to import the zip managed instance in a new solution ?
Love it !!!
You liked it but you don't like stickers, right? :)
@@AndrewButenko I want sticker and I like surprises :)
@@igor19781978 then you're on the list :)
@@AndrewButenko i just never win anything :)
Hi Andrew, Thanks for sharing the details on this control.
Can you create custom search lookup it will be helpful.
Hello, can you please clarify what do you mean?
@@AndrewButenko I mean create a lookup pcf control with search enabled
@@vamshikrishnalakkakula5892 why not use the OOB Control itself?
@@AndrewButenko i need to search records with out wild card search(*)
@@vamshikrishnalakkakula5892 If you're looking for that option - why not use OOB lookup? Just curious.
Hello, I tried following this tutorial but then i got an error testing the component in the pcf test harness. it says that the getTargetEntityType is not a function. I downloaded the source code for the official sample lookup component that's on github by microsoft and i still got this error. so idk where the problem is exactly can you help me?
Don't test it in harneds. Harness doesn't have all the APIs, it doesn't know how to query the data and so on. You will have to import the control into Dataverse and test it there.
@@AndrewButenko good to know!
Thank you for the reply and for the great tutorial
Hi Andrew, I want to convert multi lines of text into option set. My requirement is
Entity A - act as a lookup on Entity B.
Entity A has two fields
Field A - drop-down containes four options as Single text, Boolean, Single Choice and multiple Choices.
Field B - multi lines of text
If I select multiple choice in Field A then it shows Field B (OOB) for storing values, later it converts to multi select options set in web portal (OOB).
MY ACTUAL REQUIREMENT IS :
If user select Single Choice or Multiple Choice or Single Text or Boolean Value and I provided data in Field B then values provided in Field B should be reflected as option set ( For single choice should single selected and for multiple choices should be multiple selected) in custom field let's say Field C on Entity B.
If you have code can you please share ?
Thanks
Great Video. Hi, I have a use case where I want to build a custom component for the canvas app to do CRUD operations on Sharepoint from the PCF component. Is it possible without using Rest API?
That is a great question! I believe you will have to use Rest calls in order to achieve your goal.
Thanks,
Andrew
Thanks, @@AndrewButenko I'll try using the Rest calls.
Hello Andrew. I have an entity in my model driven app which has 2 fields which are same. Both the fields have my custom pcf control enabled. Now, if I update value of one field, the updateview method is called only for that field. How to call the updateview for the 2nd field at the same time?
Hello, UpdateView suppose to be called for both of PCF controls and underlying fields. You should check how do you handle UpdateView event.
Hi. I've tried your PCF tutorial on Email field in the Scottish Summit channel. I was wondering how can I set a value in the field if I try to add a new item in the dropdown menu.
Hello, somehow I did not see your question. Can you please explain on what's your scenario? Andrew
Hi Andrew, thanks for sharing the details on this control. I looked up at the github but unable to find the solutions file. Have they been removed? I wanted to try it out so was a little curious if I need to pull the request and build inhouse
Just checked, solution file is there - github.com/AndrewButenko/LookupToOptionset/releases/tag/1.0.0.0
Hello Andrew, trying to follow along. Any suggestions on the following error when running
npm install @fluentui/react?
Previous commands were
npm install react
npm install @types/react
npm install react-dom
npm install @types/react-dom@16.8.4
Version of Node JS installed
C:\downloads\typescript_training\learnpcf_vs>node -v
v16.15.1
C:\downloads\typescript_training\learnpcf_vs>npm install @fluentui/react
npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: pcf-project@1.0.0
npm ERR! Found: @types/react@18.0.15
npm ERR! node_modules/@types/react
npm ERR! @types/react@"^18.0.5" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @types/react@">=16.8.0
Hello Mark, try to install a specific version of fluentui - npm install @fluentui/react@8.61.0
@@AndrewButenko My research of the issue tells me that in the following line
npm ERR! peer @types/react@">=16.8.0
@@markpittsnh thanks!
Андрей, здравствуйте! Я только недавно погрузилась в систему. Не знаю всех тонкостей. Подскажите, есть ли решение для Microsoft Dynamics CRM для скрытия и отображения представлений в зависимости от роли/рабочей группы пользователя?
Sir i tried to replicate u...but getting error when pushing to environment....it says web source content size too big?
Hello, check this video - ruclips.net/video/VMCs7LgAZvI/видео.html&ab_channel=AndrewButenko it should help.
Is it possible to change display value of a lookup?
There is no easy "configurational" way unfortunally. Theoretically it's possible using plugins that will handle retrieve/retrievemultiple messages but it would be a bit complicated.
@@AndrewButenko
I think in the PCF itself we can retrieve, no need of pluggin. We can query using webapi since we have the guid of the record
@@ginowadakekalam In the PCF - yes. I meant for the regular lookup field.
@@AndrewButenko oh ok. In the regular lookup there is some client side javascript hack
Hai
I am Thahasif
Your "Let's rewind" icon uses a fast-forward icon... literally unwatchable ;)
Wait, it should say Fast-Forward rather than rewind correct?