Applying transaction search
In order of transaction lookup to work, the transaction-lookup plugin needs to be activated.
Legacy code
The transaction search dialog is integrated into Centara and is activated by executing the TRANSVIEW macro:
TRANSVIEW(
  ShowPreview=0;
  ReprintSlipReceiptId=1;
  SimpleFormat=0;
  AutoCharlestonPrint=0;
);Transaction lookup
Macro:
MENUOPEN(
  MenuControlId=root;
  MenuId=scs.trans-lookup;
);Menu:

Transaction search
Macro:
MENUOPEN(
  MenuControlId=root;
  MenuId=trans-search;
);Menu:

Last updated
Was this helpful?
