Use bind variables in the ViewObject Query tab. Make sure that you check 'Use ? style parameters' and in the WHERE clause include ---> TableName.Attribute = ?
in the code of the ViewImpl file (or whever you are instantiating the ViewObject) use:
public boolean doSomething(String value1, String value2) {
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.