T24 Document For Learning
T24 Document For Learning
T24 Document For Learning
2. Tabbed screens are used to group a set of enquiries and versions together
3. The grouped enquiries and versions are displayed on a single browser window
You would be familiar with the T24 browser screen. Assume that you want to create an
account for a customer and using that account you need to input an FT. In order to
accomplish this task you will use two different applications namely, ACCOUNT and
FUNDS.TRANSFER. You may open the application screen using the command line.
When you do so the application screen will be opened in a different browser window.
Again when you invoke the FT application, it opens a new browser window. Is there a
way to group these task windows into a single browser screen?
1,2 Tabbed screens are used to group enquiries and versions in a single browser
window in T24. This enables easy navigation to the user.
3,4. The user may access these applications by just performing a click action on the
corresponding tab. Every time when the user needs to invoke an application he
need not use the command line or the default menu in T24. Thereby tabbed
screens provide a better user interface to work with.
For example you would have seen the tabs with IE 7 . When you have multiple web
pages open, each page is linked to a tab. You can navigate to each page in the
window by using these tabs.
The screen-shot displayed here is a tabbed screen designed in T24 to view the
customer details. Here you have four tabs and each tab is linked to an enquiry in T24.
You can click on each tab to view the customer related data.
1.1 The first tab should let you to create account records
The tabbed screen to be designed will have two tabs. Lets have a look into the fields
now,
TITLE – Here you will specify a title for your tabbed screen
TYPE – The field TYPE decides the content of your tab. A tab can be linked to an
enquiry or it could be a contract screen or it could be a composite screen. The
available options in this field are:
A version should be launched when the user clicks on the first tab. Should the tab be
linked to version ?
Remember, each tab in your screen is linked to an enquiry or a version in T24. So
where should the link be specified?
SOURCE – In the field SOURCE you either specify the application or the enquiry that
is to be invoked for launching the tabbed screen. Therefore in the field SOURCE
specify the id of the version.
Multi-value the TYPE field to specify the data for the second tab.
SOURCE.2 – In the next multi-value of SOURCE field specify the enquiry name.
2. You could see the launched tabbed screen. You can click on the first tab to launch
the version
1.1 The first tab should let you to create account records
1.3 Third tab can be used to fetch information about all accounts of a
particular customer
SELECT.FROM – In this field specify the field name based on which you want to
retrieve data. The value of CUSTOMER.CODE is passed from the first enquiry to the
other enquiry.
Important Note : The field name should be part of your selection fields of the first
enquiry.
SELECT.TO – In the field SELECT.TO specify the destination field to which you map
the data. The field MB.CUSTOMER.ID belongs to the current enquiry. Therefore you
map a field from the first enquiry to a field in the next enquiry.
SELECT.FROM is multi-value field so you can map multiple fields among the
enquiries.
The last tab is used to fetch the working balance information. In the last multi-value
set, the value from CUSTOMER.CODE field is mapped to the field
CUSTOMER.CODE in the current enquiry. The value of CUSTOMER.CODE is
retrieved from the parent enquiry.
Now in tabbed screens the runtime selection criteria can be passed from the command
line also. Here the user wishes to pass the runtime parameter to the second tab of the
tabbed screen . When the user launches the tab from the command line he has to
specify the tabbed screen name along with the tab number and the field name with the
value. For example here it is specified as ‘TAB TRG.ACC.TAB 2 CUSTOMER EQ
130059’ where TRG.ACC.TAB is the tabbed screen id. The number 2 specifies that
you are invoking the second tab. Finally the field name and its value are passed as
CUSTOMER EQ 130059.
2. True
3. False
4. Fields of EB.TABBED.SCREEN:
4.1 SOURCE – In the field SOURCE you either specify the application or the
enquiry that is to be invoked for launching the tabbed screen
4. Selection criteria can be passed from one enquiry to another. This is known as
Enquiry Mapping