You are here:
Configuring and Using the Transaction Component
The Transaction component list is supported for claims and assets (insurance policies). To use it, add the transaction component to the claims and asset detail pages, then associate it with an Integration Procedure.
- Customize Transaction Objects
- Set Up a Transaction Component OmniForm
- Set Up Transaction Component Post IPs and Integration Procedures
- Add the Transaction Component to Pages
Set Up a Transaction Component OmniForm
This OmniForm appears when you create a transaction in an asset or a claim.
-
Go to OmniScript Designer and create a new OmniScript that you can use as an OmniForm. Enter:
Field
Value
Name
Transaction OmniForm or something similar
Type
Claim or Asset
SubType
Transaction
- From Groups, drag a Step onto the OmniScript structure and name it Transaction.
- Add Inputs to the Step to create the transaction.
- From Actions, drag a Submit remote action under the step.
Set Up Transaction Component Post IPs and Integration Procedures
Create two Integration Procedures for each object you want to add the transaction component to: a Post-Integration Procedure ("Post IP"), and an Integration Procedure that calls the Post IP.
-
Go to OmniStudio Integration Procedures and click New to create a new PostIP integration procedure. Enter:
Field
Value
Name
ClaimPostIP, AssetPostIP, or something similar
Type
Claim or Asset
SubType
PostTransaction
-
Drag a Remote Action onto the Structure. Enter:
Field
Value
Element Name
Descriptive name
Remote Class
InsuranceClaimHandler or InsuranceAssetHandler
Remote Method
upsertClaimTransaction or upsertAssetTransaction
-
Drag an Omnistudio Data Mapper Post Action onto the Structure under the Remote Action.
NoteIn this procedure, the Post IP calls a Data Mapper. Your Post IP can call a Data Mapper, an Apex class, or another action of your choice.
-
Give the action an Element Name.
-
Click the link beside the Data Mapper Interface field to create a new Data Mapper.
-
On the Vlocity Data Mapper Interface page, on the Object tab, enter either InsClaimReserveTransaction__c or InsAssetReserveTransaction__c.
-
In the Fields tab, enter information for the fields you will use on the transaction component.
This is your Post IP. Now you can create an Integration Procedure that calls this Post IP.
-
-
Go to Vlocity Integration Procedures and click New. Enter:
Field
Value
Name
TransactionForm or something similar
Type
Claim or Asset
SubType
Transaction
-
Drag an OmniForm action onto the Structure. Enter:
Field
Value
Element Name
Transaction or something similar
Type
Claim or Asset
SubType
Transaction
Post IP
The name of the Post IP you just created
You reference this Integration Procedure (not the Post IP) when you add a transaction component to a page.
Add the Transaction Component to Pages
When you add the transaction component to a page, you also specify the Integration Procedure for the object.
-
Go to the asset or claim detail view, go to the gear menu, and select Edit Page.
-
Drag and drop the Vlocity Transactions List Component onto the detail page.
-
On the right pane, enter the name of the Integration Procedure for this type of object.
- Customize Transaction Objects
Vlocity provides a Transactions object to support transaction component functionality.

