#PowerfulDevs Conference
RSVP HERE BY JULY 15:
https://aka.ms/powerfuldevsconf
The Powerful DEVs Conference is the first virtual ...
For further actions, you may consider blocking this person and/or reporting abuse
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?