You are on page 1of 2

DL.

DEFINE STEPS

Create a DL.DEFINE RECORD which has the details of record to be exported

Operation should be R

File Name will be the application name. It it is enquiry it will be ENQUIRY

Record name will be the ID of the Enquiry record that you want to export

Once you create a record we need to go to DL.PARAMETER

DL.PARAMETER is the application where we specify

the unit name to be Exported or imported.

SYSTEM is the only record that exits under this application.

To save a unit (Export)

This should be done by using the save operation in DL.PARAMETER (using the "V"erify mode in
DL.PARAMETER with the OPERATION set to "S" - save).

To restore a unit (Import)

This should be done by using the restore operation in DL.PARAMETER (using the "V"erify
mode in DL.PARAMETER with the OPERATION set to “R" – restore ).
The export file will be available in

Export - the DL is exported to the directory called ..\bnk\F.DL.DATA.

Make sure the file is empty before you start the DL define process

Please copy the contents of this file to Import folder in below path physically.

Import - the DL is copied into a directory called ..\bnk\DL.RESTORE

(NOTE: the ..\bnk\DL.RESTORE directory should be empty before you copy the DL to this
directory)

Please do the Import action in the required database after physically copying the files in above path

You might also like