Sales Screen Action Macro Commands : Macros for use in the Sales screen action to execute when the item is sold/validated : IGNOREONEXCHANGE
 
IGNOREONEXCHANGE
 
Any macros placed between <IGNOREONEXCHANGE></IGNOREONEXCHANGE> are not executed when an item is added to Sales via Guest Lookup > Pass Inquiry > Select Pass > Exchange.
 
Example:
The following Sales screen action macro would add the three modifiers during the sale of the pass item that this macro is assigned. However, if the pass was to be exchanged via Guest Lookup > Pass Inquiry > Select Pass > Exchange, the modifiers would not be included in the exchange process.
 
<IGNOREONEXCHANGE>
SELECTLAST()MODIFYITEM("PACKAGES MODIFIERS TRAINRIDE ")
SELECTLAST()MODIFYITEM("PACKAGES MODIFIERS MINIGOLF ")
SELECTLAST()MODIFYITEM("PACKAGES MODIFIERS THEATER ")
</IGNOREONEXCHANGE>