Retrieving Asset Line Items
Gets the list of asset line item objects matching the parameters used as the search criteria.
API |
Signature |
---|---|
getAssetsForSearchText |
webService static Apttus_CPQApi.CPQ.AssetSearchResultDO getAssetsForSearchText(Id accountId, List locationIds, String searchText) |
You cannot use the parameters accountId and locationIds simultaneously.
Parameters |
||
---|---|---|
Name |
Type |
Description |
accountId | ID |
The id of the account associated with the asset. |
locationIds | List <ID> |
The ids of the different locations associated with the assets. |
searchText | String |
The search text. |
Response Data Object - Apttus_CPQApi.CPQ.AssetSearchResultDO |
||
---|---|---|
Name |
Type |
Description |
AssetItems | List < Apttus_Config2__ AssetLineItem__c
> |
This is a list of the asset line items. This returns the asset line item records and the values for the fields that belong to each record. |
HasAssetItems | Boolean |
Indicates whether there are asset line items, that match the parameters used for the search. |
Code Sample
When you generate a quote for an existing customer, it is possible that the customer has some assets associated with the account. You can provide a search field on the cart page that enables the customer to search for existing assets and view them. When the user types the search criteria for fetching the assets and clicks Search, invoke the API. This sample should enable the user to search a product by product name, product code, product description, category name, and configuration type. The search for get assets is similar to the product search in the catalog page and installed products page.
Integration Details
Use the following information in your integrations with CPQ Web Services API. Refer to Integrating Conga with External Systems for information on how to get started.