100% found this document useful (2 votes)
681 views99 pages

AA Advanced Customisation Overview

This document provides an overview of key concepts for advanced customization in Temenos' AA banking software. It discusses property classes, properties, activities, local reference fields, customized screen layouts, and how the ACTIVITY.PRESENTATION property class can be used to attach specific screen versions to properties, property classes, or activities to control which screen is displayed. The ACTIVITY.API property class, which is the main topic of the document, allows customizing activities through API calls and will be explained in the following sections.

Uploaded by

kishore
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (2 votes)
681 views99 pages

AA Advanced Customisation Overview

This document provides an overview of key concepts for advanced customization in Temenos' AA banking software. It discusses property classes, properties, activities, local reference fields, customized screen layouts, and how the ACTIVITY.PRESENTATION property class can be used to attach specific screen versions to properties, property classes, or activities to control which screen is displayed. The ACTIVITY.API property class, which is the main topic of the document, allows customizing activities through API calls and will be explained in the following sections.

Uploaded by

kishore
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
  • Learning Objectives
  • ACTIVITY.API Property Class
  • Delivery Advices in AA
  • Alerts in AA
  • OFS Processing in AA
  • Workshop 1
  • Notice

AA Advanced Customisation - Part 1

Temenos University - June 2012 1


AA Advanced Customisation - Part 1

Temenos University - June 2012 2


AA Advanced Customisation - Part 1

Temenos University - June 2012 3


AA Advanced Customisation - Part 1

Temenos University - June 2012 4


AA Advanced Customisation - Part 1

Before we proceed and discuss the use of the [Link] Property


Class, let’s review briefly a few core concepts that will be used during this
Advanced Customisation course. The key points we have to remember
about before we get started are
Property Classes
Properties
Activity Classes
Activities
Local Reference fields & Customised Screen Layouts
Customisation through [Link] Property
Class

Temenos University - June 2012 5


AA Advanced Customisation - Part 1

• Property Classes are AA reusable components defined by attributes and


actions. A set of Property Classes defines an AA Product Line (i.e. a broad
category of products set up by Temenos)
• Property Classes can have different values, called Properties. Properties are
named instances of Property Classes with all their Attributes and Actions.
While Property Classes are defined by Temenos only, Properties can be
defined by the client. Each Property shares the same Attributes and Actions
of the Property Class with which it is associated (but the VALUES of them
change). Product Groups are defined by Properties
• A Product Condition is a user-defined set of rules set for a Property Class of
a Product Line (defines default values for Attributes), which are attached to
Properties at the corresponding Product level.
• Property Classes can be enriched with locally developed fields

Temenos University - June 2012 6


AA Advanced Customisation - Part 1

Activities, defined in the application [Link], describe which action can


be carried out on a specific Property (e.g. LENDING-DISBOURSE-
COMMITMENT define the possibility to DISBOURSE an amount, within the
LENDING product range using the COMMITMENT Property).
Properties have Property Classes, which define the characteristics of the Property.
In a similar way, Activities have Activity Classes, which primarily define the
Actions that form a Process.

Lets take the property class [Link]. The actions which can be
performed on this property class can be found in the actions tab of the property
class record. When the user performs an activity, a set of actions are performed
on a particular property. This information will be stored in the
[Link] table. So, for example, when the user perform a
disbursement on an arrangement, the activity class LENDING-DISBURSE-
[Link] will be accessed, through corresponding activity LENDING-
DISBURSE-COMMITMENT (where COMMITMENT is the instance of
[Link] property class used in the product).

All activity classes perform some action on a property class. That is why the ID
of an activity class is Product Line-Action-Property Class name.

Temenos University - June 2012 7


AA Advanced Customisation - Part 1

The tables used for building the re-usable components & customising AA screens
are:
• [Link] -> Designed by TEMENOS
• [Link] -> Named copy of Property class
• [Link].<[Link]> -> Used to o design product
conditions by assigning values to attributes of Property class

[Link] and [Link].<[Link]> are set up during


implementation and these components could be used across several Products.

As we have seen in the AA Basic Customisation course,


[Link].<[Link]> is the application name used as @ID of the
[Link] record which will allow to link local new reference fields
to AA components, instead of a standard T24 application name. What do we
remember about local reference fields?

Temenos University - June 2012 8


AA Advanced Customisation - Part 1

Local Reference Fields are application fields developed locally in order to


meet the requirements of a specific Temenos’ client
They are created in T24 by setting up a new record in [Link]
In AA, local fields can be attached to an AA Component by setting up a
new record in [Link] with @ID as
[Link].<[Link]>
Through a mechanism called Automatic Replication, whenever we add a
local field to a [Link].<[Link]> application, also the
corresponding applications used for Proofing, Publishing,
Creating/Simulating an Arrangement will be updated by the system

Temenos University - June 2012 9


AA Advanced Customisation - Part 1

Customised Screen Layouts are referred as Versions in T24


These views can be created for any application in T24 and can be
used in association with any function which is compatible with the
application they are based on
Customised Screens are created using the VERSION application
Versions are used to customise the number of authorisers, layout,
field properties and field content of an application screen
Customised screen views for AA arrangements can be created by
setting up new VERSION records for applications of the type:
[Link].<[Link]> (for real arrangements)
[Link].<[Link]> (for simulations)
In AA, Versions can be associated to Properties, Property classes or
Activities

Temenos University - June 2012 10


AA Advanced Customisation - Part 1

As we have seen previously during the AA Basic Customisation course, different


Customised Screen Layous can be triggered based on three different levels:

• Property Class
• Property
• Activity

In this picture, the different levels are from the least specific (Property Class) to
the most specific (Activity). If a conflict arises, the most specific level will take
precedence over the least specific one. This means that when different versions
are associated to two connected levels, the version associated to the most specific
level will take precedence over the other - e.g. if version 1 is associated to the
LENDING-DISBURSE-COMMITMENT Activity and version 2 is associated to
the COMMITMENT Property, when the LENDING-DISBURSE-
COMMITMENT activity takes place, version 1 will be displayed to end-user
instead of version 2.

We will review how to set up this through the [Link]


property class.

Temenos University - June 2012 11


AA Advanced Customisation - Part 1

[Link] is a Property Class which allows us to attach


specific versions to another Property Class, a Property or an Activity.
If a conflict between versions arises, the version connected to the
most specific level will take precedence (i.e. versions connected to
Activities take precedence over Property-specific ones and
Property-specific versions take precedence over views associated to
a Property Class)

Steps involved in associating a Version to an AA Screen are:


Create a VERSION record
Define a new Product Condition within the
[Link] property class in which you associate
the VERSION to the chosen level
Attach the newly created Product Condition to the appropriate
Product
Proof & Publish

Temenos University - June 2012 12


AA Advanced Customisation - Part 1

Now that we have reviewed some important concept about Basic Customisation
in AA, we can focus on a new concept: the [Link] Property class.

Let’s take as an example a scenario in which a bank asks us to add some extra
validation to our AA Screen. For instance, our client wants us to set up a
[Link] local reference field on the COMMITMENT Property
screen of the Personal Loan product when a LENDING-DECREASE-
COMMITMENT Activity is carried out. Than, when a user fill in this field, the
client wants system field [Link] on the ACCOUNT Property
screen to be automatically updated.

This kind of automatic update would normally require an authorisation routine or


the use of OFS in Globus mode. Nevertheless, it is currently not possible to attach
routines directly to versions of [Link].<[Link]> applications:
the [Link] Property class is used to attach user-defined routines to these
kind of versions, instead.

The steps involved to attach a routine to a version of an


[Link].<[Link]> application are
Write a routine, compile it and catalog it
Create an entry in [Link] for such routine
Create a new Product Condition for the Property Class
[Link] and attach the routine either to an Activity or to an

Temenos University - June 2012 13


AA Advanced Customisation - Part 1

Activity Class

Temenos University - June 2012 13


AA Advanced Customisation - Part 1

Temenos University - June 2012 14


AA Advanced Customisation - Part 1

There are different types of routines which can be associated with AA screen
versions in [Link] Property Class, set up through the
[Link] application. These are currently:

- Pre-routines are routines triggered before a certain action, specified in the


[Link] field [Link]. Let’s try to understand what
this means with an example. Let’s say that we want to associate a Pre-routine
with the LENDING-INCREASE-COMMITMENT. The pre-routine will look
after changing the Payoff Condition only if the COMMITMENT (Property) is
subject to the INCREASE action – this means that your routine will actually
automatically generate a new activity of type LENDING-UPDATE-PAYOFF.
Now, if you set up your routine as pre-routine, this will imply that, from a
technical point of view, the Child activity will be performed first (a new record
will created at the database level) and the Parent activity will performed once
the Child is completed. If we want, instead, the Parent activity to be completed
before the Child we need to define our routine as a post-routine.
- Post-routines work in a similar way to pre-routines – However, the routine
attached to this field will get trigger after the action specified in [Link]
executes
- Record routines are subroutines to be executed for a combination of
[Link] / ACTIVITY and [Link] / PROPERTY and
ACTION fields. More than one record routine can be defined for an
ACTIVITY,[Link],ACTION field combination. The Record
Routine will be triggered when a given property is read before the action

Temenos University - June 2012 15


AA Advanced Customisation - Part 1

processing
- Pre-validation routines will get trigger before core level validation. It is used to input or
modify the required fields or else mandatory fields. But “NOINPUT” and “NON-
NEGOTIABLE” fields would not have no effect on this. E.g. If the value for the
mandatory field AMOUNT has to be populated, then the user should use this field. If
the user wish to populate the value for the field and attach it to the field
[Link]
- Validation routines are attached to the [Link] field and will get trigger after
core level validation. For example, a local reference field can be introduced with some
value assigned to it. If the user wish to include a local reference field, then he can
achieve it through this field.

Temenos University - June 2012 15


AA Advanced Customisation - Part 1

Here you can see the [Link] routines’ flow – as previously explained,
Record routines are invoked as soon as the AA arrangement they operate on is
opened in an ‘input’ mode and before it is Validated/Committed. Pre-validate
routines are a new kind of AA routines introduced from R12; they are invoked
before core validation, while Validate routines are invoked afterwards. Pre-
routines are executed before the action specified in [Link] field is
processed (e.g. INCREASE or DECREASE commitment, CREATE a new
arrangement etc) while, finally, post-routines will be called after the [Link]
has taken place.

Very important technical note – Validate and Pre-validate routines only work in
R12 after the installation of the R12_AA_Framework_5 update. This update
should be installed before you write and test these types of routines.

Temenos University - June 2012 16


AA Advanced Customisation - Part 1

Temenos University - June 2012 17


AA Advanced Customisation - Part 1

Temenos University - June 2012 18


AA Advanced Customisation - Part 1

As you know, we can access the Database Designer Composite Screen by


clicking on Admin Menu>Implementation Utilities>Customization>Database
Designer. We click then on the option “New Field” in order to create a new field

Temenos University - June 2012 19


AA Advanced Customisation - Part 1

Once the “User Defined Field” Screen has come up, we input the Id of our new
field and we click on the edit button.

1. We assign a description and a short name to the new local reference field
through the GB Description AND GB Field Name fields.
2. Width Max is a mandatory field through which you state the local field’s
maximum length; on the other hand, you can decide whether the
[Link] has a minimum length through Width Min –
when Width Min is left empty, like in this example, it means that the new
local reference field is not mandatory
3. In this case, we would like the current field to link to the
[Link] table, so that it will display a dropdown list pointing
to the records contained in the aforementioned table. By populating
[Link], the field ENRICHMENT also becomes mandatory. As you
remember, ENRICHMENT contains the number of the field in the
[Link] table whose content will be used as an enrichment for
[Link]
4. If you link a local field to a T24 existing table, like in this example, there’s no
need to specify a TYPE for the local reference field

Once we are finished, we can validate & commit. After committing, the new local
reference field will be automatically live as we are using a self-authorising

Temenos University - June 2012 20


AA Advanced Customisation - Part 1

version.

Temenos University - June 2012 20


AA Advanced Customisation - Part 1

We have now to attach the newly created [Link] field to the


[Link] property class. In order to do so, we will click on the “Add
Field to a Table” option which will open the customised screen “Linked fields”, a
version of the [Link].

Now, the standard Id for the [Link] application is a valid


Application name. As we learnt previously, when we want to add a new field to a
property class, we should update the application used to define product conditions
for such property class, i.e. [Link].<[Link]>. So, in this
case we have to attach the new field to [Link].
In order to do so we should:

1. Set [Link] as a key for our new record


2. Specify the Id of our newly created reference field (i.e. [Link]) in
Field No

Once we are finished, we can validate & commit the record. Please note that the
record will be immediately set to live status, as we are using a self-authorising
version.

Temenos University - June 2012 21


AA Advanced Customisation - Part 1

