There are times when you might want to test your application against real data in SharePoint, instead of mock data. Wouldn’t is be great if we could have a proxy to send these requests to, and it will take care of all the authentication stuff for us.
Tags:
SharePoint, SharePoint Online, SharePoint PnP
In this post, I will explain how to delegate the filter function to SharePoint on the LookUp column
Tags:
PowerApps, SharePoint Online
In this post, I will explain how to delegate the filter function to SharePoint on the Person/Group column.
Tags:
PowerApps, SharePoint Online
Delegation becomes an important concept when dealing with large data sets, which by default means above 500 records (though it can be increased to 2000 in your canvas app).
Tags:
PowerApps
SharePoint exposes a REST interface that allows us to perform basic create, read, update, and delete (CRUD) operations on its entities. These operations are performed by constructing a RESTful HTTP request, using the OData standard, that corresponds to the client object model API you want to use. Each SharePoint entity is exposed at an endpoint Read
Tags:
JavaScript, SharePoint, SharePoint Online
SharePoint PnP reduces the amount of code you write. PnP is essentially, a trimmed version of the Client Side Object Model (CSOM) and the JavaScript Object Model (JSOM) libraries.
Tags:
JavaScript, PnP, SharePoint, SharePoint Online
Get to know ShaprePoint Field Definition Schema and how to use it with PnP Powershell
Tags:
PnP, PowerShell, SharePoint, SharePoint Online
If you are new to Azure, or to some extent using Azure, you often here the terms Organizations, tenant, Accounts, Subscriptions and Licences used a lot. If you are little confused about the differences, you are not alone. In this post, I will try to explain these terms by using an analogy of renting an Read
Tags:
Azure Fundamentals, Azure Subscriptions
A general guidelines in naming your Azure resources
Tags:
Azure Fundamentals, Azure Resource Manager
In the past few years, the work/life paradigm has been blurred. We no longer the work and home separation, go to work, come back home and that is it.
Tags:
Azure AD