Quantcast
Channel: OutSystems Community
Viewing all articles
Browse latest Browse all 1476385

[Forums] Bug longinteger index compare to nullidentifier

$
0
0
Hi Guys,

There is a bug on our production eviroment running on Version 9.1.300.0.
The following query filter doesnt work anymore:

entity.id = inputpar or
inputpar = NullIdentifier()

The NullIdenfier() is return a integer only as default table index OS now creates long integers.
We fixed this by using:

entity.id = inputar or
inputpar = LongIntegerToIdentifier(NullIdentifier())

Viewing all articles
Browse latest Browse all 1476385

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>