STMTRANSFEREVENTEXECUTE - Transfer event execution
This import template allows executing:
- Transfer events.
For the insertion of each one of these items, the standard documented below must be followed.
Insert​
Column | Required | Type | Precision | Description |
---|---|---|---|---|
OIDINTERFACE | X | NUMERIC | 10 | Sequential code - Identifies an item to be imported into SoftExpert Suite. |
FGIMPORT | X | NUMERIC | 2 | Import status: 1 - New; 2 - In progress; 3 - Finished; 4 - Error. |
CDISOSYSTEM | X | NUMERIC | 10 | Code of the system for which the integration will be performed: 180 - Code of the SoftExpert Storeroom component. |
FGOPTION | X | NUMERIC | 2 | Code of the operation to be performed: 18 - Add transfer event. |
NMFIELD01 | X | TEXT | 255 | Transfer event ID #. |
:::
Insertion example:
INSERT INTO DIINTERFACE (OIDINTERFACE, FGIMPORT, CDISOSYSTEM, FGOPTION, NMFIELD01) VALUES (1, 1, 180, 18, 'TransarchivalId');