Hello,
I am using an operationBinding with a ansiJoinClause and whereClause. I have a custom field that is type integer and labeled as customSQL="true".
When I pass in an advancedCriteria into the whereClause,
(example) <whereClause>($defaultWhereClause) AND TB.column IN ($advancedCriteria.customField)</whereClause>
I get an array wrapped inside a string (ex. '[number, number...]' ) which results in a bad criteria return. I set the criteria as a Long array.
Is this a bug in the framework or I'm I doing something wrong?
Best regards.
I am using an operationBinding with a ansiJoinClause and whereClause. I have a custom field that is type integer and labeled as customSQL="true".
When I pass in an advancedCriteria into the whereClause,
(example) <whereClause>($defaultWhereClause) AND TB.column IN ($advancedCriteria.customField)</whereClause>
I get an array wrapped inside a string (ex. '[number, number...]' ) which results in a bad criteria return. I set the criteria as a Long array.
Is this a bug in the framework or I'm I doing something wrong?
Best regards.
Comment