You are here:
Selecting the Asset-Based Ordering Implementation
Asset-based ordering uses Vlocity interfaces and implementations.
Clicking the Submit Order button triggers the ABOAssetInterface implementation.
Salesforce provides two implementations:
-
DefaultABOAssetImplementation: The asset is updated and the provisioning status becomes active. This implementation does not create two asset records.
-
RetireABOAssetImplementation: The current asset is replaced by a new asset. The old asset has the provisioning status retired, and the new asset has the provisioning status active. This implementation always creates more than one asset record.
You can also create your own implementation.
The FieldMapperInterface is triggered when copying a set of fields on one object to a mapped set of fields on another object. Field Mapper is central to the asset-based ordering process. See Map Fields for Asset-Based Ordering.
To set the asset-based ordering implementation:
- Go to the Interface Implementations tab.
- From the View picklist, select All.
- Click Go.
- Click ABOAssetInterface.
- Next to the appropriate implementation, click Edit.
- On the Interface Implementation Detail Edit page, select Active.
- Click Save.

