When applying a default filter to a record type, what is a true statement for excluded data?
After selecting a record, a user wants to initiate an activity in the context of that selected record.
You start by creating the process model that implements this activity.
What should you do next?
A user needs to navigate from a record summary to an external URL.
Which interface component can be used to support this goal?
You have a record type ABC_Author, backed by a database table. You created a process that allows the user to modify an existing author.
When configuring the Write Records smart service, what should you consider regarding the record ID?
You are developing an expression rule. You need to find information on employing an Appian function that you have not used before.
For more information on the Appian function, what should you do first?
-
You need to implement a new column on an existing database table. This table, its Custom Data Types (CDT), and data store entity are currently in use by an Appian application.
How should you implement this change?
Note: To answer, move all steps from the Options list to the Answer List area and arrange them in the correct order.

You built a grid field with the data source as a query entity.
You want to add a search box to the grid using Appian’s out-of-the-box functionality. You set the parameter of showSearchBox to “True”, but the search box is still not appearing.
Why is the search box NOT appearing?
A process model is currently being used to handle job applications.
For each new applicant, a User Input Task is assigned to the human resources (HR) Recruiter group for initial processing.
Later in the process, users in the HR Supervisor group are sent an email instructing them to schedule the candidate’s final interview. The process is working as expected.
Today, users in the HR Recruiter group requested that they do not receive email notifications for the initial processing of job applications. It is, however, critical for those in the HR Supervisor group to continue receiving e-mails.
How should you address this requirement?
You need to view a record type relationship diagram.
Where should you look in the record type?
You are creating a new interface object to display a pie chart.
The data for the chart is stored in a local variable in the parent interface object which references your child interface.
In terms of performance, what is the most efficient method to access the data required for the pie chart?
Which Appian feature can help the implementation team analyze the event log data of an existing process?
Which Appian feature helps you access enterprise data quickly, define easily leveraged relationships, and establish custom fields based on available information?
ACME Automobile uses Appian to manage their vehicle fleet. Vehicle records can have a status of either " active " or " inactive " .
Users are primarily concerned with active vehicles and want to see only those records by default when viewing the Vehicle records list. However, it is important for users to be able to see the unfiltered list of Vehicle records on demand to address occasional auditing requests from managers.
Which configuration supports the desired Vehicle record list behavior?
You are running a process instance and an error occurs on an unattended node.
What happens to your process when this error occurs?
You are given a list of VM_Vehicles Custom Data Types (CDT).
Which smart service offers the best performance to write the values to the database?
You are building an interface that displays flight departure times. The data must update automatically every minute and without user interaction.
How should this be configured?
You need to build an expression that takes in a list of values and prefixes the values with “ID:”.
What is a valid definition to the expression?
A)

B)

C)

Match each node to the correct description for the node.
Note: Each description will be used once. To change your responses, you may deselect your response by clicking the blank space at the top of the selection list.

You need to pass data into a process from other parts of your Appian application.
Which configuration is required in your process model?
Which Appian feature is used to automate repetitive manual tasks such as extracting data from a system for which there is no API?
HOTSPOT -
Review the following variables:

Match each expression rule to the expected output.
Note: Each output will be used once or not at all. To change your responses, you may deselect your response by clicking the blank space at the top of the selection list.

You want to grant permission for a group to move a file from an old folder to a new folder.
Which security configuration should you set for this group?
What is the impact of reordering fields in a record type backed by a database table?
You created a user interface that has a text field. After you type into the text field, you notice the text disappears when you click out of the text field.
What could be the issue?
Review the following code snippet:
index({ " a " , " b " , " c " }, 1, " x " )
Which value is returned?
You created and published a new process model.
The process model has a start form with two synchronous subprocesses with 40 and 66 nodes each. All nodes are chained from the start node through the subprocesses to the end node. After the tasks and subprocesses, there is a second User Input Task in which the user can confirm the entries and add a comment.
When testing as a normal Acme business user, you see that the confirmation screen is not shown to you.
What might be the reason for this behavior?
A customer wants to display a small toolbar with three icons - a " sad face, " a " face with neutral expression, " and a " happy face " - on the bottom of every page in their application.
Users will be instructed to use the icon that best expresses their current experience using the application. This will allow the customer to collect valuable data about users.
Which object type should be called from each page to implement this feature?
You need to create a record type with data sync enabled.
What are the supported data sources?
You are configuring a Related Action for an entity-backed record type.
What is the proper domain prefix to reference the record data that will be passed into the Process Model as context for the Record Action?
Review the following expression rule:

ri!name is defined as " Maria " .
ri!directory is defined as the following:

What is the expected output?