-
Fichier Détails
Cartes-fiches | 191 |
---|---|
Utilisateurs | 20 |
Langue | English |
Catégorie | Informatique |
Niveau | Autres |
Crée / Actualisé | 24.09.2017 / 05.06.2025 |
Lien de web |
https://card2brain.ch/box/20170924_avaloq_acp_certification
|
Intégrer |
<iframe src="https://card2brain.ch/box/20170924_avaloq_acp_certification/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>
|
Créer ou copier des fichiers d'apprentissage
Avec un upgrade tu peux créer ou copier des fichiers d'apprentissage sans limite et utiliser de nombreuses fonctions supplémentaires.
Connecte-toi pour voir toutes les cartes.
What does the below workflow command do?
(trans(90))(store_obj(5))(store)(commit)
Transfer the order to workflow status 90,….
Which part of the AMI transforms an internal message into an external message?
Formatter
Which part of the AMI transforms an external message into an internal message ?
parser
What do you have to write in a workflow command to implement a 4-eyes check ?
chk_4_eyes
Given a Network structure = MDB$XXX and Message type = XX_YY’
What would the Message Structure look like?
MDB$XXX.XX_YY
how do you recognize a "Network" source?
- incoming
- outgoing
- build header
- parse header
How do you recognize a Network structure? ( keywords)
- character set
- field format
- message format
- datatype
How do you recognize a MSG source?
- assign statements :=
- message compound (keyword)
how do you recognize an incoming message definition?
with NEW
how do you recognize a outgoing message definition
only "with" statements, not "with NEW"
Which of the following sources use the DDIC?
In which table could you find meta information regarding sources?
CODE_SRC_TYPE
Question about language support. A new Russian language option is required in the language selection box. How do you do this? What tables are affected? What is the interface to maintain language strings?
CODE_LANG, OUT_TEXT_NORM
Write the correct keyword and parameter required to define a multi-addition with 10 possibilities.
multi_add_cnt 10
What is the difference between a job and a task?
- a job consists of several tasks
- a task does not have dependencies on other tasks while jobs can have dependencies on other jobs
- a job can be scheduled, a task can not
List all 5 AMI Source Types
1. Incoming Message Definition
2. Outgoing Message Definition
3. Network Structure
4. Message Structure
5. Network
Name the 3 Important Tables that are used in AMI?
- MSG
- MSG_EXTL_IN
- MSG_EXTL_OUT
What are Base Parameters used for?
Control Core functionalities (like workflow behavior)
Base Parameter Source Type
Base par def
API for getting and setting Base Parameter Values?
BASE_PAR_INTF#
Where can you access base parameter values
Data Dictionary
What is Parameterisation?
Altering core functionality of the ABS
What is scripting?
Enhancing already existing functionalities
List the Table Naming Conventions for:
- Code Tables
- Object Tables
-Documents
Code_
OBJ
DOC
What is EBNF?
Syntax for Avaloq Script Language
What does an override do?
An overridden source has additional code at the end. You enhance the existing source. In an AVQ Update the override stays intact
What does an "Overwrite" do?
The whole source is overwritten. With an Update the overwritten Source will not be updated, mostly used in customer-sources
List 3 possible Source States
- Dropped: "deleted", not active anymore
- Invalid: If a source's depending source is changed, it will be set to "invalid" --> A developer has to check it, wont automatically be compiled anymore
- Valid: active and compiled
How can you call an API?
name.function(parameter)
What is the benefit of working with OMD sheets?
Someone working with OMD does not need to “know” script, he can just fill in the data
-
- 1 / 191
-