You are here:
Contract Business Process
After you've created a quote, you will likely want to create a contract to clearly define the services the group will get. This section tells you how to create a contract from your quote with just one click!
You can create a contract through the:
Depending on your role, you can create contracts from different parts of the application:
Role |
Create a Contract from |
|---|---|
Internal insurance agent |
Quote UI Vlocity Admin Lighting Experience |
Vlocity Admin |
Vlocity Admin Lighting Experience |
Contracts Using the OmniScript Flow
If you are a Vlocity admin, you can find the Contract Creation OmniScript in the Vlocity OmniScript Designer under:
-
Type - InsGVB
-
SubType - CreateContract
-
OmniScript Name - Create Contract
The OmniScript starts off by asking users to review group information.
That's actually all that users need to do. The OmniScript generates the proposal document.
How Does It Work?
Is it magic? Is it voodoo? No, it's our OmniScript!
Component Name |
Component Type |
What It Does |
What It Calls |
|---|---|---|---|
getQuoteDetails |
Omnistudio Data Mapper Extract Action |
Retrieves the quote details |
None |
getAccountDetails |
Data Mapper Extract Action |
Retrieves the quote ID and the account ID |
Ins_ReadAccountDetails_CreateContractOS |
setContractStatus |
Set Values |
Sets the contract status as Draft |
None |
setaccountId |
Set Values |
Set the account ID |
None |
setContractTerm |
Set Values |
Sets the time period for which the contract is valid |
None |
EmployerInformation |
Step comprising multiple blocks |
Displays the group information, billing information and contract dates for the quote |
None |
setProposalValues |
Set Values |
Sets the contract title |
None |
createContractAndCensusIp |
Integation Procedure |
Sets the enrollment census ID and creates a contract ID |
InsCreateContractAndCensusIP |
ContractProposal1 |
OmniScript |
Generates the proposal |
InsGVB/ContractProposal |
What's Next?
Members can now enroll themselves in the plans you've selected. For instructions on how to go about it, see the Enrollment Business Process.
- Contracts Using the Quote UI
You can create a contract using the quote UI, which is built with Lightning Web Components. - Contract Proposal OmniScript
For the lines of business that need documents that contain the details of a contract (rather than or in addition to showing the contract details on the UI), this OmniScript can create proposal documents.

