You configured a Custom Data Type (CDT), ACME_video. You need to set up a node in your process model to write a new video as a row in the CDT's corresponding database table.
Which set of inputs must you configure on your Write to Data Store smart service node?
Which Appian feature can help the implementation team analyze the event log data of an existing process?
You are creating a form used to order a pizza. You use a radio button component for the selection.
The pizza selection labels include a list of toppings. You do not want the selection labels to be truncated.
Which layout should you choose?
Match each scenario to the correct relationship type in your data model design.
Note: Each relationship type 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 write an expression that checks the validity of an email address.
Which three scenarios should you configure as test cases? (Choose three.)
You are configuring an employee onboarding User Input Task that will be assigned to the human resources group.
Based on the default behavior fortask assignments, which statement is valid?
A user needs to navigate from a record summary to an external URL.
Which interface component can be used to support this goal?
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?
You select the "Generate groups and folders to secure and organize objects" option while creating a new application, Acme, with the prefix ACM.
By default, which two groups are generated by Appian? (Choose two.)
You are using a local variable in an expression rule to describe the height of an applicant.
Which statement correctly describes the application of Appian best practices for naming your local variable?
You are running a process instance and an error occurs on an unattended node.
What happens to your process when this error occurs?
Review the following code snippet:
index({"a", "b", "c"}, 1, "x")
Which value is returned?
You have a record type,ABC_Author, backed by a database table.
You need to retrieve the total number of authors without loading all the data.
According to Appian best practices, which code snippet accomplishes this goal in the most efficient way?
A)
B)
C)