100% tevredenheidsgarantie Direct beschikbaar na je betaling Lees online óf als PDF Geen vaste maandelijkse kosten 4.2 TrustPilot
logo-home
Tentamen (uitwerkingen)

INSURANCE SUITE FUNDAMENTALS 10.0 LATEST UPDATE (2025/2026) WITH CORRECT QUESTIONS AND ANSWERS What are the three tiers in GW application architecture - Data, application, presentation (or user interface/web clients) In which tier are the following used?

Beoordeling
-
Verkocht
-
Pagina's
11
Cijfer
A+
Geüpload op
21-08-2025
Geschreven in
2025/2026

INSURANCE SUITE FUNDAMENTALS 10.0 LATEST UPDATE (2025/2026) WITH CORRECT QUESTIONS AND ANSWERS What are the three tiers in GW application architecture - Data, application, presentation (or user interface/web clients) In which tier are the following used? PCF Files, Gosu, and Data model entities? - Presentation, application, and data respectively For each of the following, identify if it is stored as a database table, as a table column, or not stored in the database at all: a) An entity (such as ABContact) b) A physical data field (such as ABContact.CreateTime) c) A virtual data field (such as ABContact.FullName) d) A foreign key field (such as ABContact.AssignedUser) - a) table b) column c) not stored d) column (foreign key column) For each of the following, identify if it is stored as a database table, as a table column, or not stored in the database at all: a) an array key field (such as ABContact.Contact Notes) b) a typelist (such as VendorType) c) a typekey Field (such as ABContact.VendorType) - a) not stored in the database b) table c) column (foreign key column) Name two circumstances in which you would execute the gwb genDataDictionary command. - When you install app and when you extend Data Model (and are concerned with data model validation beyond schema validation in Entity Editor). If you modify system permissions or some other aspect of access and would need to regenerate the Security Dictionary. How many ETX files can a given entity have? - One ETX file per entity in most cases. What datatype do you enter for fields that will store... a) String values? b) Boolean values? c) Numbers with decimal values? - a) varchar b) bit c) decimal Which datatypes require columnParam subelements? - a) decimal requires precision and scale b) varchar requires size When does a GW app actually modify the physical structure of the database? - Physical structure of the database is only modified during start-up. Describe some of the differences between the files in the MetadataTypelist and ExtensionsTypelist folders - Metadata: OOTB typelists. Not-editable. TIX and TTI files. Extensions: contains editable items, developers are able to make modifications here. TTX and TTI files. Define the broad purpose for each element category: a) atomic widgets b) container widgets c) locations - a) display individual elements of data and/or functionality b) group atomic widgets into logical groups c) define how users move from one place in app to the next What does a PCF file define? - A container widget or location and its contents What does each PCF editor convention mean? a) A container widget shaded light blue b) a light green line c) a red background - a) container widget is referenced by the current PCF file and its contents are contained in another file b) for currently selected widget tool, a new widget of that type will be placed in the current location c) the PCF file has an error in it How do you deploy PCF changes? - Navigate to UI and hit Alt + Shift + L OR you can restart the server OR you can log in as admin and reload files from Internal Tools Reload page. What must you specify in a widget's "value" property? - You must specify the field in the data model that the widget is bound to. When would you see the keyword "as" in the value property? - When the container's base object is subtyped, and the field to which the widget is bound is at one of the subtype levels. What is a display key? - It is an abstract display value referenced by a widget's label property. It can have one or more language-specific values, and when the UI is rendered, the value matching the user's language is used

Meer zien Lees minder
Instelling
INSURANCE SUITE FUNDAMENTALS
Vak
INSURANCE SUITE FUNDAMENTALS









Oeps! We kunnen je document nu niet laden. Probeer het nog eens of neem contact op met support.

Geschreven voor

Instelling
INSURANCE SUITE FUNDAMENTALS
Vak
INSURANCE SUITE FUNDAMENTALS

Documentinformatie

Geüpload op
21 augustus 2025
Aantal pagina's
11
Geschreven in
2025/2026
Type
Tentamen (uitwerkingen)
Bevat
Vragen en antwoorden

Onderwerpen

Voorbeeld van de inhoud

INSURANCE SUITE FUNDAMENTALS 10.0 LATEST
UPDATE (2025/2026) WITH CORRECT QUESTIONS AND
ANSWERS



What are the three tiers in GW application architecture - Data, application,
presentation (or user interface/web clients)

In which tier are the following used? PCF Files, Gosu, and Data model entities? -
Presentation, application, and data respectively

