0% found this document useful (0 votes)
1K views6 pages

Multi Value Field Handling in T24 TAFJ L3 JAVA 1727615767

Uploaded by

bablujp72
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
0% found this document useful (0 votes)
1K views6 pages

Multi Value Field Handling in T24 TAFJ L3 JAVA 1727615767

Uploaded by

bablujp72
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
You are on page 1/ 6

Multi-Value Field Handling in

Temenos T24 -TAFJ & L3 Java


Temenos has a completely unique approach
when it comes to managing Multi-Value Fields
(Dynamic Array).

A Dynamic Array is just a string of characters that contain one or more


special delimiter characters, used to store and retrieve multiple data
values.
The delimiter characters are:
• Field Marker (FM)
• Value Marker (VM)
• Sub-Value Marker (SM)

MD Shibli Mollah
T24 Technical Analyst
Dynamic Array
Each field in the dynamic array can be delimited by a Field Marker, Value Marker, or
Sub-Value Marker.

Field Marker (FM): Denoted as 1, separates fields.


Value Marker (VM): Denoted as 1.1, the first level within a field.
Sub-Value Marker (SM): Denoted as 1.1.1, the second level within a value.

A Field Marker separates each field, and a field may contain more than one value
separated by a Value Marker.

Any Value may have more than one sub-value, separated by a Sub-Value Marker.

Multi-Value in TAFJ Subroutine


Handling Multi-Value fields is an essential part of a developer's day-to-day tasks.
Let me share some methods that are crucial for working efficiently with them.
Initialize an Array:

CONVERT and COUNT:

LOCATE: Used to search a string in a dynamic array and get its position.
Returns the field Position only.

MD Shibli Mollah
T24 Technical Analyst
Setting Value in Multi-Value Field
Local Reference Field:

Local Template Field:

Core Application Field:

MD Shibli Mollah
T24 Technical Analyst
Setting Value in Multi-Value Field: L3

MD Shibli Mollah
T24 Technical Analyst
MD Shibli Mollah
T24 Technical Analyst

You might also like