ACD100 Exam QuestionsBrowse all questions from this exam

ACD100 Exam - Question 39


A record for Employees has been created.

What is the correct use case for a record list action?

Show Answer
Correct Answer: C

A record list action is typically used for initiating actions directly from a list of records. A common use case for this is to add a new record, such as a new Employee in this context. This allows users to use the record list to search for existing records and ensure a new entry is not redundant before adding it. Thus, adding a new Employee fits the correct use case for a record list action.

Discussion

5 comments
Sign in to comment
MahrukhOption: A
Jul 13, 2023

A. View the details of an Employee Justification: A record list action is typically used to retrieve a list of records that match certain criteria or conditions. It allows you to query and fetch multiple records from a data source based on specified filters or sorting rules. In the context of the given scenario, where a record for Employees has been created, a record list action would be suitable for viewing the details of multiple employees. It enables you to fetch and display a list of employee records, allowing you to view their respective details.

MasoodSidiquiOption: C
Jul 25, 2023

I might go with "Add an Employee" Record list actions Record list actions are links to process models the user can start directly from the record list. Record list actions can be configured to open in a dialog, the same tab, or a new tab. After completing a record list action, users return to the record list. When actions are configured to open in a dialog, any user filter values are remembered when returning to the record list. A common use case is to add an action to "create a new record". This allows users to leverage the record list search to ensure the record in question does not already exist. It also allows developers to use their five site pages more efficiently by combining record and action functionality. By default, record list actions display on the record list. Optionally, you can also configure record list actions to display in interfaces. https://docs.appian.com/suite/help/23.2/record-actions.html

NR2Option: C
Aug 24, 2023

C - https://docs.appian.com/suite/help/23.3/record-actions.html#Record%20list%20actions

nyxxxOption: A
Apr 25, 2023

You would want to view it first than add. So A.

PalitSOption: B
Jun 5, 2023

Option A is applicable for summary view, not for RecordList view