Flex field definition
Hi All!
We have a requirement to do flex field dependent from another field in a table. For example, in ATTRIBUTE1 from IE_SHIPMENTSTATUS table it should be output records from LOCATION table, where country_code3_gid equals IE_SHIPMENTSTATUS.COUNTRY_CODE3_GID.
Do we have an option to do it and how it possible?
I tried to configure Flex field definition for it as Field type = FlexPickList and Query = 'select distinct l.location_gid from ie_shipmentstatus i, location l where i.i_transaction_no = ? and i.country_code3_gid = l.country_code3_gid'. But on testing I got an error with a following text: "java.sql.SQLException: Missing IN or OUT parameter at index:: 2"