<eConnectOut>


Additional information

The <eConnectOut> XML node is an important part of the XML document you use to complete a Transaction Requester query. You use the elements of the <eConnectOut> XML node to specify the type of document, the records to select, and how to return the query result.

[spacer]

Element name

Data type

Length

Required

Default

Description

DOCTYPE

string

50

Y

Not applicable

Type of document.

OUTPUTTYPE

i4

4

N

0

Specifies the format of the information

0=List

1=Master document

2=Complete document

3=Remove. Use when REMOVE is set to 1.

INDEX1TO

string

75

N

<blank>

Specifies the last select criteria value for INDEX1.

INDEX2TO

string

75

N

<blank>

Specifies the last select criteria value for INDEX2.

INDEX3TO

string

75

N

<blank>

Specifies the last select criteria value for INDEX3.

INDEX4TO

string

75

N

<blank>

Specifies the last select criteria value for INDEX4.

INDEX5TO

string

75

N

<blank>

Specifies the last select criteria value for INDEX5.

INDEX6TO

string

75

N

<blank>

Specifies the last select criteria value for INDEX6.

INDEX7TO

string

75

N

<blank>

Specifies the last select criteria value for INDEX7.

INDEX8TO

string

75

N

<blank>

Specifies the last select criteria value for INDEX8.

INDEX9TO

string

75

N

<blank>

Specifies the last select criteria value for INDEX9.

INDEX10TO

string

75

N

<blank>

Specifies the last select criteria value for INDEX10.

INDEX11TO

string

75

N

<blank>

Specifies the last select criteria value for INDEX11.

INDEX12TO

string

75

N

<blank>

Specifies the last select criteria value for INDEX12.

INDEX13TO

string

75

N

<blank>

Specifies the last select criteria value for INDEX13.

INDEX14TO

string

75

N

<blank>

Specifies the last select criteria value for INDEX14.

INDEX15TO

string

75

N

<blank>

Specifies the last select criteria value for INDEX15.

INDEX1FROM

string

75

N

<blank>

Specifies the first select criteria value for INDEX1.

INDEX2FROM

string

75

N

<blank>

Specifies the first select criteria value for INDEX2.

INDEX3FROM

string

75

N

<blank>

Specifies the first select criteria value for INDEX3.

INDEX4FROM

string

75

N

<blank>

Specifies the first select criteria value for INDEX4.

INDEX5FROM

string

75

N

<blank>

Specifies the first select criteria value for INDEX5.

INDEX6FROM

string

75

N

<blank>

Specifies the first select criteria value for INDEX6.

INDEX7FROM

string

75

N

<blank>

Specifies the first select criteria value for INDEX7.

INDEX8FROM

string

75

N

<blank>

Specifies the first select criteria value for INDEX8.

INDEX9FROM

string

75

N

<blank>

Specifies the first select criteria value for INDEX9.

INDEX10FROM

string

75

N

<blank>

Specifies the first select criteria value for INDEX10.

INDEX11FROM

string

75

N

<blank>

Specifies the first select criteria value for INDEX11.

INDEX12FROM

string

75

N

<blank>

Specifies the first select criteria value for INDEX12.

INDEX13FROM

string

75

N

<blank>

Specifies the first select criteria value for INDEX13.

INDEX14FROM

string

75

N

<blank>

Specifies the first select criteria value for INDEX14.

INDEX15FROM

string

75

N

<blank>

Specifies the first select criteria value for INDEX15.

FORLOAD

i4

4

N

0

Specifies whether to save the query information in the eConnect_Out table.

0=Do not load query information in the eConnect_Out table.

1=Load query information in the eConnect_Out table

FORLIST

i4

4

N

0

Specifies whether to return the query result to the caller. No query information is added to the eConnect_Out table.

0=Do not return the XML from the query result to the caller.

1=Return the XML from the query result to the caller.

When FORLIST is set to 1, the values of FORLOAD, REMOVE, and ACTION are automatically reset to 0.

ACTION

i4

4

N

0

Use ACTION to specify the type of data to return. You set this element when you request data using the eConnect_Out table.

0=All documents

1=Inserts

2=Updates

3=Deletes

4=Returns inserts and updates as separate documents.

5=Combines all inserts and updates into a single document.

ROWCOUNT

i4

4

N

0

Specifies the number of rows to return.

0=All rows

Any other number specifies the maximum number of documents to get.

REMOVE

i4

4

N

0

Specifies whether to remove the query document from the eConnect_Out table.

0=Do not remove the query from the eConnect_Out table

1=Remove the query from the eConnect_out table.

DATE1

datetime

16

N

<blank>

Specifies the date to use to remove documents from the eConnect_Out table. OUTPUTTYPE must be 3 and REMOVE must be 1. Records in the eConnect_Out table with date values prior to this date are deleted.

WhereClause

string

1000

N

<blank>

Specifies a custom "where clause" using the columns from the parent table of the requested document type.


To use the <eConnectOut> XML node with the Transaction Requester, you need to use the following elements: