fbpx
CAREER

Documents

General

Designer

Advanced Actions

DB Update

A SQL statement can be run as stated as follows, in the Data Source. SQL statement is created with the data used in the process.

Data Source

The field where the data source to be used in the update / query is selected. Data sources are created on the Web Interface by the system administrator.

SQL Command

Data Source It determines the SQL command to be run. The command should be a “select” statement containing a clause regarding which fields will be selected from which tables. Each record taken from the system with the “Select” statement creates a process phase state. Operation data can be used in SQL statement by putting the percent sign before and after the name of the data element.

DB View

The DB View Action runs an SQL query against the specified Data source. Data obtained as the result of query can be used to fill the data in the process.  The SQL query can contain process data as well as data element identifiers between percent signs

Only the first line taken is used to fill the transaction data. If there is no return row, the server logs an alert and no data elements in the process are updated.

Data Source

The field where the data source to be used in the update / query is selected. Data sources are created on the Web Interface by the system administrator.

SQL Command

Data Source It determines the SQL command to be run. The command should be a “select” statement containing a clause regarding which fields will be selected from which tables. Each record taken from the system with the “Select” statement creates a process phase state. Operation data can be used in SQL statement by putting the percent sign before and after the name of the data element.

Result Matching

It is the section where the values ​​received / read with the “SELECT” statement are matched with the corresponding data elements. You should select the data element on the right side which you will match with the parameter on the left side by using result matching screen.

Calculate

The Calculate Action is used to calculate a value from data element or system functions. The outcome of the calculation is recorded to the data element.

Data Element to Set

The data element to be set based on the calculation outcome determines the data element.

Statement

It determines the statement to be calculated.

TIGER INTEGRATION

Firm No

The firm number of the receipt type to be transferred is specified in the relevant field.

Period No

The period number of the receipt type to be transferred is specified in the relevant field.

Result

It is the field where the data element from which the reply value from Tiger will be received is chosen.

Action

It is the field where the action type in Loga Tiger integration will be determined. The actions to add, update and delete data are realized.

XML values of the selected tag type are displayed in the parameter column and values to be sent are selected in the field.

NETSİS INTEGRATION

Tag Type

The Netsis integration action enables to transfer data to the selected tag type that is intended to transferred to Netsis.

Company

The company number of the tag type to be sent is specified in the relevant field.

Branch Code

The branch code of the tag type to be sent is specified in the relevant field.

Result

It is the variable to which the reply value returned from Netsis will be sent.
XML values of the selected tag type are displayed in the parameter column and values to be sent are selected in the field.

WEB SERVICE

Service Address

It is the field where the Web service address to be connected is written.

Security Properties

It is the field where the connection protocol of the web service to be connected will be selected.

Request Mode

It is the field which determines the value returned from web service to be connected will be received or not.

Response Data Element

If the request mode is bidirectional, the variable selection of the value returned from the web service is made.

Services

It is the field where the services within the web service are displayed.

Operations

It is the field where the operations within the selected service are displayed.
It is the field where the parameters that the operation selected in the properties segment will take are matched with the data elements.