Hi All,

I am trying to create an example of DynaMetapush table.I read the docs of web client but couldn't get these info.
1]How can i define a key item for the table?
i tried the code var schema = ["key", "command", "secId"];
var table = new DynaMetapushTable("LS_activity", schema, "COMMAND");
But how can i include the rest of the normal fields.
2]In the data adapter(java) how do i call update function?
listener.update("LS_activity", data, false);
but the above code is giving the exception ---Missing mandatory parameter in command event.
3]Is the ADD/UPDATE automatically handled by the engine based on the key?
It would be really helpful if anyone could show me some code excerpts for the above questions.Is there any tutorials to get some info about defining DataAdaptor/MetaAdaptor and tables like Dynametapush etc..?.

Regards,
George Eapen