Hi,
Is there a concept of int.MaxValue in Outsystems, as there is in C#?
I have an integer attribute within an entity, and by default I want to store the maximum integer value.
This is so that I can implement a custom sort order. Items which have the max integer value, will be sorted alphabetically by default.
Thanks