× Discuss on T24 Installation, Setting up the environment, TC Server, jBOSS, Package & Deployment, etc…

Finding deal slips hold reference of a teller txn

  • vmajish
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 2 months ago #18005 by vmajish
Hi All,

Would you please help with the below.

I am trying to find if there is any way to find the hold control reference of the deal slip generated for a specific teller transaction?

I need to create an enquiry where I can give TT reference in the selection criteria to fetch the deal slips generated for that teller reference.

thanks in advance.
Ajish

Please Log in or Create an account to join the conversation.

  • armin
  • armin's Avatar
  • Offline
  • Elite Member
  • Elite Member
  • “So long - and thanks for all the fish!”
More
9 years 2 months ago #18006 by armin
Create a nofile that :
- selects all records in F.HOLD.CONTROL with REPOT.NAME = <your name of Telle Deal Slip>
- then selects &HOLD& with the row that contains the TT-reference LIKE the selection criteria

e.g if you have the reference in row 3 :

CMD = "SELECT F.HOLD.CONTROL WITH REPORT.NAME = " : YOUR.REPORT.NAME
EXECUTE CMD
CMD = "SELECT &HOLD& WITH *A3 LIKE ..." : SELECTION.ID : "..."
EXECUTE CMD

You should now have the raw deal slip and can show it line by line.

using R11 on Unix
The following user(s) said Thank You: vmajish

Please Log in or Create an account to join the conversation.

Time to create page: 0.066 seconds