You are here:
Member Enrollment Medical OmniScript
During the enrollment process, this OmniScript Configures member enrollment for medical 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 Medical OmniScript takes the user data (from the previous steps in the flow that uses this OmniScript) and displays the available medical 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 Medical OmniScript in the Vlocity OmniScript Designer as:
- Type/SubType - ins/EnrolmentMedical
- OmniScript Name - MemberEnrollmentMedical
Component Name |
Component Type |
What It Does |
What It Calls |
|---|---|---|---|
userInputsMedical |
Omnistudio Data Mapper Transform Action |
Transforms user input data into attribute data. |
Ins_TransUserInputs_MemberEnrollmentOSMedical |
medicalProduct |
Step |
Lets the user select a medical plan and the members to be enrolled in it. |
None |
DataMapperExtractAction1 |
Data Mapper Extract Action |
Retrieves the quote line items. |
Ins_GetQuoteLineItemsMedical |
SetValuesMedicalPlan |
Set Values |
Assigns an Id to the selected medical plan. |
None |
MedicalSelectedProducts |
Set Values |
Assigns the relevant Ids to the selected plan and members enrolled in the plan. |
None |
transformForEnrollmentMedical |
Data Mapper Transform Action |
Transforms the medical plan enrollment data into attribute data. |
Ins_TransForEnrolment_MemberEnrollmentMedical |

