FUNDAMENTALS 10.0 EXAM TEST |
COMPLETE EXAM WITH CORRECT
VERIFIED ANSWERS LATEST EXAM
UPDATE
Define the broad purpose for each element category:
a) atomic widgets
b) container widgets
c) locations - ✔✔✔ Correct Answer > 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? - ✔✔✔ Correct Answer > 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 - ✔✔✔ Correct Answer > 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? - ✔✔✔ Correct Answer > 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? - ✔✔✔ Correct
Answer > 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? - ✔✔✔
Correct Answer > 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? - ✔✔✔ Correct Answer > 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.
What are the primary use cases for popups? - ✔✔✔ Correct Answer >
Add, edit, view, or search
How many ETX files can a given entity have? - ✔✔✔ Correct Answer
> One ETX file per entity in most cases.
, What happens if a location's canEdit property evaluates to false? - ✔✔✔
Correct Answer > You will not see editable fields on the popup
Name two circumstances in which you would execute the gwb
genDataDictionary command. - ✔✔✔ Correct Answer > 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.
What datatype do you enter for fields that will store...
a) String values?
b) Boolean values?
c) Numbers with decimal values? - ✔✔✔ Correct Answer > a) varchar
b) bit
c) decimal