You are here:
Member Enrollment Additional OmniScript
During the enrollment process, this OmniScript configures member enrollment for additional plans.
This OmniScript isn't meant to be used alone. It's called by the Member Enrollment OmniScript in the Group Voluntary Benefits with OmniStudio Application.
How It Works
The Member Enrollment Additional OmniScript takes the user data (from the previous steps in the flow that uses this OmniScript) and displays the available additional plans from the contract and lets you select your plan.
The OmniScript then uses this data to set values for the selected products and members to be enrolled.
What's In It
You can find the Member Enrollment Additional OmniScript in the Vlocity OmniScript Designer as:
-
Type/SubType - ins/EnrolmentAdditional
-
OmniScript Name - MemberEnrollmentAdditional
Component Name |
Component Type |
What It Does |
What It Calls |
|---|---|---|---|
getAdditionalPlansQlClId |
Omnistudio Data Mapper Extract Action |
Retrieves the plan ID, product name, and quote line item ID for the additional product. |
ins_readAdditionaPlanQlIdClId_OS |
userInputsAdditional |
Data Mapper Transform Action |
Transforms the user information to attribute values for the additional product. |
Ins_TransUserInputs_MemberEnrollmentAdditional_OS |
AdditionalProducts |
Step |
Displays the additional products to the user. |
None |
AdditionalSelectedProducts |
Set Values |
Assigns the selected product IDs to the AdditionalPlanEnrollment element. |
None |
transformForEnrollmentAdditional |
Data Mapper Transform Action |
Transforms the additional plan enrollment data into attribute data. |
Ins_TransForEnrolment_MemberEnrollmentAdditional |

