Setup Considerations

Before you use this operation, you can set business service properties to specify how the system processes contact data. This table includes information about the business service properties that the getCompany operation uses:

Group

Key

Description

Default Value

J0000110

J0000110_MAX_ROWS

Use this business service property to specify the maximum number of records the operation returns for the query.

100

See JD Edwards EnterpriseOne Tools Business Services Development Methodology Guide.

Note:

It is recommended that this business service property is configured and used. Also, it is strongly recommended that the consumer pass in selection criteria when performing a query. If these two recommendations are not followed, the operation attempts to fetch all the records from the database, which can significantly impact performance.

Also be aware that this operation performs multiple data retrievals from the EnterpriseOne database. Initially, records are selected from the Company constant tables (F0010,F0010T) based on the selection criteria that is passed in by the consumer.

After the operation retrieves records from the F0010, processing continues, and additional record is retrieved from the Company Constant Tag table(F0010T), based on the data in the F0010 records. This business service property limits the number of records initially retrieved from the F0010. Therefore, the total number of records that are returned to the consumer might be greater than the value that you enter in this property.