Avaloq ACP

Avaloq ACP Course

Avaloq ACP Course

Jost Odermatt

Jost Odermatt

Kartei Details

Karten 257
Lernende 91
Sprache Deutsch
Kategorie Informatik
Stufe Andere
Erstellt / Aktualisiert 22.01.2013 / 05.06.2025
Weblink
https://card2brain.ch/box/avaloq_acp_
Einbinden
<iframe src="https://card2brain.ch/box/avaloq_acp_/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>
Where can the password for a user be reset?

Passwords can be reset on the User tab in the Central Services Desk. Provided you have suitable access rights, you can right click on a user displayed on the screen and use the Reset password context action.

What is the Forms controller?

The Forms controller transforms the visible values from the form elements into the corresponding internal values of the order table and vice versa. The Form Controller also handles events such as form events generated by the presentation layer or order events generated by the business layer.

Meta types forward attributes to the Cost Engine. For instance the GROSS amount of the transaction. Do all meta types forward the same attributes?

No. Depending on the meta type and order type, different attributes are sent to the Cost Engine. Details can be found in the document attached (chapter 6).

Explain the fields of CODE_BOOK_KIND and COST_RULE_LD.

ID, USER_ID, INTL_ID, ACTIVE , META_TYP, QTY_1_BOUND, MEDIUM, QTY_TYPE, QTY_SIGN, FACTOR, MINIM_MAXIM, OFFSET, PRIO, PRIO_A, RULE_A, RULE_SET, BOOK_KIND

What function does Avaloq ice have in an ABS implementation project?

It is the tool used for developing and storing the customisation source code. And it is also the tool used to create installable units for an ABS instance.

Which are the three elements of an ABS desk?

The elements of a desk are: sidebar, work area and favourites button.

What is the name structure of the generated data dictionary?

MEM_DOC_EXTN_"namespace"_"name" (e.g. MEM_DOC_EXTN_ACAD_FAVOURITES_XX)

How do I select the BU for my ABS login?

If you have access to more than one business unit, the Application Start window will open automatically after entering your login credentials (user & password).

Which information is shown by the Orderbook view?

It shows information about your assigned orders depending on the expression used.

In which database table do we find the messages that were exported via the Business Bus?

In the MSG_EXTL_OUT database table.

Do you need to run the 'Task' application in case of loading rules with Avaloq ice?

No, if you are working with Avaloq ice, the rule sets are automatically activated during the installation of the corresponding change. There is no need to manually submit a task.

Which characters can be used as wildcards?

Known are % * _ ?

For rule based parameterisation manual rule entries are done in:

XYZ_RULE_LD

How do we display the variables consolidated in the hierarchical datamart?

We specify the level at and the column in which the variables should appear.

What happens if a user has two roles with contradicting general access rights?

He inherits the strongest general access right of his grantors.

Which statement about Avaloq Forms Customisation is correct? Please choose one (1) answer:

A win definition needs an explicit DDIC binding.

What do the fields on the forms interface represent?

The fields represent the values of a certain business object, which are held in tables on the Avaloq server.

What is needed to parameterise Order Validation error codes?

Error codes are parameterised in the code_ui_err table, using sources (code_ui_err.*)

How do priorities work?

The system checks the rule with the highest priority first, e.g. 9999, until one rule matches.

What is a catch all rule?

It is the rule (usually with the lowest priority 0001 and usually with no matching criteria) that always matches. It is normally used to set a standard or default value.

What are the differences between the transaction-based booking method and the value date-based Booking method?

An order is booked as soon as it is verified (transaction-based). An order is booked definitively when the value date is reached (value date-based). Revaluation is possible for value date-based booking.

True or false? Calling an API is only possible with an Avaloq Script package.

No. APIs can not only be called from an Avaloq Script package. It is possible to call an API from outside the ABS.

Any changes or transactions you perform on objects are called?

Orders. Any changes or transactions you perform on objects are called orders.

What is the naming convention format for addition sources?

For OBJ additions, the format is CODE_OBJ_ADD.{INTL_ID OF CODE_OBJ_TYPE}. e.g. CODE_OBJ_ADD.BP For DOC additions, the format is CODE_DOC_ADD.{INTL_ID OF META_TYP }.e.g. CODE_DOC_ADD.CARD

To modify the table CODE_BOOK_KIND you have to….

modify the source code_book_kind (type = code table data)

What is a base parameter?

It's a standard configuration e.g. Boolean values

Which characteristics of keys exist?

Single-value keys, Multi-value keys

What is the naming convention for the Rule Loader tables?

All Rule Loader tables have the pattern “RULE_LD” included in their name. Rule Loader Views are always based on Rule Loader tables and have the pattern “RULE_LD_V”.

What is the role of a customisation specialist?

The role of the customisation specialist is to do the customisation. - To create changes - To modify source code - To approve the modifications - To check in tasks

What is the format of the naming convention for object key sources?

The format for object keys is {NAMESPACE}${INTL_ID OF CODE_OBJ_TYPE}_{DESCRIPTION OF KEY} e.g. ACAD$BP_SYM.

Which default_field_properties exist?

Edit, switch, mandatory

Can a business partner have two or more containers?

Yes, of course. This will be designed with the business operation model of the bank or in other cases potentially regarding individual client instructions.

What are the components of a chart of accounts in Avaloq?

A chart of accounts consists of an object (with object type 12 BALSTRU) and all the balance accounts (object type 13). The lowest balance accounts in a chart of accounts are called leaves, the others are called owner.

Which statement is valid:

Override Codes can be translated.

Can a form be bound to more than one business type?

No. Each customer created form is bound to exactly one business type. The only exception is the sub-window (win definition). It is independent from any business type.

Why do we need access codes?

You need access codes to protect objects, workflows and other subjects in the Avaloq Banking System (ABS). And you need access codes as well to grant the user access to these protected subjects.

Describe how to arrange key fields within the subwindow.

The sequence of the groups and fields are arranged within the subwindows according to the entry in the form_order source code line.

What types of layout definitions are supported by Avaloq?

Screen, File, Print, Script, Table.

What is a tab order?

To provide a maximum degree of usability for the user, you should define the order in which the cursor proceeds through the input fields when the user presses the [TAB] key. You can do this by including a tab order section in the Avaloq Forms source.

What are the differences between booking and balancing?

Booking is real-time <-> balancing is on demand Booking changes positions <->, balancing shows positions Booking is done on positions <-> balancing is the process of aggregating and valuating positions with the help of balance accounts