Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Current »

The [ {fields to fetch} ] code in the modulefields parameter defines which fields are to be read. The fields that you want to retrieve must be enclosed in brackets []. Each module that you want to retrieve must be enclosed within braces {}. You can retrieve more than one module by inserting a comma between each module specified.

For example:

[{fields from module1},{fields from module2},{fields from module3}]


This Table describes the flags to set when defining which fields to fetch from each module.

Code Segment

Description

\"module\":\ "MODULEID\"

Specifies the module ID from which to read data. For example, if you are reading from Activities (MODULEID 7), then specify the following:

\"module\":\"7\"

If you do not want to read any fields from the module, for example, if you require the uid (row id), then do not set any other options.

, \"fields\":\ "MEFIELDNAME\"

Specifies the fields from which to read data. To read more than one field, separate each field with a comma (,). You must use the MEFIELDNAME.

, \"fields\":\
"count(star)\"

Counts the modules that have data inserted into them.

  • No labels