Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This step is used to return OpenERP object data using the XMLRPC interface.  It makes use of the standard OpenERP 'read' function and returns rows that satisfy the specified filter.

Since: PDI version 4.35.0 -M1, September 9th 2011,(PDI-6661)

Options 

Option

Description

Step Name

Name of the step; the name has to be unique in a single transformation

Connection

The OpenERP database connection to read data from

Model Name

The model/object to read data from

Read Batch Size

The maximum amount of rows to return with each call.

Filter

Specifies search criteria.  If no filter is specified, all records are returned

Field to retrieve

List of fields to read

...