Hi Isomorphic,
is it possible for you to add an OperationBinding attribute named "doesNotOutput", that does exact the opposite of "outputs" (http://www.smartclient.com/smartgwte...g.html#outputs).
"outputs" is "empty_set UNION "outputs"-list"
"doesNotOutput" would be "all_fields MINUS "doesNotOutput"-list".
Use-case is that you might have fields that you don't need often, so instead of listing nearly all fields positive on most fetch-bindings, you list only a few fields negative.
Best regards,
Blama
is it possible for you to add an OperationBinding attribute named "doesNotOutput", that does exact the opposite of "outputs" (http://www.smartclient.com/smartgwte...g.html#outputs).
"outputs" is "empty_set UNION "outputs"-list"
"doesNotOutput" would be "all_fields MINUS "doesNotOutput"-list".
Use-case is that you might have fields that you don't need often, so instead of listing nearly all fields positive on most fetch-bindings, you list only a few fields negative.
Best regards,
Blama
Comment