Summer Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

Which condition must be true in order to establish record type relationships?

A.

The record types must have many-to-many relationships.

B.

All record types in the relationship must be backed by an integration.

C.

Data sync must be enabled for the record types.

You are working on a process model " VIM Update Vehicle. "

You want to call another process " VIM Get Service Date " that accepts pv!vehicleId as a process parameter and sets a value for pv!serviceDate. The next node in VIM Update Vehicle depends on the value of pv!serviceDate.

Which node should you use to execute " VIM Get Service Date " from VIM Update Vehicle?

A.

Start Process smart service

B.

Asynchronous subprocess with activity chaining

C.

Synchronous subprocess with input and output variables configured

What is the impact of reordering fields in a record type backed by a database table?

A.

Attributes in Custom Data Types (CDT) will change.

B.

There is no impact from the change.

C.

Column ordering in the database table will change.

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.

The search box only appears when data is populated in the grid.

B.

The grid is on an interface that needs to be placed within a report object.

C.

The showSearchBox parameter only applies when a record type is used as the source in the data.

Which set of out-of-the-box features is only available when data sync is enabled on a record type?

A.

Generate record actions

Define record type object security

Add custom record fields

B.

Define record type relationships

Add custom record fields

Configure record-level security

C.

Define record type relationships

Add hidden record fields

Configure record-level security

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?

A.

Process Modeler

B.

Process Mining

C.

RPA

The “Create Vehicle” process model writes a new vehicle to the database using the Write to Data Store Entity smart service. You provide a null value for the primary key, and the database manages the primary key id as an auto-incremented integer.

You need the value of the primary key for the new vehicle to use later in the process model.

How should you get the value?

A.

Reference AC!StoredValues in the Outputs tab of the Write to Data Store Entity node.

B.

Add a script task to query for the most recently updated vehicle using loggedInUser().

C.

Dot notate into the ID field of the process variable written to the database, which is automatically updated by the Write to Data Store Entity smart service.

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.

Add the process model as a record list action to that record.

B.

Configure a site page as an action to kick off the process model.

C.

Add the process model as a record related action to that record.

You need to pass data into a process from other parts of your Appian application.

Which configuration is required in your process model?

A.

Toggle the Parameter field to ' True " on the configuration of a process variable.

B.

Create process variables on the Data Management tab of Process Model Properties.

C.

Add an interface as a Process Start Form.

You created an expression rule that was deployed to production on January 12, 2022.

The object has “form type” as a rule input, as well as several other rule inputs for characteristics describing the logged in user. Given values for these inputs, the rule returns a set of form instructions for the specified type of form as applicable to the logged in user.

What is the most important action to take with regards to the object description?

A.

Set an object description that reads: “Returns a set of form instructions to display, given the type of form and characteristics of the logged in user”.

B.

Save a rule input of type ‘text’ for the object called ‘objectDescription’, and set a text value that generally describes the object such that other developers could quickly gain understanding of the object’s purpose.

C.

Set an object description that includes any notes you may need if you were to become responsible for providing Production Support on that area of the application in the future. You should also include “BP – 1/12/2022 – Created” somewhere in the description.