Last page update: November 23, 2011
Note
Type: server-side controller
Warning
to be written!
The dataRecord belongs to dataRpc family, so it is a server-side controller.
- GnrDomSrc_dojo_11.dataRecord(path, table, pkey=None, method='app.getRecord', **kwargs)¶
Create a dataRecord and returns it. dataRecord allows... TODO
Parameters:
- path – TODO
- table – the database table name on which the query will be executed, in the form packageName.tableName (packageName is the name of the package to which the table belongs to)
- pkey – the record primary key
- method – TODO
- **kwargs – _onCalling, _onResult, sync. For more information, check the rpc commons attributes section
???