Difference between revisions of "O15 - Order Attribute Allocated? (Order Processing Report Generator variable)"

From Catalyst
Jump to: navigation, search
(Updated from revision control)
 
(Updated from revision control)
Line 4: Line 4:
  
 
== Description ==
 
== Description ==
Test if the order has this order attribute allocated.
+
Test if the order has this attribute allocated.
  
  
Line 11: Line 11:
 
:A text parameter that can not be omitted.
 
:A text parameter that can not be omitted.
 
:;code
 
:;code
::Test for this order attribute being assigned to this order.
+
::Test for this attribute being assigned to this order.
  
 
== Returns ==
 
== Returns ==
 
A text value whose typical size is 1 character.
 
A text value whose typical size is 1 character.
 
;N
 
;N
:No, Order Attribute is not assigned.
+
:No, The order attribute is not assigned.
 
;Y
 
;Y
:Yes, Order Attribute feature is assigned.
+
:Yes, The order attribute is assigned.
  
 
[[Category:Order Processing Report Generator variables]]
 
[[Category:Order Processing Report Generator variables]]

Revision as of 06:36, 13 February 2018

Syntax

O15{code}

Description

Test if the order has this attribute allocated.


Parameters

code
A text parameter that can not be omitted.
code
Test for this attribute being assigned to this order.

Returns

A text value whose typical size is 1 character.

N
No, The order attribute is not assigned.
Y
Yes, The order attribute is assigned.