with 100% Correct Verified Answers
Microflows - Answer Workflows used to transform data after importing, often involving
the manipulation and processing of data for specific purposes.
Exporting Data - Answer The process of sending data out of a system to be used by
other applications or systems, often involving the transfer of data through methods like
push data, JSON structures, import mappings, HTTP headers, and call REST service
activity.
JSON Structures - Answer Stores and converts JSON snippets into schema structures for
data conversion, ensuring seamless data transfer and interpretation.
HTTP Headers - Answer Passes meta-data in REST calls, including authentication and
content type, ensuring secure and efficient data transfer.
Call REST Service Activity - Answer Used to call a REST endpoint and handle the
response, often using an Import Mapping to convert incoming XML or JSON into Mendix
objects.
Association Types - Answer Three types: One-to-Many, One-to-One, Many-to-Many,
enabling various connections between objects
Single Associations - Answer Only one connection between two entities, utilized in the
Rapid Developer learning path
, Multiple Associations - Answer Multiple connections between two entities, facilitating
diverse relations between instances
One-to-Many Association - Answer Association where one instance of an entity can be
linked with multiple instances of another entity
One-to-One Association - Answer Association where each instance of an entity is linked
with exactly one instance of another entity
Many-to-Many Association - Answer Association where multiple instances of an entity
can be linked with multiple instances of another entity
Persistable Entity - Answer Entity that can be stored in the database, resulting in the
creation of a database table for it
Non-Persistable Entity - Answer Entity that cannot be stored in the database, having no
associated database table
Transient Object - Answer Object that only exists in memory and not in the database
Calculated Attribute - Answer Attribute that obtains its value when accessed,
determined using a chosen microflow
Cross-Module Associations - Answer Creating associations between entities in different
modules, connecting data across modules
System Members - Answer Information about objects that can be stored in the
database, including createdDate, changedDate, owner, changedBy