Even if we have created a new local reference field and we have linked it to the
[Link] property class, we are not able to view it within an AA screen
quite yet. The end-result we aim for, is to display such new field within the
‘Commitment’ screen of an [Link] record whenever we perform a
LENDING-DECREASE-COMMITMENT activity. In other words, we would like
the new field to be presented to end-users only when they are trying to decrease
the amount of a Personal Loan arrangement.
The fastest way to achieve this, is to find out which version of
[Link] is associated with the LENDING-DECREASE-
COMMITMENT activity for the [Link] product and include our
new [Link] local reference field to such version. But how can we do
this?
From the AA Basic Customisation course, you should remember that you can
associate versions with Property Classes, Properties and Activities through the
[Link] Property Class. In previous workshops, we had created new
product conditions for [Link] and then we had associated these
customised conditions to products, using the PRESENTATION Property.
In this case, however, we would like to modify an existing condition rather than
creating new ones so we should proceed backwards – first we will check which
Conditions are already associated with the [Link] product and then
we will change them so that the [Link] version used for
LENDING-DECREASE-COMMITMENT activity also includes our new field.
Let us check the list of Conditions associated with the [Link]

Temenos University - June 2012 22


AA Advanced Customisation - Part 1

product. We can get the full list of available products in R12 Model Bank, through Admin
Menu > Product Builder > Products. The [Link] product belongs to the
LENDING Product Line and to the [Link] Product Group. By clicking on
the ‘View’ context workflow link, we are able to check the features of the
[Link] product.

Temenos University - June 2012 22


AA Advanced Customisation - Part 1

Just by casting a quick look to the [Link] record, we can view from
the ‘Product Designer’ tab that this product is depending on a Parent Product
called [Link]. What are the implications in terms of
Property Conditions?
As we have learnt during the AA Basic Customisation course, a child product will
inherit the parent product’s conditions. However, if there’s a conflict between the
parent’s Property Conditions and the child’s ones, the most specific conditions
will take precedence over the most generic – in other words, the Property
Conditions set at the child level will always take precedence but if no condition is
set at the child level, the parent conditions will be used.
In our case, we should check if the [Link] conditions include
description of the version to be used for the ‘Commitment’ screen while
performing a LENDING-DECREASE-COMMITMENT activity. If these
description is missing in the child’s Property Conditions, we should look at the
parent’s Property Conditions.

Temenos University - June 2012 23


AA Advanced Customisation - Part 1

We can check which Property Conditions are associated to the current Product by
clicking on the ‘’Property Conditions’ tab. In this case, the Property we are
interested in is PRESENTATION as this is the property in charge of defining
which versions are presented to end-users when a certain Property, Property Class
or Activity is presented. For the [Link] product, the Property
Condition associated to the PRESENTATION Property is also called
‘[Link]’. As we still don’t know whether the [Link]
condition includes a specific [Link] version for the
LENDING-DECREASE-COMMITMENT activity, it would be a good idea to
also check the condition associated to the PRESENTATION Property also for the
[Link] product, which is the parent of
[Link].

Temenos University - June 2012 24


AA Advanced Customisation - Part 1

Again, we can check the Conditions associated to the


[Link] product through Admin Menu > Product Builder >
Products. Obviously, also the [Link] product belongs to
the LENDING Product Line and to the [Link] Product Group. By
clicking on the ‘View’ context workflow link, we are able to check the features of
this product, labeled ‘Parent Conditions’.

Temenos University - June 2012 25


AA Advanced Customisation - Part 1

Under the ‘’Property Conditions’ tab of the [Link]


product, we find a long list of Conditions. Scrolling down to the
PRESENTATION Property, we can see the name of the Condition associated with
it, i.e. LENDING. Now that we know that for the [Link] product
both a specific Presentation Condition (i.e. [Link]) and a Parent
Presentation Condition (i.e. LENDING) exist, we should check both for an
[Link] version linked to the LENDING-DECREASE-
COMMITMENT activity. If such version exists for both the parent and the child
products, then the child’s version will take precedence. Else, the child will inherit
the parent condition’s settings. How can we check the content of these two
Property Conditions and hence the versions included in them? The easiest way to
do so is to look at the [Link]
composite screen available under the Model Bank Admin Menu.

Temenos University - June 2012 26


AA Advanced Customisation - Part 1

We can view the content of a product condition through Admin Menu > Product
Builder > Product Conditions. In this example, the Property Class through which
we can define how customised screens for AA arrangements are presented to end-
users is [Link]. As we have learnt from the AA Basic
Customisation course, each Product Condition associated to
[Link] is listing which versions are associated with
Properties, Property Classes or Activities belonging to one or more Products.
In our case, we have to check the content of both the [Link] and of
the LENDING Product Conditions, to know which version of
[Link] is linked to LENDING-DECREASE-
COMMITMENT activity, if any. We will start with the [Link]
condition record as this belongs specifically to the [Link] Product
(which means that an activity specific version set here would take precedence
over any parent product’s settings).

Important note – if no activity specific version exists in any of the two conditions,
then a Property specific version will be used (in this case, the property would be
‘Commitment’). And if no Property specific version is available, then the
Property Class specific version will be taken in consideration (in this case.
‘[Link]’).

Temenos University - June 2012 27


AA Advanced Customisation - Part 1

If we want to have a look to the versions associated with the [Link]


condition, we have to look at the ‘Default Values’ tab under the
[Link] Condition record. As we can see from this picture, there is
no version specifically associated to the LENDING-DECREASE-
COMMITMENT activity within this record and also specific settings have been
defined nor for the ‘Commitment’ Property and neither for the ‘Term Amount’
Property Class – actually, the only Activity which has versions specifically set for
it is LENDING-NEW-ARRANGEMENT and the only Property Class which
shows a version linked to it is ‘Settlement’.
This means that we have to rely on versions within the Product Condition
associated with the [Link] product, i.e. the LENDING
Product Condition.

Temenos University - June 2012 28


AA Advanced Customisation - Part 1

Again, through Admin Menu > Product Builder > Product Conditions, we access
to the list of conditions associated with the [Link]
Property Class and we choose LENDING.

Temenos University - June 2012 29


AA Advanced Customisation - Part 1

The ‘Default Values’ tab under the LENDING condition record, presents a
number of activities for which both Activity versions and a Simulation versions
are defined. In our case, we want to identify which [Link]
version is used to display the ‘Commitment’ screen (i.e. the screen associated
with the ‘Commitment’ Property) while executing the LENDING-DECREASE-
COMMITMENT activity.
We can easily spot such version, which is
[Link],[Link].

Please note that if no Activity specific screen had been available, we could have
either created one or used the version associated with the [Link]
Property (as there is no version linked to the ‘Commitment’ property in the
LENDING condition either).

Now that we have identified the customised ‘Commitment’ screen used for
decreasing commitments in Personal Loans arrangements, we must update such
version so that it includes our [Link] local reference field.

Temenos University - June 2012 30


AA Advanced Customisation - Part 1

We have identified the version used to display a customised ‘Commitment’ screen


while decreasing the commitment of a Personal Loan arrangement – it’s
[Link],[Link]. We have now to add our
local reference field called [Link] to this version.

In order to do so, we can use the [Link] composite screen


