Difference between revisions of "I39 - Delivery notes ID (Order Processing Report Generator variable)"

From Catalyst
Jump to: navigation, search
(Updated from revision control)
 
(Updated from revision control)
 
Line 6: Line 6:
 
Returns the reference number of any General Notes that may have been entered for the current delivery.
 
Returns the reference number of any General Notes that may have been entered for the current delivery.
  
This variable should be used in conjunction with the [[NOTES - General Notes (Reports & Settings Report Generator function)|$NOTES]] function to return a line of notes entered for this delivery.
+
This variable should be used in conjunction with the [[NOTES - Get general notes (Reports & Settings Report Generator function)|$NOTES]] function to return a line of notes entered for this delivery.
  
 
{{Example|text=
 
{{Example|text=
[[NOTES - General Notes (Reports & Settings Report Generator function)|$NOTES]]{[[I39 - Delivery notes ID (Order Processing Report Generator variable)|I39]],1} returns the first line of notes.
+
[[NOTES - Get general notes (Reports & Settings Report Generator function)|$NOTES]]{[[I39 - Delivery notes ID (Order Processing Report Generator variable)|I39]],1} returns the first line of notes.
 
}}
 
}}
  

Latest revision as of 05:37, 16 April 2020

Syntax

I39

Description

Returns the reference number of any General Notes that may have been entered for the current delivery.

This variable should be used in conjunction with the $NOTES function to return a line of notes entered for this delivery.

$NOTES{I39,1} returns the first line of notes.
This variable is only valid for " Sales Order Processing" Items. Zero will be returned if this item has not been through the " Sales Order Dispatch" option, or no notes were entered.


Parameters

None.

Returns

A numeric value whose typical size is 8 digits.