Event Framework
R24 AMR | Min(s) read
Sample Event XML
This section shows a sample of event XML.
The timeInLocal is available from 202109 release. It is added to all the IF Events indicating the local time of the event creation.
<?xml version="1.0" encoding="UTF-8"?> -<tns:CUSTOMER xmlns:ns0="http://www.temenos.com/T24/event/Common/EventCommon" xsi:schemaLocation="http://www.temenos.com/T24/event/MyProject1/CUSTOMER MyProject1-CUSTOMER.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://www.temenos.com/T24/event/MyProject1/CUSTOMER"> -<tns:eventCommon> <ns0:application>CUSTOMER</ns0:application> <ns0:companyId>GB0010001</ns0:companyId> <ns0:operator>TEST.USER</ns0:operator> <ns0:today>2000-11-30</ns0:today> <ns0:transactionStage>INPUT</ns0:transactionStage> <ns0:eventId>16ad5653-c160-467f-9b87-91dd7a97422e</ns0:eventId> <ns0:creationTime>2021-07-15T06:30:28.417Z</ns0:creationTime> <ns0:customCommon name="timeInLocal">2021-07-15T12:00:28.417 Asia/Calcutta</ns0:customCommon> </tns:eventCommon> <tns:customerId>100113</tns:customerId> <tns:test>13</tns:test> -<tns:relationCodeGroup index="1"> <tns:relationCode>1</tns:relationCode> <tns:relCustomer>100112</tns:relCustomer> -<tns:roleSubGroup index="1"> <tns:role>10</tns:role> <tns:roleNotes>TEST1</tns:roleNotes> </tns:roleSubGroup> -<tns:roleSubGroup index="2"> <tns:role>20</tns:role> <tns:roleNotes>TEST2</tns:roleNotes> </tns:roleSubGroup> </tns:relationCodeGroup> -<tns:relationCodeGroup index="2"> <tns:relationCode>2</tns:relationCode> <tns:relCustomer>100111</tns:relCustomer> -<tns:roleSubGroup index="1"> <tns:role>30</tns:role> <tns:roleNotes>TEST3</tns:roleNotes> </tns:roleSubGroup> </tns:relationCodeGroup> -<tns:otherOfficerList> <tns:otherOfficer index="1">1</tns:otherOfficer> <tns:otherOfficer index="2">2</tns:otherOfficer> <tns:otherOfficer index="3">3</tns:otherOfficer> </tns:otherOfficerList> -<tns:test1List> <tns:test1 language="GB">Td Waterhouse Uk</tns:test1> </tns:test1List> <tns:mnemonic>TDWATERH</tns:mnemonic> -<tns:name1List> <tns:name1 language="GB" index="1">GB1</tns:name1> <tns:name1 language="FR" index="1">FR1</tns:name1> <tns:name1 language="GB" index="2">GB2</tns:name1> <tns:name1 language="GB" index="3">GB3</tns:name1> <tns:name1 language="FR" index="3">FR3</tns:name1> <tns:name1 language="DE" index="3">DE3</tns:name1> </tns:name1List> -<tns:smsGroup index="1"> <tns:sms>1234567890</tns:sms> <tns:email>1234567890</tns:email> </tns:smsGroup> -<tns:smsGroup index="2"> <tns:sms>9876543211</tns:sms> </tns:smsGroup> </tns:CUSTOMER>
In this topic