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?
Your customer wants to change the name of a field of an existing Custom Data Type (CDT) to match a renamed database field.
The CDT is backed by a database entity, whose data store has the Automatically Update Database Schema option disabled. The old column name was BIRTHDATE and the new column name is DATE_OF_BIRTH.
How should you proceed?
Which Appian feature helps you access enterprise data quickly, define easily leveraged relationships, and establish custom fields based on available information?
-
Match each a!refreshVariable configuration to the appropriate refresh behavior.
Note: Each refresh behavior will be used once, more than once, or not at all.

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 business has large amounts of process data that is difficult for humans to analyze. What is the best Appian feature to help this business gain insights on the data?
You have a Custom Data Type (CDT), ABC_book. This CDT is backed by a database table, abc_book, with data store entity, ABC_book. There is also a constant that refers to this data store entity, ABC_DSE_BOOK.
You need to write code to pull back entries from the abc_book table as CDT objects. You only want 10 entries, but you need to know the total number of entries in the table.
Which code snippet accomplishes this goal?
A)

B)

C)

When applying a default filter to a record type, what is a true statement for excluded data?
How do you refer to metadata of a process model object within process model expressions? For example: the creator, name, or description.
You need to create a record type of only active Products using an existing database table: PRODUCT.
The PRODUCT table consists of the following columns:
• ID(INT(11))
• NAME (VARCHAR(255))
• DESCRIPTION (VARCHAR(1000))
• IS_ACTIVE (BIT)
• CREATED_BY (VARCHAR(255))
• CREATED_ON (TIMESTAMP)
• MODIFIED_BY (VARCHAR(255))
• MODIFIED_ON (TIMESTAMP)
What is a valid way to create this record type?

