You are here:
Member Enrollment Dental OmniScript
During the enrollment process, this OmniScript Configures member enrollment for dental 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 Dental OmniScript takes the user data (from the previous steps in the flow that uses this OmniScript) and displays the available dental 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 Dental OmniScript in the Vlocity OmniScript Designer as:
- Type/SubType - ins/EnrolmentDental
- OmniScript Name - MemberEnrollmentDental
Component Name |
Component Type |
What It Does |
What It Calls |
|---|---|---|---|
userInputsDental |
Omnistudio Data Mapper Transform Action |
Transforms user input data into attribute data. |
Ins_TransUserInputs_MemberEnrollmentDental |
dentalProduct |
Step |
Lets the user select a dental plan and the members to be enrolled in it. |
None |
DataMapperExtractAction1 |
Data Mapper Extract Action |
Retrieves the quote line items. |
InsGetQuoteLineItemsDental |
SetValuesDentalPlan |
Set Values |
Assigns an Id to the selected dental plan. |
None |
DentalSelectedProducts |
Set Values |
Assigns the relevant Ids to the selected plan and members enrolled in the plan. |
None |
transformForEnrollmentDental |
Data Mapper Transform Action |
Transforms the dental plan enrollment data into attribute data. |
Ins_TransForEnrolment_MemberEnrollmentDental |

