You are here:
Set Up Appraisal Item Add-Ons for Vehicles
Store a list of vehicle accessories that can impact the final valuation for an appraisal. Use the AppraisalManagementFetchItemAddOnInfo integration procedure to modify or add accessories based on your business requirements. The accessories specified in this integration procedure are shown to sales reps by default when they create an appraisal item.
Required Editions
| Available in: Lightning Experience |
| Available in: Enterprise, Unlimited, and Developer Editions |
| User Permissions Needed | |
|---|---|
| To customize Flexcards and integration procedures: | Omnistudio Admin |
Although this integration procedure helps to define the accessories, create and set up your own business logic to manage the pricing of these accessories and how they affect the valuation provided by the market sources.
-
Create a version of the AppraisalManagementFetchItemAddOnInfo integration
procedure.
- From the App Launcher, find and select OmniStudio.
- In the Omnistudio app, from the navigation bar, select Integration Procedures.
- Click AppraisalManagementFetchItemAddOnInfo, and select the first version of the procedure.
- Click Create Version.
- Save your changes.
-
Activate the version.
Only one version can be active at a time. You can't edit the active version.
-
Update the appraisal item add-ons in the AppraisalManagementFetchItemAddOnInfo
integration procedure:
- On the new version of the integration procedure, in the Structure section, click the SetValuesForAdditionalEquipments step.
-
Click Edit as JSON.
This integration procedure already lists a set of additional equipments by default. Based on your preferences, you can extend this list and add more equipments.Here's an example of a Dash Cam add-on added to the default list:
{ "addEquipments": [ { "value": "Leather Upholstery", "label": "Leather Upholstery" }, { "value": "Premium Paint", "label": "Premium Paint" }, { "value": "Interior Protection Pack", "label": "Interior Protection Pack" }, { "value": "Wheel Protection Pack", "label": "Wheel Protection Pack" }, { "value": "Safety Lock", "label": "Safety Lock" }, { "value": "Infotainment System", "label": "Infotainment System" }, { "value": "Sunshades", "label": "Sunshades" }, { "value": "Roof Racks", "label": "Roof Racks" }, { "value": "Portable Tire Inflator", "label": "Portable Tire Inflator" }, { "value": "Bluetooth Car Kit", "label": "Bluetooth Car Kit" } { "value": "Dash Cam", "label": "Dash Cam" } ] } - Save your changes.
- Activate the version.
-
Clone the AppraisalManagementItemCustomizedOptions child Flexcard and the
AppraisalManagementAdditionalAccessorySelection Flexcard.
- From the App Launcher, find and select OmniStudio.
- In the Omnistudio app, from the navigation bar, select Omnistudio Flexcards.
- Click AppraisalManagementItemCustomizedOptions and select the first version.
- Click Clone.
- Modify the name and other details as required, and click Clone.
- Click Activate.
- Repeat steps a-f for the AppraisalManagementAdditionalAccessorySelection Flexcard.
-
Clone and update the AppraisalManagementIsItemCustomized Flexcard.
- From the App Launcher, find and select OmniStudio.
- In the Omnistudio app, from the navigation bar, select Omnistudio Flexcards.
- Click AppraisalManagementIsItemCustomized and select the first version.
- Click Clone.
- Modify the name and other details as required, and click Clone.
- In the Child Card Properties section, for Flexcard Name, select AppraisalManagementItemCustomizedOptions.
- Click Activate.
-
Update the AppraisalManagementVehicleAppraisal Omniscript.
- From the App Launcher, find and select OmniStudio.
- In the Omnistudio app, from the navigation bar, select Omniscripts.
- Click AppraisalManagementVehicleAppraisal and select the first version of the omniscript.
- Click New Version.
- In the AdditionalInformation step, in the Properties section of the AreModificationsMade component, refer to the cloned version of the AppraisalManagementIsItemCustomized Flexcard.
- In the AdditionalInformation step, in the Properties section of the AreAdditionalEquipmentsInstalled component, refer to the cloned version of the AppraisalManagementAdditionalAccessorySelection Flexcard.
- Save your changes.
- Click Activate Version.
Did this article solve your issue?
Let us know so we can improve!

