Difference between revisions of "S62 - Stock Data ID (Stock Control 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 ==
  '''S62'''
+
  '''S62'''{S/P, xxx}
  
 
== Description ==
 
== Description ==
Line 14: Line 14:
  
 
== Parameters ==
 
== Parameters ==
None.
+
;S/P
 +
:A text parameter that can be omitted (it defaults to "S").
 +
:;S
 +
::Stock
 +
:;P
 +
::Price
 +
;xxx
 +
:A text parameter that can be omitted.
 +
:Price Code. If omitted, gives the standard retail price.
  
 
== Returns ==
 
== Returns ==
 
A text value whose typical size is 6 characters.
 
A text value whose typical size is 6 characters.
 
{{Note|text=
 
{{Note|text=
Only the created and modified details are recorded for stock items.
+
Only the created and modified details are recorded.
 
}}
 
}}
  

Revision as of 07:09, 5 February 2016

Syntax

S62{S/P, xxx}

Description

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{S62,M} returns the last modifed date of this stock item.


Parameters

S/P
A text parameter that can be omitted (it defaults to "S").
S
Stock
P
Price
xxx
A text parameter that can be omitted.
Price Code. If omitted, gives the standard retail price.

Returns

A text value whose typical size is 6 characters.

Only the created and modified details are recorded.


See also

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