Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

defaultWhereClause in add operation?

$
0
0
Is it possible to access the $defaultWhereClause in an operation of type="add"?

I am trying to do 1000 inserts in my mssql code. First, I have to select them: for this I need the $defaultWhereClause.
After that, I am inserting them into the DB, that's why my operation is of type = "add". But the $defaultWhereClause is not being resolved ..

Is there any way to access this from an add operation? if not, how to pass this information ? my clause is a combination of ors/ands, so it is not so simple. (it is an advancedCriteria).

Using smartgwt 4.1p power .

Viewing all articles
Browse latest Browse all 4756

Trending Articles