Welcome to OSQuay’s Knowledge Center.

A place to find articles, tutorials, how-tos, and more.

Technology Fabrício Bonifácio Viana Technology Fabrício Bonifácio Viana

Getting Started with Multi-Tenancy on OutSystems

Multi-tenancy is a vital feature on the OutSystems platform that enables the isolation of data, configurations, and users between tenants. This feature allows the delivery of the same software for multiple customers while ensuring they cannot access each other's data at any moment.

This article will delve into the details of multi-tenancy and how to set it up.

Read More
Technology Lara Silva Technology Lara Silva

Let’s talk indexes

Databases handle thousands or even millions of records, and they need to be able to return results in milliseconds. Thus, it is imperative to optimize data fetching: indexes. This article explains indexes and how to implement them in OutSystems.

Read More
Technology Laura Fidalgo Technology Laura Fidalgo

How to deal with URL parameters: to hide, or to validate, that is the question

Have you ever asked yourself, “how can I hide URLs input values in OutSystems Apps?” or “how can I keep URL parameters and still have a secure app?” There are several reasons for OutSystems developers to ask these questions: maybe we are concerned with the application’s security or want to change the URL for aesthetic purposes. So, if you are struggling with this, make sure to read on.

Read More