Question 6 of 140

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

    Correct Answer: A

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

Question 7 of 140

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

    Correct Answer: 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.

Question 8 of 140

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

    Correct Answer: 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.

Question 9 of 140

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

    Correct Answer: 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.

Question 10 of 140

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

    Correct Answer: 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.