Free ACD101 Exam Braindumps (page: 7)

Page 6 of 15

You need to start a process using an email trigger.

How should you configure this process model using the Process Model Properties dialog?

  1. Go to File > Properties > Alerts. Configure the Custom Alert settings.
  2. Go to File > Properties Set the proper Process Display Name
  3. Go to File > Properties. Select the Public Events checkbox to allow anyone to fire triggers.

Answer(s): A

Explanation:

To start a process using an email trigger, you need to configure the process model to listen for an email event. This is done by going to File > Properties > Alerts in the process model properties dialog and configuring the Custom Alert settings. Here you can specify the email address that will trigger the process when an email is sent to it.


Reference:

Appian Documentation - Configuring Alerts in Process Models



What are three ways to trigger a process from a process model? (Choose three.)

  1. Use a subprocess.
  2. Call a web API.
  3. Use a!recordActionItem().
  4. Use a Start Process smart service.
  5. Run a!startProcess() from a script task.

Answer(s): A,D,E

Explanation:

There are multiple ways to trigger a process from a process model in Appian:

A subprocess is a process model that is called from within another process model.

A Start Process smart service is a flow element that you can use within a process model to start another process.

The a!startProcess() function can be used within a script task to start a process programmatically. These methods allow a developer to initiate a new process instance from an existing process.


Reference:

Appian Documentation - Process Model Triggers and Smart Services



You have two record types: ACME_Student and ACME_Class.

You need to add a many-to-many relationship between these two record types.

What should you do?

  1. Create a new record type with data sync enabled, then add a one-to-many relationship from each record type (ACME_Student and ACME_Class) to the new mapping record type.
  2. This relationship cannot be modeled using record type relationships.
  3. Add the relationship from either ACME_Student or ACME_Class, then select Many-to-Many under Relationship Type, and add the corresponding keys.

Answer(s): A

Explanation:

To establish a many-to-many relationship between two record types in Appian, you should create a junction or mapping record type that will handle the many-to-many association. This new record type should have two one-to-many relationships, one to each of the original record types (ACME_Student and ACME_Class). This setup allows each student to be associated with multiple classes and each class to be associated with multiple students.


Reference:

Appian Documentation - Record Type Relationships



You need to add a new attribute to your database-backed synced Acme employee record.

What should you do?

  1. Add the new field manually to the ACME_Employee database table and run a database script to resync the Acme employee record.
  2. In the record data model, you add the new field in the ADD SOURCE FIELDS. Save the field with the Update Table checkbox active.
  3. In the record data model, you add the new field with ADD RELATIONSHIPS. Save the newly created relationship and use the field.

Answer(s): B

Explanation:

To add a new attribute to a database-backed synced record type, such as an Acme employee record, you should add the new field under the 'Add Source Fields' section in the record data model configuration.
When you save this new field with the 'Update Table' checkbox selected, Appian will automatically update the underlying database table and resync the record type with the new field included.


Reference:

Appian Documentation - Modifying Record Data Models






Post your Comments and Discuss Appian ACD101 exam with other Community members:

ACD101 Discussions & Posts