available under Admin Menu > Implementation Utilities > Customization >
Screen Designer. Once the Screen Designer composite screen pops up, we select
the option ‘New Version’ and then type in the id of the version we want to amend
in the ‘Version Designer’ screen and click on the ‘Edit’ button. This self-
authorising view of the VERSION application can be used to both input new
records and to update them.

Temenos University - June 2012 31


AA Advanced Customisation - Part 1

Once the [Link],[Link] version record is


opened in an ‘Edit’ mode, we can add a new field in the first ‘Field Definitions’
tab just by expanding the ‘Field Name’ multi-value field and writing the Standard
Selection name of our local reference field in it. As usual, by expanding ‘Field
name’ we also expand a set of linked multivalues:
Col – is used to define the column position of the current filed
Text Max – defines the number of characters allocated to the field label
Text – contains the field label
Attribute – defines special attributes for the field
On the second ‘Field Definitions’ tab, we can find further details such as
Exp – allows users to block the expansion of a multi-value field, if set to ‘NO’
Enr – defines how many characters will be assigned to the field enrichment text
Dysplay Type – defines whether the field has some special display type (e.g.
Combobox, No column header etc)
Tooltip – defines the field’s tooltip

Temenos University - June 2012 32


AA Advanced Customisation - Part 1

Let us sum up what we have done so far –

1) We have created a local reference field called [Link] which contains


information regarding posting restrictions
2) We have linked [Link] to the Term Amount property class, and
hence to the [Link] application
3) We have made sure that local field is included in the version
[Link],[Link] , which is the
customised screen displaying the ‘Commitment’ property and presented to the
end-user while they are decreasing the commitment of a Personal Loan
arrangement. In order to find out about this, we had to check the Conditions
associated to the PRESENTATION Property in the [Link]
product and in its parent, the [Link] product. Once
identified the two conditions, we checked the versions associated to them
through the [Link] property class

Temenos University - June 2012 33


AA Advanced Customisation - Part 1

Our objective now is to write a routine which is invoked only when the
LENDING-DECREASE-COMMITMENT is performed, extracts the content of
the [Link] local reference field on the [Link] Property Class
and updates the system field [Link] on the ACCOUNT
Property Class. We will later learn how it is possible to attach such routine to the
[Link] field on the
[Link],[Link] version.

We need to figure out what the algorithm behind this kind of routine could be. We
should –

1) Get details of the arrangement generated by the end user


2) Map the content of the posting restrict system field against the
[Link] local reference field
3) Generate a new activity to update posting restriction

Temenos University - June 2012 34


AA Advanced Customisation - Part 1

We will call our subroutine [Link]. First the required


insert files need to be added. As we know already from Jbase Basic API
programming courses, I_COMMON and I_EQUATE files holds the
common variables and equates for the variables. Let us look into the other
insert files available.

I_AA.[Link] is an insert file for named common variables that


can be used in the local routines developed for AA. Few samples for the
named variables available in this file are, c_aalocArrangementRec that
holds the main arrangement record. c_aalocArrProductId that holds the
product id used by the arrangement etc.

I_F.[Link] has the field names equated to field positions for the
ACCOUNT property class. I_F.[Link] has the filed names
equated to field position for [Link] property class.

The INITIALISE section is used to initialise local variables used in the API.
[Link] section does the main process of the API

Temenos University - June 2012 35


AA Advanced Customisation - Part 1

In this part of code, you are retrieving the details from


[Link] for [Link] application using the
[Link] routine. The field name of posting
restriction field is retrieved using [Link] routine.
The [Link] accepts five parameters
[Link]([Link],[Link]
TION,[Link],[Link],[Link])

Incoming Parameters:
[Link] – specifies the field number to be converted; please
note that in this case we are not using the field number directly but using
the common variable [Link], instead. This is
possible because we mentioned the insert file I_F.[Link]
within our routine. I_F.[Link] maps all field
numbers against common variables defining the field
name.
[Link] - specifies the standard selection record
content

Outgoing Parameters:
[Link] – used to hold the returned standard selection field name

Temenos University - June 2012 36


AA Advanced Customisation - Part 1

(different from the common variable within I_F.[Link]), blank if not found
[Link] - data type is set to “D” by default; in case of error, any other data
type passed back
[Link] - variable to store error messages

Temenos University - June 2012 36


AA Advanced Customisation - Part 1

[Link] is used to get details of the arrangement


[Link] is used to map the posting restrict field
[Link] is used to generate a new activity to update
posting restriction

Temenos University - June 2012 37


AA Advanced Customisation - Part 1

If you see the code, the common variables are used to retrieve the
arrangement information. These variables are defined in
I_AA.[Link]

c_aalocArrId holds the arrangement id


c_aalocArrangementRec holds the whole arrangement record
c_aalocArrActivityId holds the arrangement activity id
c_aalocActivityId holds the activity id. In this case the activity id is
LENDING-DECREASE-COMMITMENT
c_aalocActivityEffDate holds the effective date for the activity
c_aalocProductRecord holds the publishes product record for the
arrangement

[Link] routine will retrieve the property name. It


takes two inputs, the product record and the property class for which you
wish to retrieve the property name
SUBROUTINE [Link]([Link],
[Link], PROPERTY)
Incoming Parameters:
[Link] – holds the product definition

Temenos University - June 2012 38


AA Advanced Customisation - Part 1

[Link] – holds the property class for which properties are sought
Outgoing Parameters:
PROPERTY - Returns a list of properties (separated by FMs) for the given
property class

Temenos University - June 2012 38


AA Advanced Customisation - Part 1

[Link] paragraph is used to update the property


fields in [Link]. In order to create a new
arrangement record you need to supply values that need to change in
[Link] like
[Link] Field to be updated -> [Link], extracted
previously on slide 36 and placed in the variable
[Link]
Local Reference Field Name -> [Link]
Multi value and sub value position -> 1:1
Value -> that has been retrieved from the local reference field and stored
in a variable called [Link]

After getting all the required values to generate an arrangement activity,


instead of manually forming an OFS message, you can call
[Link] routine with the property
name, field name and field values.
[Link]([Link],
[Link], [Link],
[Link])

Input parameters:

Temenos University - June 2012 39


AA Advanced Customisation - Part 1

[Link] List of arrangement properties


[Link] List of field names of the given arrangement property
[Link] Values for the field names of the given arrangement
property
Outgoing Parameters:
[Link] Mapped arrangement activity record

Temenos University - June 2012 39


AA Advanced Customisation - Part 1

This paragraph [Link] is used to create the


[Link] record for the activity LENDING-
UPDATE-ACCOUNT. The routine
[Link] would create new
arrangement activity record and append the same as secondary activity by
calling the routine [Link]

[Link]([Link],
[Link], [Link], [Link],
[Link], [Link], [Link])

