Certification - CAD (Certified Application Developer) Flashcards
What syntax is used in a Record Producer script to access values from Record Producer form fields?
- current.variable_name
- current.field_name
- producer.field_name
- producer.variablename
For Record Producers it should be producer.variablename
For Catalog Items it will be current.variablename
When configuring a REST message, what is the Endpoint?
The URI of the data to be accessed, queried, or modified.
What is the fastest way to create and configure a Record Producer?
Open the table in the Table records and select the Add to Service Catalog Related Link
Which of the following are places that GlideUser (g_user) methods can be used?
- Client Scripts
- UI Policies
- Business Rules
- Script Includes
- UI Actions
- Client Scripts
- UI Policies
- UI Actions
- is typically used in client scripts and UI policies but is also found in UI actions that run on the client
- cannot be used in business rules or UI actions that run on the server
When configuring a table, what functionality does the “Allow Configuration” Application Access option enable?
Out of scope applications will be able to create application files for that table.
Which of the following is not a trigger type in Flow Designer?
- Application
- Outbound Email
- Schedule / Dates
- Record
- Outbound Email