Difference between revisions of "L28 - Export Destination Data (Accounts Report Generator variable)"

From Catalyst
Jump to: navigation, search
(Updated from revision control)
(Updated from revision control)
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
== Syntax ==
 
== Syntax ==
  '''L28'''{xxx}
+
  '''L28'''{code}
  
 
== Description ==
 
== Description ==
Line 16: Line 16:
  
 
== Parameters ==
 
== Parameters ==
;xxx
+
;code
 
:A text parameter that can not be omitted.
 
:A text parameter that can not be omitted.
 
:The Destination Code to test for.
 
:The Destination Code to test for.

Latest revision as of 06:30, 15 February 2018

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.