#PowerfulDevs Conference
RSVP HERE BY JULY 15:
https://aka.ms/powerfuldevsconf
The Powerful DEVs Conference is the first virtual conference of its kind. We will showcase how developers can leverage the Power Platform to build applications faster and with far less effort. Connect with industry-recognized ProDev influencers, Microsoft Cloud Advocates, trusted and diverse community leaders, and members of the Power Platform Team.
BOOKMARK THIS FOR RESOURCES AND DISCUSSION WITH SPEAKERS
#powerfuldevs Conference: Join us on July 15th Online!
JennyMEvents for Microsoft Azure γ» Jul 10 '20 γ» 4 min read
Revisit this page during the event to engage in live (and post-event) discussions on those topics with both speakers and community. The speakers will be here for a live Q&A for at least 30 minutes immediately after their session concludes. After the event, come back to find additional slides, videos, and resources for this session.
About This Session:
July 15, 2020: 14:00 PDT - 14:25 PDT
Learn how the Power Apps Component Framework helps you create reusable components that can be integrated in your Power Apps. The component framework empowers developers and app makers to build code components when the out-of-the-box components don't fit an app maker's needs. We will go step-by-step to create a code component using familiar technologies like TypeScript, node, html, and css.
About the Speakers:
Cassie is a Cloud Developer Advocate @ Microsoft and .Net Software Engineer. Follow @cassieview on Twitter.
Top comments (12)
Great session Cassie...wanted to share that I just published a new Power Apps - Zero to PCF training course and itβs free for any #POWERfuldevs conf attendees for the next 24 hours 365l.ink/ZeroPCFPOWERfulDevs
Thank you!
Good insight into PCF for beginners. Can you please refer to some example where i can read and write to CDS entities from custom component
I think this will help: docs.microsoft.com/en-us/connector...
It will be a great if you can refer me to an example which select and update records to CDS.
You will want the Xrm.WebApi client API:
docs.microsoft.com/en-us/powerapps...
Here are the docs on the methods with the update method selected and sample code:
docs.microsoft.com/en-us/powerapps...
Can we use xrm.webapi in PCF component?
Should be able to. Here is an example of a web api pcf component. docs.microsoft.com/en-us/powerapps...
Thanks for your direction on this Cassie.. I have implemented webapi and tried to create a record . Though i impemented createrecord() after i deployed and got the component into canvas app , It throws an error that CreateRecord method is not implemented. Not sure where did i do the mistake.
Is the source on github? Can you send me a link?
Some comments may only be visible to logged-in visitors. Sign in to view all comments.