Incoming Parameters:

ArrangementId – holds the id of the arrangement


NewActivity – holds the secondary activity to be triggered
EffectiveDate - holds the effective date of the activity
ArrTxnDetails - holds transaction information of the arrangement
ArrActivityId – holds the parent arrangement activity id
ArrActFieldsRec – holds the new arrangement activity record

Temenos University - June 2012 40


AA Advanced Customisation - Part 1

Outgoing Parameters:
ReturnError is the error variable

Temenos University - June 2012 40


AA Advanced Customisation - Part 1

Please note that, from R12 TAFC release onwards, if you are trying to compile a
program which has got insert files ( e.g.: I_COMMON, I_EQUATE, etc, etc., )
then the syntax should be

BASIC -I../T24_BP <YOURDIRNAME> <YOUR-PROGRAM-NAME>


[BASIC -I../T24_BP [Link] [Link] ]

We are assuming you have, like in this case, all your inserts in T24_BP (which, as
you know, is a directory under [Link]).

Temenos University - June 2012 41


AA Advanced Customisation - Part 1

Write, compile, catalogue the routine and then make an entry for the
routine in [Link] application.
@ID – should be the same as the routine @ID
Description – should contain a meaningful description of what this routine
does
Protection level – This is the protection level that is to be followed. The
accepted values are FULL, PARTIAL and NONE
Source Type – Basic or Java are the possible options

It is now time to create a new Condition for the [Link] Property


Class which includes the routine we have just created. This will allow us to
attach such Condition to the API Property of the [Link]
product in order to make sure that our routine is invoked when it is
appropriate.

Temenos University - June 2012 42


AA Advanced Customisation - Part 1

We can create a new Product Condition by accessing the


[Link] composite screen
through Admin Menu > Product Builder > Product Conditions. Then we select
the ‘New Conditions’ context-based workflow icon beside [Link] on the
Property Classes enquiry output.
The ‘Product Condition – Activity API’ screen will appear on the bottom left-
hand side frame of the composite screen. Let us type in the id of our new
Condition (i.e. [Link]) and then click on the ‘Edit’ icon.

Temenos University - June 2012 43


AA Advanced Customisation - Part 1

We should now complete the new [Link] Condition record as follows.


@ID – The @id of the record will contain the name we assigned to it followed by
the current bank’s date (appended by the system)
Activity Id – As in this case we would like the Pre/Post routine to be invoked
when the Commitment is decreased on an arrangement, we can specify in this
field the name of the activity which will act as a trigger (i.e. LENDING-
DECREASE-COMMITMENT). The Activity Id and Activity Class are mutually
exclusive, and hence in this case Activity Class is empty.
Property – Defines the Property ID under which the Pre/post routines will be
Executed. The [Link] and Property are mutually exclusive fields (and
hence, in this case, the Property Class field is empty). This field can be expanded
to give pre/post routines under various combinations of [Link]/Activity,
[Link] / Property and Action fields
Action - Defines the ACTION under which the Pre/post routines will be
Executed. The ACTION is a mandatory field for a combination of
[Link] / ACTIVITY and [Link] / PROPERTY fields in
a multi value set. This field can be expanded along with a given
[Link] / PROPERTY.
All other fields will be used to store the @id of routines to be invoked. In this
case, we want to define [Link] as a Post routine, as it will be
invoked after the required ACTION is performed. Please note that more than one
post routine can be defined for an ACTIVITY,[Link],ACTION field
combination

Temenos University - June 2012 44


AA Advanced Customisation - Part 1

Let us now add the new Condition to the [Link] product. We can
get the full list of available products in R12 Model Bank, through Admin Menu >
Product Builder > Products. As we have seen previously, the [Link]
product belongs to the LENDING Product Line and to the [Link]
Product Group. By clicking on the ‘Amend’ context workflow link, we are able
to update the features of the [Link] product.

Temenos University - June 2012 45


AA Advanced Customisation - Part 1

In order to attach the new condition to the [Link] product, we must


open the ‘Property Conditions’ tab and expand the ‘Property’ field, adding one
new value. This new ‘Property’ value should be set to API, while the associated
multi-value of the ‘Conditions’ field should contain the name of our condition,
i.e. [Link]. Arrangement link should be set to TRACKING.

Temenos University - June 2012 46


AA Advanced Customisation - Part 1

Let us proof and publish the product in the usual way.


Now, the product is ready and we should be able to test if the [Link]
local reference field within the ‘Commitment’ screen while decreasing a Personal
Loan arrangement. Also, once the Commitment decrease is authorised, we will
check if the ‘Account’ screen is updated by our routine as expected.

Temenos University - June 2012 47


AA Advanced Customisation - Part 1

We can create a new Personal Loan arrangement using the


[Link] composite screen, through User Menu > Product
Catalog. Then we should select the ‘Lending’ Product Group, the ‘Personal Loan’
Product and then click on the ‘New Arrangement’ context-based workflow icon.

Temenos University - June 2012 48


AA Advanced Customisation - Part 1

Specify Customer Number, Currency, Amount, Term or Maturity Date and


Account for Repayments etc, then validate & commit. Accept any override. Note
down the new Arrangement Id & log on as a different user to authorise the record.

Temenos University - June 2012 49


AA Advanced Customisation - Part 1

As you know, in order to authorise any Loan product, we can use the
[Link] composite screen which you find under User
Menu > Retail Operations > Find Loan. Once the composite screen pops up, we
will select the second tab from the left (‘Unauthorised’) and then search by
Arrangement Id.
Once the enquiry output is presented to you, click on the ‘Overview’ context-
workflow icon on the right hand-side of the screen.

Temenos University - June 2012 50


AA Advanced Customisation - Part 1

Once the ‘Lending Overview – Unauthorised’ composite screen pops up, get the
new record approved. Let us now decrease the commitment of this authorised
Personal Loan arrangement to check if our [Link] local reference field
is displayed within the ‘Commitment’ screen for the LENDING-DECREASE-
COMMITMENT activity and also to make sure that the
[Link] routine works properly – this should extract the
content of [Link] and updates the system field ‘[Link]’
on the ‘Account’ Screen.

Temenos University - June 2012 51


AA Advanced Customisation - Part 1

As you know, in order to perform a new activity on the authorised personal loan
arrangement, we can use again the [Link] composite
screen available under User Menu > Retail Operations > Find Loan. Once the
composite screen pops up, we will select the first tab from the left (‘Authorised’)
and then search by Arrangement Id.
Once the enquiry output is presented to you, click on the ‘Overview’ context-
workflow icon on the right hand-side of the screen.

Temenos University - June 2012 52


AA Advanced Customisation - Part 1

