In many Power Pages requirement a common requirement is to show list of records related to a table that is present in dataverse. To achieve this functionality in power pages we have predefined object called entityview . With the help of this object list of records for a given dataverse table can be shown. As …
Tag: microsoft
Power Pages Fundamentals #17: Dynamic User Greeting in Power Pages with Liquid Template: Quick Read Series
In most of the applications it is a common thing to show logged in user name on the top of the page somewhere at corner right . In Traditional Microsoft's ASP.NET we use GetUserId() method present under Identity libraries present in Microsoft . Then how can we achieve similar functionality where we can write some …
