Kilian Hekhuis wrote:
Hi,
How can I get the BinaryData extension? Is it on Forge? I am new to OutSystems
Hi Kilian,
I follow the step but it is not working or may be I am doing something wrong.
Hi Chetan,
It is part of the System Components, so you should already have it in your environment. Try to find it in the Add Reference screen.
Also just for the record: on the next major version it will also be possible to compare with NullBinary() to check if a binary is empy.
Regards,
João Rosado
João Rosado wrote:
João Rosado
Thank you for the information
I have tried "<>" operator, Compare and BinaryDataSize in mobile app development but it isn't working. Basically, the BinaryData API is not working in case of mobile. Please shed some light here what to use in mobile development in Outsystems for checking image attribute.
Isha
Hi Isha,
For mobile you can use the " = NullBinary()" to check if its empty. Not sure if the "<>" operator was implemented, but you can always do a "not (somevariable = NullBinary())" as alternative if you really want a negated expression.
Hi Malalai,
You did not follow my instructions, at least I don't see the Compare Function, and you use "=", which I explicitly stated doesn't work.
I want to create validation if no data in record list, system end the process. how???