Once the ‘Arrangement Overview (Lending)’ composite screen has opened, click
on the ‘New Activity’ hyperlink on the top right-hand side of the screen. An
enquiry output listing New User Activities will pop up and you should now select
the ‘Decrease Commitment’ option, under ‘Term Amount’ property class. In order
to do so, click on the ‘Do activity today’ context-workflow icon.

Temenos University - June 2012 53


AA Advanced Customisation - Part 1

As soon as the the [Link] screen opens (here we are


using a version called [Link],[Link]), we can
see that the ‘Commitment’ screen includes field labeled ‘Posting Restriction for
Term Amount’ and that this field points to the [Link] table. This
is of course the [Link] local reference field we had created at the
beginning of this demo.
Our first test on the local reference field has been successful – so now we should
proceed with the second one and check if our post routine is also invoked
correctly. In order to do so, we should complete the required details making sure
that we populate the ‘Posting Restrict for Term Amount’ field (e.g. with option 4),
then commit the record and accept any override.
Once the activity is completed, we should log on as a different user and authorise
it as follows.

Temenos University - June 2012 54


AA Advanced Customisation - Part 1

Again, we can retrieve the unauthorised activity and approve it through User
Menu > Retail Operations > Find Loan. Once the composite screen pops up, we
will select the first tab from the left (‘Authorised’) and then search by
Arrangement Id.
Once the enquiry output is presented to you, click on the ‘Overview’ context-
workflow icon on the right hand-side of the screen.

Temenos University - June 2012 55


AA Advanced Customisation - Part 1

When the ‘Arrangement Overview (Lending)’ composite screen appears, look at


the Pending Activities list on the ‘Additional Details’ frame located on the bottom
right-hand side of the screen. The unauthorised ‘Decrease Commitment’ activity
will be listed there – select the ‘Approve’ option and authorise the record as soon
as it pops up.
Let us now note down the Id of the current LENDING-DECREASE-
COMMITMENT activity and check the effect of this authorisation on the
arrangement through the [Link] application.

Temenos University - June 2012 56


AA Advanced Customisation - Part 1

Let’s now look at the activity we have just authorised through


[Link] and try to understand whether it has
generated the desired effects. On the activity record, together with the usual
activity information (Arrangement Id, Activity name, Arrangement details etc.),
we can immediately spot two fields which are very important for our second test

Child Activity – containing the Id of a child Activity which was generated


automatically when the current activity was authorisied
Master Activity – a system maintained field which is used to indicate the Master
arrangement activity which initiated this transaction. In this case, Master Activity
is the same
as the [Link] @ID, which implies that the current
activity was input manually and not automatically generated. This is also shown
by the Initiation type field, which is set to USER (meaning that this activity was
manually input by a user)

Let us now jot down the Child Activity Id and check the ‘Commitment’ and
‘Account’ screens on this activity record to see if the update between them has
been carried out successfully between [Link] and ACCOUNT
Property Classes. While executing the LENDING-DECREASE-COMMITMENT
activity, we had populated the local field [Link] on the ‘Commitment’

Temenos University - June 2012 57


AA Advanced Customisation - Part 1

screen with value ‘4’. If the routine has worked properly, now the content of the system
field [Link] on the ‘Account’ screen should be the same.

Temenos University - June 2012 57


AA Advanced Customisation - Part 1

As expected the value of local field [Link] on the ‘Commitment’ screen


is ‘4’ as we manually set it while performing LENDING-DECREASE-
COMMITMENT. This was done thanks to the
[Link],[Link] version which we
had aptly modified to contain the [Link] local field.

Temenos University - June 2012 58


AA Advanced Customisation - Part 1

And on the same record, also the [Link] system field has been
automatically updated to value ‘4’. This happened because the current
LENDING-DECREASE-COMMITMENT activity, after authorisation, generated
a child activity which updated the ACCOUNT Property as well, thanks to the post
routine we attached to the parent activity. Let us use the Child Activity Id we had
jotted down to check the corresponding record in
[Link].

Temenos University - June 2012 59


AA Advanced Customisation - Part 1

As we can seem the child activity triggered by our post routine is a


LENDING-UPDATE-ACCOUNT as expected.
The linked activity is AAACT12026CHLXLR3T, this is the LENDING-
DECREASE-COMMITMENT activity that generated the LENDING-
UPDATE-ACCOUNT activity.
The Initiation type is SECONDARY. As we know, this field denotes the type
of initiation for the current activity that is whether the activity was triggered by
the user or by external transaction or it could be scheduled or secondary activity.
SECONDARY implies that this activity was automatically generated on
authorisation of another activity (we have previously seen that, in our case, the
master activity has Initiation Type set to USER – other possible values are
SCHEDULED, TRANSACTION and NOLOG)
The activity class is LENDING-UPDATE-ACCOUNT, the property on which
the action should take place is ACCOUNT.
The field that has to be updated is POSTING-RESTRICT at multi value
and sub value position 1:1.
The value that has to used for updating is ‘4’. If you remember, this is the
value that we specified in the [Link] local reference field
These details show us that also our second and last test is successful –
the post routine has been invoked appropriately, it has extracted the
content of our local reference field and has generated this child LENDING-
UPDATE-ACCOUNT activity to updated the content of the

Temenos University - June 2012 60


AA Advanced Customisation - Part 1

[Link] field with such extracted value.

Temenos University - June 2012 60


AA Advanced Customisation - Part 1

• Let us create a new version of [Link] which includes


[Link] and [Link] local fields and link this
version to the LENDING-DECREASE-COMMITMENT Activity within
the [Link] product – if you remember, the local field
[Link] was created during Demo 1 of the AA Basic
Customisation Course. Both this and the [Link] fields will be
included within the new version as we will see. Secondly we will have to
attach the version to the Condition for the PRESENTATION Property in the
[Link] record.
• Then, we will write a validation routine which updates the local field
[Link] with a comment whenever the local field
[Link] is populated. This will be triggered during validation of an
Vehicle Loan arrangement, while decreasing the arrangement’s commitment
• Finally we will associate this routine to a new Product Condition of the
[Link] Property Class and then we will attach such Product
Condition to the Vehicle Loan Product. Remember that you need to proof &
publish the product before you can test your new customised screen layout
and validate routine.

Please note that, as explained in slide 16, the R12_AA_Framework_5 update is


required for this demo to be completed.

Temenos University - June 2012 61


AA Advanced Customisation - Part 1

1) To create our new version, we will access the Screen Designer Composite
screen, as usual, through Admin Menu> Implementation Utilities >
Customization > Screen Designer and then we should click on the New
Version option.
2) As soon as the New Version screen comes up, we should type in the Id of our
new VERSION record (i.e. [Link],[Link]) and then
click on the Edit button.
3) On the main screen, we will jot down a brief description of the Customised
Screen Layout you are creating in GB Description and set the Language field
appropriately. As we have seen, in this version the [Link] field is
defaulted to 1 and cannot be changed.

