You are here:
Member Enrollment Vision OmniScript
During the enrollment process, this OmniScript Configures member enrollment for vision 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 Vision OmniScript takes the user data (from the previous steps in the flow that uses this OmniScript) and displays the available vision plans from the contract and lets you select your plan and the members you want to add to it.
The OmniScript then uses this data to set values for the selected products and members to be enrolled and creates a policy.
What's In It
You can find the Member Enrollment Vision OmniScript in the Vlocity OmniScript Designer as:
-
Type/SubType - ins/EnrolmentVision
-
OmniScript Name - MemberEnrollmentVision
Component Name |
Component Type |
What It Does |
What It Calls |
|---|---|---|---|
userInputs |
Omnistudio Data Mapper Transform Action |
Transforms user input data into attribute data. |
Ins_TransUserInputs_MemberEnrollmentOSVision |
visionProduct |
Step |
Lets the user select a vision plan and the members to be enrolled in it. |
None |
getQuoteLineItemsVision |
Data Mapper Extract Action |
Retrieves the quote line items. |
Ins_GetQuoteLineItemsVision |
SetValuesVisionPlan |
Set Values |
Assigns an Id to the selected vision plan. |
None |
VisionSelectedProducts |
Set Values |
Assigns the relevant Ids to the selected plan and members enrolled in the plan. |
None |
transformForEnrollmentVision |
Data Mapper Transform Action |
Transforms the vision plan enrollment data into attribute data. |
Ins_TransForEnrolment_MemberEnrollmentVision |

