Multiple choice technology packaged enterprise solutions

What is the flow action used to create new versions of existing file attachments.

  1. CreateNewVersion

  2. CreateNewAttachment

  3. CreateNewVersionAttachment

  4. EditAttachment

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

EditAttachment is the correct flow action in Pega PRPC for creating new versions of existing file attachments. CreateNewVersion and CreateNewAttachment are not standard flow actions. The EditAttachment action handles versioning by creating a new version when editing an existing attachment.

AI explanation

The flow action used to create a new version of an existing file attachment (rather than adding a brand-new, separate attachment) is EditAttachment — it opens the existing attachment for edit and, upon save, generates a new version tied to the same attachment record. CreateNewAttachment and CreateNewVersionAttachment are distractor names that don't correspond to actual platform actions, and CreateNewVersion is too generic/non-specific to attachments. This is a specific platform (Pega-style) API/flow-action naming fact.