Certification - CAD (Certified Application Developer) Flashcards

1
Q

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
A

For Record Producers it should be producer.variablename

For Catalog Items it will be current.variablename

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

When configuring a REST message, what is the Endpoint?

A

The URI of the data to be accessed, queried, or modified.

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

What is the fastest way to create and configure a Record Producer?

A

Open the table in the Table records and select the Add to Service Catalog Related Link

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

Which of the following are places that GlideUser (g_user) methods can be used?

  • Client Scripts
  • UI Policies
  • Business Rules
  • Script Includes
  • UI Actions
A
  • 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

When configuring a table, what functionality does the “Allow Configuration” Application Access option enable?

A

Out of scope applications will be able to create application files for that table.

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

Which of the following is not a trigger type in Flow Designer?

  • Application
  • Outbound Email
  • Schedule / Dates
  • Record
A
  • Outbound Email
How well did you know this?
1
Not at all
2
3
4
5
Perfectly