How-to add a custom field to a standard entity having your custom prefix
When you add a field to a standard entity, it normally gets the prefix of the default solution. This works, but if you have your own custom publisher, you would …
When you add a field to a standard entity, it normally gets the prefix of the default solution. This works, but if you have your own custom publisher, you would …
Adding a contact from a canvas app to outlook.com is perhaps not as straightforward as you would expect. Below, code is shown which adds a contact to outlook.com. A connection …
Create a document library (Example: ExampleImages). Add a column of type “Picture” with the name “Thumbnail”. Upload your images. Update the field “Title” for all images so it contains an …
With the code below, you set a global variable “glb_MobileDevice” which is true on a Mobile device and false when using a web-browser.
This video shows how to hide a SharePoint list with PnP PowerShell and how Power Apps can/cannot access hidden lists.
The Common Data Service (CDS) has the possibility to add attachments to a record of a entity when using an canvas app. You could have the use case that you …
Go to your “Azure Automation Account”. Click on “Credentials” in the section “Shared Resources”. Click on “Add a credential”. Fill in a “Name” and the credential information (User name and …
A button in PowerApps has a “OnSelect” property but no “OnDoubleSelect” property. So is it not possible to have a double-click event in PowerApps then? But it is possible, with …
Each app (created with PowerApps) has an url to run the app in a supported browser. This url can be found found in the “Web link” property in the app …
Not to long ago, Microsoft introduced the column type “Location” in SharePoint Online. This is a great addition for business solutions. From a PowerApps perspective, the usefulness is limited to …