For each of the following, identify if it is stored as a database table, as a table
column, or not stored in the database at all:
a) An entity (such as ABContact)
b) A physical data field (such as ABContact.CreateTime)
c) A virtual data field (such as ABContact.FullName)
d) A foreign key field (such as ABContact.AssignedUser) - a) table
b) column
c) not stored
d) column (foreign key column)

For each of the following, identify if it is stored as a database table, as a table
column, or not stored in the database at all:
a) an array key field (such as ABContact.Contact Notes)
b) a typelist (such as VendorType)
c) a typekey Field (such as ABContact.VendorType) - a) not stored in the database
b) table
c) column (foreign key column)

Name two circumstances in which you would execute the gwb genDataDictionary
command. - When you install app and when you extend Data Model (and are
concerned with data model validation beyond schema validation in Entity Editor). If
you modify system permissions or some other aspect of access and would need to
regenerate the Security Dictionary.

How many ETX files can a given entity have? - One ETX file per entity in most
cases.

What datatype do you enter for fields that will store...
a) String values?
b) Boolean values?
c) Numbers with decimal values? - a) varchar

, b) bit
c) decimal

Which datatypes require columnParam subelements? - a) decimal requires
precision and scale
b) varchar requires size

When does a GW app actually modify the physical structure of the database? -
Physical structure of the database is only modified during start-up.

Describe some of the differences between the files in the \Metadata\Typelist and
\Extensions\Typelist folders - Metadata: OOTB typelists. Not-editable. TIX and TTI
files.
Extensions: contains editable items, developers are able to make modifications here.
TTX and TTI files.

Define the broad purpose for each element category:
a) atomic widgets
b) container widgets
c) locations - a) display individual elements of data and/or functionality
b) group atomic widgets into logical groups
c) define how users move from one place in app to the next

What does a PCF file define? - A container widget or location and its contents

What does each PCF editor convention mean?
a) A container widget shaded light blue
b) a light green line
c) a red background - a) container widget is referenced by the current PCF file and
its contents are contained in another file
b) for currently selected widget tool, a new widget of that type will be placed in the
current location
c) the PCF file has an error in it

How do you deploy PCF changes? - Navigate to UI and hit Alt + Shift + L OR you
can restart the server OR you can log in as admin and reload files from Internal
Tools Reload page.

What must you specify in a widget's "value" property? - You must specify the field in
the data model that the widget is bound to.

When would you see the keyword "as" in the value property? - When the
container's base object is subtyped, and the field to which the widget is bound is at
one of the subtype levels.

What is a display key? - It is an abstract display value referenced by a widget's
label property. It can have one or more language-specific values, and when the UI is
rendered, the value matching the user's language is used.
$10.99
Krijg toegang tot het volledige document:

100% tevredenheidsgarantie
Direct beschikbaar na je betaling
Lees online óf als PDF
Geen vaste maandelijkse kosten

Maak kennis met de verkoper
Seller avatar
Examset
4.0
(1)

Maak kennis met de verkoper

Seller avatar
Examset EXAMS
Bekijk profiel
Volgen Je moet ingelogd zijn om studenten of vakken te kunnen volgen
Verkocht
4
Lid sinds
2 jaar
Aantal volgers
2
Documenten
462
Laatst verkocht
2 weken geleden
STUDY EXAMS,STUDY GUIDES,TESTBANKS,NURSING EXAMS AND LATEST UPDATES

The store is destined to help the clients well-researched education materials and tips with latest, updated and verified solutions. Satisfaction is my main priority to the clients by giving assistance and well elaborated assignments, class notes, psychology papers, exams, test banks and offering informative content and also submit work with high quality solutions to take the assignments to the next level.

4.0

1 beoordelingen

5
0
4
1
3
0
2
0
1
0

Recent door jou bekeken

Waarom studenten kiezen voor Stuvia

Gemaakt door medestudenten, geverifieerd door reviews

Kwaliteit die je kunt vertrouwen: geschreven door studenten die slaagden en beoordeeld door anderen die dit document gebruikten.

Niet tevreden? Kies een ander document

Geen zorgen! Je kunt voor hetzelfde geld direct een ander document kiezen dat beter past bij wat je zoekt.

Betaal zoals je wilt, start meteen met leren

Geen abonnement, geen verplichtingen. Betaal zoals je gewend bent via iDeal of creditcard en download je PDF-document meteen.

Student with book image

“Gekocht, gedownload en geslaagd. Zo makkelijk kan het dus zijn.”

Alisha Student

Veelgestelde vragen