The Fiddle Enroller Plugin allows an administrator to "fiddle" with the Petition data before it is finalized.
Configuration
The Fiddle Enroller Plugin must be attached to the desired Enrollment Flow as an Enrollment Wedge, where it may be given a configuration specific to the selected Enrollment Flow via Enrollment Flow > Attach Enrollment Flow Wedges > Configure.
Available Fiddles
The Fiddle Enroller currently supports the following Fiddles:
Copy Approver to Manager
The approver_co_person_id
is copied to the manager_co_person_id
field on the CO Person Role associated with the Petition. This implies the Enrollment Flow requires approval and collects attributes to create a CO Person Role. The action will be applied when plugins for the Approve step are run.
Any of the following conditions are considered errors and will cause the Enrollment Flow to fail:
- The plugin runs (meaning the Approve step was enabled) but no Approver was found in the Petition record.
- No CO Person Role associated with the Petition was found.
- There is already a Manager associated with the CO Person Role.
Copy Approver to Sponsor
Operates the same way as Copy Approver to Manager, except approver_co_person_id
is copied to the CO Person Role sponsor_co_person_id
field instead.