Scripting Module 1 Flashcards

1
Q

When should you script?

A

Add new functionality
Extend existing functionality
Guide users through messaging
Automate processes
Interact with third party applicatons

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Who can script?

A

System Administrator
System Definition Administrators (business_rule_admin, client_scipt_admin, script_include_admin, and ui_policy_admin)
Application Administrator

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the features of the Syntax Editor?

A

syntax coloring, auto-indentation, line numbers, and creation of closing braces and quotes
Context-sensitive help
Code editing functions
Editor macros - provide shortcuts for commonly used code
Syntax error checking

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does the context sensitive help display?

A

List of valid elements at the cursor’s current position
Lists methods for a class
Lists expected parameters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does the context menu allow you to navigate to?

A

Show Definition - displays the definition of a table
Show Data - displays records in the table
Find References - lists files that reference the script include
Open Definition - displays the script include definition
Show Documentation - opens the documentation page fo the Glide API

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the functions on the syntax editor toolbar

A

Toggle the syntax editor
Comment Selected Code
Format Code
Replace
Replace All
Search
Toggle Full Screen Mode
Help
Save
Check Syntax
Script Debugger

How well did you know this?
1
Not at all
2
3
4
5
Perfectly