Temenos University - June 2012 62


AA Advanced Customisation - Part 1

4) We should now focus on the first Field Definitions tab in order to define the
fields and their basic structure for the [Link],[Link]
version record
5) Each of the requested fields should have an entry in [Link]
6) COL contains instead information about the indentation from the left margin
(i.e. column position).
7) Text Max defines the amount of characters occupied by each field’s label
8) Text field contains the customised label which will be assigned to a specific
field in this version
We can now validate & commit the record. Version Designer is a self-authorising
version and hence our record will become immediately live.

Temenos University - June 2012 63


AA Advanced Customisation - Part 1

We have created a new customised layout for the TERM AMOUNT Property
Class and our objective is to display this version to end-users whenever they
perform a LENDING-DECREASE-COMMITMENT activity on a Vehicle Loan.
We know that the versions displayed for each Activity, Property or Property Class
are defined through the [Link] Property Class (linked to the
PRESENTATION Property) and that there are different ways to attach a specific
version to an activity – you can create a brand new Condition for
[Link] from scratch and then attach it to a product, you can
update the VERSION in an already created Condition for a product (as we did in
Demo 1 of this presentation) or you can update an already existing
PRESENTATION Condition, including your version. In the past, we have seen
examples for the first and the second scenario, while now we are going to try and
update and existing Condition.
What we should do is check which condition is associated with the
PRESENTATION property in [Link] (if any) and then update such
condition so that our version is linked to the LENDING-DECREASE-
COMMITMENT Activity. Note that, if the PRESENTATION condition is
missing we can either create a new one or update the corresponding condition at
the Parent Product level if [Link] is a Child Product.
We can get the full list of available products in R12 Model Bank, through Admin
Menu > Product Builder > Products. The [Link] product belongs to
the LENDING Product Line and to the [Link] Product Group. By
clicking on the ‘View’ context workflow link, we are able to check the features of

Temenos University - June 2012 64


AA Advanced Customisation - Part 1

our product.

Temenos University - June 2012 64


AA Advanced Customisation - Part 1

We can check which Property Conditions are associated to the current Product by
clicking on the ‘’Property Conditions’ tab. In this case, the Property we are
interested in is PRESENTATION as this is the property in charge of defining
which versions are presented to end-users when a certain Property, Property Class
or Activity is presented. For the [Link] product, the Property
Condition associated to the PRESENTATION Property is also called
‘[Link]’.
We will now update the [Link] condition so that it includes our
[Link] version for the LENDING-DECREASE-
COMMITMENT activity.

Temenos University - June 2012 65


AA Advanced Customisation - Part 1

Again, through Admin Menu > Product Builder > Product Conditions, we access
to the list of conditions associated with the [Link]
Property Class, we choose [Link] and click on the ‘Update’ context-
based workflow icon, just beside this record.

Temenos University - June 2012 66


AA Advanced Customisation - Part 1

The ‘Default Values’ tab under the [Link] condition record, presents
all activities/properties/property classes for which both Activity versions and a
Simulation versions are defined. Those which are not listed here will be defaulted
from the parent product of [Link], i.e. [Link].
In our case, we want to make sure that a specific [Link]
version is used while executing the LENDING-DECREASE-COMMITMENT
activity.
As we can see, no Activity Version has been defined for the LENDING-
DECREASE-ARRANGEMENT: only the LENDING-NEW-ARRANGEMENT
activity and the SETTLEMENT Property Class have their own versions defined
while the other activities/properties/property classes will inherit their versions
from [Link].

Temenos University - June 2012 67


AA Advanced Customisation - Part 1

We do not want to interfere with the Parent Product settings, in this case, so we
will simply multi-value the Activity field and add the LENDING-DECREASE-
ARRANGEMENT value. Then, using the Activity and Property associated fields
we will connect the [Link],[Link] version to the
COMMITMENT Property for the aforementioned Activity.
Now that our version is associated to the [Link] Condition, we need to
write a validate routine for inter-field update and attach it to the
[Link] product through [Link]

Temenos University - June 2012 68


AA Advanced Customisation - Part 1

This Pre-routine is fairly easy as it does not imply the creation of a new
activity but simply the update of the [Link] local
reference field if the [Link] local reference field contains any
value. Within the first part of our routine we will list, as usual, the insert
files we wish to use.
Then we need to identify the content of [Link] – in order to do
so, we will use a different method from the one previously seen, which
relied on the [Link] API (see slides 35-50, Demo 1 of this same
presentation).
In this routine we will take for granted that we already know the position of
[Link] based on the standard selection record for
[Link] and [Link] (we must
remember that that the latter gets automatically updated based on changes made
on the first, together with all the tables linked to the [Link] Property
Class). Checking out Standard Selection, we notice that [Link] appears
to be stored in the first position <1,1> of the [Link] field of the
[Link]-related tables, while [Link] is located on the
second position <1,2>.
So, in order to extract the values of [Link], we use the common
variable [Link] (stored under the insert file
I_F.[Link]) assigning to it the correct position – the content
of [Link] will be located consequently under
[Link] <1,1>. Please note that this parameter is supposed

Temenos University - June 2012 69


AA Advanced Customisation - Part 1

to be inputted manually by the user and, therefore, we will extract it from the
common variable [Link] – a dimensioned array which, as we know, contains data
from the currently opened record.
Once we have identified the position of [Link], we will initialise the
variable [Link] that contains the message to be displayed within the
[Link] if the condition defined in the IF-THEN-ELSE structure
is true – in this case if the content of [Link] (initialised to the local
variable [Link]) is not null, then we will position the
content of [Link] in [Link]<1,2>, which means where the
[Link] local reference field is positioned. Else
[Link] will be left empty.
The [Link] API will rebuild the arrangement page in case the
validate routine is invoked in CUI.
We can now compile and catalog our routine

Temenos University - June 2012 69


AA Advanced Customisation - Part 1

Temenos University - June 2012 70


AA Advanced Customisation - Part 1

We can create a new Product Condition by accessing the


[Link] composite screen
through Admin Menu > Product Builder > Product Conditions. Then we select
the ‘New Conditions’ context-based workflow icon beside [Link] on the
Property Classes enquiry output.
The ‘Product Condition – Activity API’ screen will appear on the bottom left-
hand side frame of the composite screen. Let us type in the id of our new
Condition (i.e. [Link]) and then click on the ‘Edit’ icon.

Temenos University - June 2012 71


AA Advanced Customisation - Part 1

We should now complete the new [Link] Condition record as


