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 🙂.

Read more

Discovering K2 APIs

Have you ever heard of K2 APIs? No importance because precisely in this article we will discover them together. From their activation to their connection to K2 Read more

Remove selection on elements from a view list without refreshing the view

Any K2 developer has already, at least once in their lifetime, needed to remove the selection on items in a list view. This for a single solution is often offered to us: refresh the view . In this article, we’ll see how to remove this selection without having to refresh the entire view.
Read more

K2: How to make a detached menu for a list view containing several elements

When you have too many items on a list view, if you are at the bottom of the page, it becomes problematic to be able to add, modify or delete an item because the toolbars “Add”, “Edit”, “Delete” and “Save” are no longer visible. You are required to scroll to the top of the page to see them.

In this article we will show you how to make a detached menu to solve this problem.

Read more

How to: Calculate Working days K2

In the steps below, I show you how you calculate the next working day when we add a number of working days(B) to any date(A),  considering weekends and holidays(C) using K2. Read more

Versioning on K2 Five

On K2 five, there is a notion of versioning for workflows, forms and views. Thus it is possible in case of alteration of our wokflow, form or view, to go back to the previous version.

This article will help you understand how to change the version of a wokflow, a form and a view. In case of alteration, you will also see how to return to the previous version.

Read more

Exporting view lists to Excel

The Export to Excel feature allows you to upload your List view as a Microsoft Excel file (.xlsx). Use this option if you want to analyze the display data in Excel. You must configure the functionality using a control that exists when the view is designed, and then configure a rule Execute a method on the view. Read more

Integrate a map to locate an address into a K2 smartforms

You would like to integrate a localisation system in your applications, K2 in particular, so that your users can locate an address on a map. With this article you will be able to do it in a few minutes. Read more

Add pagination on K2 list view editable

Hello !

I’ll  present you an interesting tutorial  😎 : the pagination of an editable list view on K2 . Indeed, K2 allow to add the pagination on a list view that can not be editable. But it not possible to add the pagination on an editable list view. Truce of chatter let us go to the heart of the matter.  😉 Read more

Understand and resolve changes from “List” to “Execute” on SQL smartobjects

We have already had at least once an “Advanced SmartObject” whose method was changed from “List” to “Execute”  without it being known neither why and even less how to fix it 🤔. In order to have clear ideas on this subject, read untill the end of the article .

Read more