How to use Fixed or User-Exit options for recipient determination
For recipient determination, FAB process designer presents a few options which includes system roles and custom ones. Besides these, there are two more options:
Fixed
User-Exit
This page details on how to use them.
Fixed
This option allows you to use a data model field that provides an email address.
Class /IQX/CL_FORMS_BASE_CLASS method CHECK_AND_SEND_NOTIFICATION looks for “{“ to parse email address value from the field specified.
You need to provide data model field as shown above.
2. User-Exit
This options allows you to have your own logic to determine list of email addresses.
To use this option, choose User-Exit in notification recipients screen as shown above and then redefine method DETERMINE_EMAIL_RECIPIENTS in your implementation class.
Within this method, you can define custom logic and append email address(es) to CT_RECIPIENTS.