Scripting Module 1 Flashcards
When should you script?
Add new functionality
Extend existing functionality
Guide users through messaging
Automate processes
Interact with third party applicatons
Who can script?
System Administrator
System Definition Administrators (business_rule_admin, client_scipt_admin, script_include_admin, and ui_policy_admin)
Application Administrator
What are the features of the Syntax Editor?
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
What does the context sensitive help display?
List of valid elements at the cursor’s current position
Lists methods for a class
Lists expected parameters
What does the context menu allow you to navigate to?
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
What are the functions on the syntax editor toolbar
Toggle the syntax editor
Comment Selected Code
Format Code
Replace
Replace All
Search
Toggle Full Screen Mode
Help
Save
Check Syntax
Script Debugger