Skip to main content

Hi,


 


I'm trying to map a Oracle to a SmartObject using K2 blackpearl OOB Oracle Service. But I can't figure out one thing.


What data type in Oracle table column should I use in order to be automatically mapped as YesNo type in SmartObject? I've tried Number(1) and CHAR(1), both were interpreted as their respective types. 😞 Any idea?


 


Thank you.

I've decided to use VARCHAR2(5) for now because smartforms expected 'True' and 'False' for its checkbox control.


Reply