Create and use custom connectors to boost Power Platform functionality
With the rise of Microsoft Power Platform, companies are looking for ways to make the most of its features. Power Platform custom connectors are one of the most powerful ways to add additional functionality to your application. These custom connectors allow the app to interact with other services, such as Salesforce, Zendesk, or any other third-party service through APIs. This opens up endless possibilities to optimize user experience and increase user productivity by automating actions and tasks. In this article, we’ll explore how custom connectors are used in Power Platform and the many benefits they provide to businesses.
FF Prono Forecasting Application
FF Prono is an application that allows you to make predictions on the different matches of the FIFA World Cup Qatar 2022.
It contains 02 main screens: Read more
Word document: copy a document into another one
In this article we will present a broker we have developed. This service allows us to copy the entire content of a word document and place it within a specific content control of another word document.
K2 Five Authorization Framework
Did you know that a K2 administrator can control access to K2 objects (category, form, view and smartobject) and entities (user, group and role) by setting permissions (Allow and Deny) on rights (view, execute, modify and delete) ❓
Well, Authorization Framework is a feature in the new K2 Five and Cloud releases, which allows to do this. Hence the purpose of our article.
Word content control: Replace its content by another word content control
We will see how to replace the content of a content control of a word document from its K2 application. Let us consider that we have two word documents (D1 and D2). Each document have a content control C1 and C2 respectively. Here we will see how to replace the content of C1 by the content of C2 while maintaining the style. Indeed, the integration of a service that would do this is interesting.
Read more
Broker: merge two word documents on K2
Merging two word documents via the K2 application is an interesting feature. Indeed, the integration of a service that merges two word documents by generating another document is very interesting 🙂☝.
We present you a solution among one of the solutions developed in other articles on the same subject.
How to dynamically add images in a List view
This article will be dedicated to the dynamic addition of images in a List view on K2 Blackpearl.
First of all, what are dynamic images? 🙂
Installation and use of a broker service for Back-Up of a Database
Backup a SQL database in a single click is now possible throught your K2 forms. You just have to install the appropriate broker service. For more information read the article until the end 🙂.
Use tab key to navigate between your forms tab
Since browsers have integrated tabs, we all use the tab key to change tabs.
Why not have the same functionality in a K2 form? Read more