follows.
@ID – The @id of the record will contain the name we assigned to it followed by
the current bank’s date (appended by the system)
GB Description – a meaningful description of what this Activity API condition is
used for
Activity Id – As in this case we would like the Validated routine to be invoked
when the Commitment is decreased on an arrangement, we can specify in this
field the name of the activity which will act as a trigger (i.e. LENDING-
DECREASE-COMMITMENT). The Activity Id and Activity Class are mutually
exclusive, and hence in this case Activity Class is empty.
Property – Defines the Property ID under which the Pre/post routines will be
Executed. The [Link] and Property are mutually exclusive fields (and
hence, in this case, the Property Class field is empty). This field can be expanded
to give pre/post routines under various combinations of [Link]/Activity,
[Link] / Property and Action fields
Action - Defines the ACTION under which the Pre/post routines will be
Executed. The ACTION is a mandatory field for a combination of
[Link] / ACTIVITY and [Link] / PROPERTY fields in
a multi value set. This field can be expanded along with a given
[Link] / PROPERTY.
All other fields will be used to store the @id of routines to be invoked. In this

Temenos University - June 2012 72


AA Advanced Customisation - Part 1

case, we want to define [Link] as a Validation routine, as it


will be invoked on validation of a record inputted during the required ACTION (i.e.
LENDING-DECREASE-COMMITMENT).

Note that also the field ‘Default Negotiable’ is mandatory and should be populated under
the ‘Negotiation Rules’ tab

Temenos University - June 2012 72


AA Advanced Customisation - Part 1

Let us now add the new Condition to the [Link] product. We can get
the full list of available products in R12 Model Bank, through Admin Menu >
Product Builder > Products. As we have seen previously, the [Link]
product belongs to the LENDING Product Line and to the [Link]
Product Group. By clicking on the ‘Amend’ context workflow link, we are able
to update the features of the [Link] product.

Temenos University - June 2012 73


AA Advanced Customisation - Part 1

In order to attach the new condition to the [Link] product, we must


open the ‘Property Conditions’ tab and expand the ‘Property’ field, adding one
new value. This new ‘Property’ value should be set to API, while the associated
multi-value of the ‘Conditions’ field should contain the name of our condition,
i.e. API. [Link] Arrangement link should be set to TRACKING.

Temenos University - June 2012 74


AA Advanced Customisation - Part 1

Let us proof and publish the product in the usual way.


Now, the product is ready and we should be able to test if our Pre-routine is
triggered on validation, while performing a LENDING-DECREASE-
COMMITMENT activity on a Vehicle Loan arrangement. In order to see this, let
us create & authorise a new Vehicle Loan.

Temenos University - June 2012 75


AA Advanced Customisation - Part 1

We can create a new Vehicle Loan arrangement using the


[Link] composite screen, through User Menu > Product
Catalog. Then we should select the ‘Lending’ Product Group, the ‘Vehicle Loan’
Product and then click on the ‘New Arrangement’ context-based workflow icon.

Temenos University - June 2012 76


AA Advanced Customisation - Part 1

Specify Customer Number, Currency, Amount, Term or Maturity Date and


Account Reference etc, then validate & commit. Accept any override. Note down
the new Arrangement Id & log on as a different user to authorise the record as
seen in Demo 1.

Temenos University - June 2012 77


AA Advanced Customisation - Part 1

As you know, in order to authorise any Loan product, we can use the
[Link] composite screen which you find under User
Menu > Retail Operations > Find Loan. Once the composite screen pops up, we
will select the second tab from the left (‘Unauthorised’) and then search by
Arrangement Id.
Once the enquiry output is presented to you, click on the ‘Overview’ context-
workflow icon on the right hand-side of the screen.

Temenos University - June 2012 78


AA Advanced Customisation - Part 1

Once the ‘Lending Overview – Unauthorised’ composite screen pops up, get the
new record approved. Let us now decrease the commitment of this authorised
Vehicle Loan arrangement to check if the [Link],[Link]
version is presented and if our pre routine works properly – this should check the
content of [Link] and updates the local field
[Link] on the ‘Commitment’ screen.

Temenos University - June 2012 79


AA Advanced Customisation - Part 1

As you know, in order to perform a new activity on the authorised personal loan
arrangement, we can use again the [Link] composite
screen available under User Menu > Retail Operations > Find Loan. Once the
composite screen pops up, we will select the first tab from the left (‘Authorised’)
and then search by Arrangement Id.
Once the enquiry output is presented to you, click on the ‘Overview’ context-
workflow icon on the right hand-side of the screen.

Temenos University - June 2012 80


AA Advanced Customisation - Part 1

Once the ‘Arrangement Overview (Lending)’ composite screen has opened, click
on the ‘New Activity’ hyperlink on the top right-hand side of the screen. An
enquiry output listing New User Activities will pop up and you should now select
the ‘Decrease Commitment’ option, under ‘Term Amount’ property class. In order
to do so, click on the ‘Do activity today’ context-workflow icon.

Temenos University - June 2012 81


AA Advanced Customisation - Part 1

As soon as the the [Link] screen opens (here we are


using a version called [Link],[Link]), we can
see that the ‘Commitment’ screen presents the
[Link],[Link] customised screen view we had created,
which includes [Link] and [Link] local reference
fields.
Let us now select an entry in the ‘Posting Restriction for Term Amount’ field and
click on the ‘Validate’ button to invoke our [Link]
Pre-routine.

Temenos University - June 2012 82


AA Advanced Customisation - Part 1

After clicking on the ‘Validate’, [Link] Pre-


routine is invoked correctly – it checks as expected the content of
[Link] and updates the ‘Arrangement Memo’ field with the warning
message defined within our code.

Temenos University - June 2012 83


AA Advanced Customisation - Part 1

Temenos University - June 2012 84


AA Advanced Customisation - Part 1

Temenos University - June 2012 85


AA Advanced Customisation - Part 1

Temenos University - June 2012 86

1
Temenos University - June 2012
AA Advanced Customisation - Part 1
2
Temenos University - June 2012
AA Advanced Customisation - Part 1
3
Temenos University - June 2012
AA Advanced Customisation - Part 1
4
Temenos University - June 2012
AA Advanced Customisation - Part 1
Temenos University - June 2012
5
u0001
Before we proceed and discuss the use of the ACTIVTY.API Property 
Class, let’s review bri
Temenos University - June 2012
6
•
Property Classes are AA reusable components defined by attributes and 
actions. A set of P
Temenos University - June 2012
7
Activities, defined in the application AA.ACTIVITY, describe which action can 
be carried ou
Temenos University - June 2012
8
The tables used for building the re-usable components & customising AA screens 
are:  
•
AA.
Temenos University - June 2012
9
u0001
Local Reference Fields are application fields developed locally in order to 
meet the requ
Temenos University - June 2012
10
Customised Screen Layouts are referred as Versions in T24
u0001
These views can be created for

You might also like