DEV Community

Cover image for Outsytems Data Types
Carlos Junior
Carlos Junior

Posted on • Edited on

Outsytems Data Types

Hi folks in this article I will show you the different data types in Outsystems:

Binary Data: Byte array with no elements
Boolean: false or true
Currency: 0.0
Date: #1900-01-01#
Time: #00:00:00#
Date Time: #1900-01-01 00:00:00#
Integer: 0 to 2147483600
Long Integer: 0 to 5645245584135987412
Decimal: 0.0 to -158121.025 4000.0
Email: "empty string"
Phone number: "empty string"
Text: "empty string"
Enter fullscreen mode Exit fullscreen mode

This is just post to keep in mind the different data types you can use in the platform.

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay