Exit ACD101 Appian Associate Developer
Question 1 of 5
0% complete
Q1 Single choice

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.

Previous Next