CAD Exam Topic 3 Flashcards
server side manages
databases and backend
what is not a debug strategy
for client side scripts
gs.log()
which plugin activates virtual
agent related plugins
glide virtual agent
true or false adding a user to a
notifications who will receive
section means the user will re-
ceive the notification.
false the user can manage their notification
preferences
valid data types for applica-
tion properties
- string
- short string
- true/false
- data format
do ui policies require script-
ing
no
what are some of the benefits
of extending an existing table
such as the task table when
creating a new application
- use existing fields with no modifications
- existing logic from the parent table will be
automatically applied to the new table
methods useful in access
control scripts works on serv-
er side only
gs.hasRole() and current.isNewRecord()
client side scripts that apply
to record producers
catalog client scripts, catalog ui policies
which objects can you use in
a scheduled script execution
script
Glide System and Glide Record
true or false custom applica-
tion developers are required
to create custom embedded
help for every role in a custom
application
false
what happens if no embedded
help is available for a page
a default embedded help page is displayed
what method is used to re-
trieve system property
gs.getProperty()
A sequence of activities for
automating processes in ap-
plications is achieved by
workflow
how do you run a test as a
different user
- use the create a user test step
- use the impersonate test step
what is the purpose of the al-
low configuration option on
the application access setting
of a scoped application
out of scope application can create busi-
ness rules for the table
what is not a method used
for logging messages in a
server side script for privately
scoped applications
gs.log()
rue or false a fields database
name can be changed after its
been created
false
can a scheduled job be used
to run a client side script
everyday
no
The Client Script Types:,
onLoad, onChange, onSubmit, onCellEdit
what objects can be used in
inbound action scripts
current, email and event
true or false update sets
track customizations where
the table has an “update sync
dictionary attribute
true