GetSystemDataLinkFile

Returns the name and path of the data link file for the application server.

Note:

The data link file is defined with Financial Management Server Administrator.

Syntax

<HsxServer>.GetSystemDataLinkFile()

Return Value

String. Returns the data link file’s name and path.

Example

This example assigns the name and path of the data link file to the sDataLink variable.

Dim sDataLink as String
sDataLink = m_cHsxServer.GetSystemDataLinkFile()