VERSIONS
VERSIONS
VERSIONS
Allen and Cathy want to deposit cheques in bank ABC. Allen wants to deposit a local
cheque ,whereas Cathy has a foreign cheque . The teller has to fill these details in a
TELLER application. There are some fields that are required for a foreign cheque but
not for a local cheque. Example : Currency . How can we make things easier ?
T24 gives us the luxury of designing our own screens from a base application. Here,
TELLER is the base application. We cull out fields required for a local cheque and
design a screen .Similarly design one for foreign cheques. Now the tellers have to
invoke what they want ! Simple, isn‟t it?
Versions can be compared to the concept of “Views “ in Database Management
system . A database consists of huge volume of information which might not be
required for all users. So the users can create views, consisting of the columns that
they need . So a view is basically a customized look from a base table . When we use
a spreadsheet with multiple columns, we hide the columns that might not be necessary
and project those we need. Versions help us in creating our own screens with the
fields we want.
Imagine that you have to input a funds transfer transaction in T24. You will use the
FUNDS.TRANSFER application, and the input function to do so. The screen that is
displayed to you contains all the fields in the FUNDS.TRANSFER application some of
which may not be important to the end user. Being the first time, you cannot figure out
which fields to use and which not to. What if you had a customized screen that showed
you only the fields that you require to input?
You can create customized application screens in T24. They are called versions. The
VERSION application must be used to create customized application screens. Your
version you can have just the mandatory fields in FUNDS.TRANSFER application.
Can you view data using versions?
Versions behave like the application itself, but only looks different. Thus all functions
can be used with a version. So, yes you can view data using a version. Versions
work with all functions of T24.
This task teaches you how to create a simple version of the ACCOUNT application in
T24.
1. The version must comprise of the following fields of the ACCOUNT application
Customer Number, Mnemonic, Currency and Category.
2. The version behaves like the under lying application so you can either open a new
record or view an existing record using the created Version.
1. Create a version for the ACCOUNT application with the following fields -
Mnemonic, Customer Number, Currency and Category.
2. The fields Mnemonic and Customer Number need to be displayed one beside the
other
3. The fields Currency and Category need to be displayed one beside the other.
When NO.OF.AUTH is set to two, you require two different users to authorise the
record. Once when the record is authorised it moves to INA2 status. In order to make it
as a LIVE file the record has to be authorised by a different user again.
You have now created the customised screen. You must authorise your Version
record next. It is now ready for use.
In this task you will learn how to default values into fields using a version. You will also
learn how to set special field properties.
The bank wants to create a user friendly version that has the following features:
2.Also the user should not be allowed to change the CA TEGORY field ,once the record is
authorised.
3. If there is an already existing value in the field ACCOUNT. TITLE.1 which begins with TEM,
then a value “Training” should get defaulted overwriting the previous value.
4. The S HORT. TITLE field should be a mandatory field in the version even though it is not in
the ACCOUNT application itself.
1. How do you make the CURRENCY field to appear after a blank line?
Specify an asterisk (*) in the field FIELD. NO to get a blank line. Since this blank
space is to be displayed before CURRENCY field , specify asterisk (*) before
providing the values for CURRENCY field in the associated multi-value set.
2. The output shows the blank space displayed between the two fields.
1. Amend the previously created version so that
1.5 Ensure that the value of ACCOUNT OFFICER is not changed once the
customer record is authorized.
3. Records created using comma Versions are self-authorised records. Once you
commit the records they move to LIVE status .
4. In all comma Versions the NO.OF.AUTH field is set to 0(zero). These Versions does
not contain any fields.
5. VERSION, is the comma Version which is used to create auto-auth Versions in T24.
Use VERSION, from now on to create your versions .
1. The Rekey field is used in Version at the authorisation level.
3. The rekey feature can prompt the Authoriser to re-enter the data for confirmation.
If the data entered by the Authoriser does not match with the Inputter, then the
record does not get authorised.
4. The data for the rekey fields are hidden during authorisation and the Authoriser
needs to compulsorily re-enter the information
5. What happens when a USER who is trying to authorize the record enters incorrect
rekey values multiple times ? The system records the number of incorrect rekey
attempts by a same authorizer, in a file called EB.REKEY.RETRIES. A record is
created in this file whenever a version that contains a rekey field is being
authorized. The record id of EB.REKEY.RETRIES would be of the format
COMPANY*APPLICATION*RE CORD. ID.
6. The maximum number of incorrect retries allowed for a USER who tries to
authorize a record can be restricted using the field NO.OF.RETRIES in SPF
application. When this field is left blank, there is no limit set for incorrect rekey
attempts.
1. Input the data for Transaction type, Debit currency, Debit Account No, Debit
Amount, Credit Account No and commit the record.
2. Note the record key (ID) of the Funds Transfer that was created
3. If the number of incorrect rekeys by the same authoriser exceeds the
NO.OF.RETRIES specified on SPF, an error message “Exceeded Maximum
Number of Retries” is displayed. Also, the inputter field of the transaction is
updated with the authoriser‟s user name. This is done so that the authoriser who
exceeded the retries would not be able to authorise anymore, even with the
correct rekey value.
4. Hence, a different authorizer is required to authorize the same record.
1. True
2. False
3. False
4. True
5. False
1. View is a user defined screen and can be created for any application in T24.
3. Using a version you can input records , only when all the mandatory fields of the
application are part of your version.
5. Special field properties like NOINPUT, NOCHANGE and MANDATORY can be set
using versions.