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;
);

Macro:

MENUOPEN(
  MenuControlId=root;
  MenuId=trans-search;
);

Last updated

Was this helpful?