L28 - Export Destination Data (Accounts Report Generator variable)

From Catalyst
Jump to: navigation, search

Syntax

L28{code}

Description

Tests to see if the current document has been exported to the destination specified in the passed parameter. If so, the "Data ID" is returned. A returned value of spaces would indicate this document has not been exported to the specified destination.

Returns the reference ID of extra information that may have been attached to this file.

This variable should be used in conjunction with the audit functions (see $AUDIT_DATE etc) to return an audit date.

$AUDIT_DATE{L28{P2D},C} returns the date this document was exported to P2D.


Parameters

code
A text parameter that can not be omitted.
The Destination Code to test for.
P2D
Paper2Data
SAG
Sage


Returns

A text value whose typical size is 6 characters.

Only the created details are recorded for exported documents.


See also

$AUDIT_DATE, $AUDIT_SITE, $AUDIT_TERM, $AUDIT_TIME, $AUDIT_PROG, $AUDIT_USER.