@airindia maybe it's time to ground all the planes, retrain staff and figure out a strategy of how to run atleast 50% of flights on time. In last one week, 5/5 flights I have taken were delayed with non existent crew on airport. It might take an year to fix but would be worth it.
@jenn51434@mattbdevaney There is a new card gallery component we announced today for power pages. It will land in all regions by end of week, then u shud try it
@crmbizcoach@michelcarlo Np, btw do try it out. One scenario to try would be if u can build a case management kinda site using salesforce cases ( simple b2c table permission setup where user sees his own cases).
@crmbizcoach@michelcarlo Yes, you will create a lookup for contact table similar to how u will do it with normal table.
Lookup for virtual tables are created by setting up N:1 relationship with contact table and mapping it to equivalent field on salesforce side (should be a text or GUID field)
✒DocuSign integration in Power Pages (preview)
▶Enable e-signatures into multistep forms
▶Uses the DocuSign connector-based Flow to enable viewing and signing documents
🔗https://t.co/qF4mxNUK9f #PowerPages#DocuSign#PowerPlatform#PowerAutomate
DocuSign integration for #PowerPages! 🥳
Digitally sign documents from your website!
📰 Microsoft announcement: https://t.co/gYzSzrxZ0g
🗒️ Documentation https://t.co/34fk28X5Zg
📺 Video walkthrough https://t.co/tO4Yn0hxnB
📝 My blog https://t.co/1CgvtVmmKc
#PowerPlatform
@panjkov@bernierh Use power pages cloud flow integration for this https://t.co/OGFt3i34oq
This will allow you to use flow as api within Power pages and the flow can connect to any data source internally
@crmbizcoach@ReginoAvalos So for this one, maybe use power automate flow to display a list of accounts and then when user changes it, trigger a contact update using webapi ( to avoid cache) or do this account change experience through some other dummy table and sync plugins.
@crmbizcoach@ReginoAvalos In this case when u will switch ur parent account, it will change all queries automatically.
Main thing to solve here would be how u will let user see a list of accounts to chose from because if u add permission to account table, then it will do a union of permissions.