Question 6 of 192

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

Suggested Answer

The suggested answer is A.

Outbound Email is not a recognized trigger type in Flow Designer. The valid trigger types include Application, Record, and Schedule.

Community Votes8 votes
ASuggested
100%
Question 7 of 192

When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
Answer

Suggested Answer

The suggested answer is B.

When creating new application files in a scoped application, cross scope access is turned on by default for tables. By default, scoped applications have the necessary settings to read, write, create, and delete records in their own tables. Other application elements, such as REST messages, Script Includes, and Workflows, do not have cross scope access enabled by default and must be explicitly granted permission.

Community Votes20 votes
BSuggested
45%
A
35%
C
15%
D
5%
Question 8 of 192

In an Email Notification, which one of the following is NOT true for the Weight field?
Answer

Suggested Answer

The suggested answer is B.

A Weight value of zero means the Notification is always sent when the Notification's When to send criteria is met. Therefore, a Weight value of zero does not mean that no email should be sent.

Community Votes30 votes
BSuggested
80%
D
20%
Question 9 of 192

Which of the following objects does a Display Business Rule NOT have access to?
Answer

Suggested Answer

The suggested answer is C.

A Display Business Rule has access to the 'current' and 'previous' objects, both of which are automatically instantiated from the GlideRecord class. They also have access to the 'GlideSystem' object, which is commonly used for various system operations. However, the 'g_scratchpad' object is not accessible in Display Business Rules as it is specific to Client Scripts, where it is used to pass data from the server to the client-side.

Community Votes9 votes
AMost voted
100%
Question 10 of 192

Which of the following features are available to Global applications? (Choose two.)
Answer

Suggested Answer

The suggested answer is A, D.

The correct features available to Global applications are Automated Test Framework and Flow Designer. Automated Test Framework is a tool designed to create and run automated tests, which is available for both Global and Scoped applications. Flow Designer is a process automation tool that is also available for Global applications, allowing users to design elaborate workflows visually. Delegated Development is only supported for true scoped apps, not Global applications. Source Control integration was introduced for Global applications in the Paris release, but the question is specific to the current capabilities excluding historical updates; therefore, the best answers are Automated Test Framework and Flow Designer.

Community Votes8 votes
ADSuggested
100%