Incrementing Assets
You can invoke incrementAssets, a global method to increment assets.
Method |
Signature |
---|---|
incrementAssets |
static Apttus_Config2.CPQStruct.IncrementAssetsResponseDO incrementAssets(Apttus_Config2.CPQStruct.IncrementAssetRequestDO request) |
Parameters |
||
---|---|---|
Name |
Type |
Description |
request | Apttus_Config2.CPQStruct.IncrementAssetRequestDO |
Request object invoked by the method |
Request Data Object - Apttus_Config2.CPQStruct.IncrementAssetRequestDO |
||
---|---|---|
Field |
Type |
Description |
IncrementAssetDOs | List
<Apttus_Config2.CPQStructIncrementAssetDO> |
List of increment assets data objects. |
CartId | ID |
The ID of the cart that consists of assets to be incremented. |
Data Object - Apttus_Config2.CPQStruct.IncrementAssetDO |
||
---|---|---|
Field |
Type |
Description |
AssetId | Id |
The ID of the Asset you want to apply the increment. |
LineAction | String
|
This defines the update made to the asset. There are two types.
|
NewStartDate | Date |
New start date for the updated or new asset. |
NewEndDate | Date |
New end date for the updated or new asset. |
Quantity | Integer |
The amount of quantity to be incremented. |
Response Data Object- Apttus_Config2.CPQStruct.IncrementAssetsResponseDO |
||
---|---|---|
Field |
Type |
Description |
LineItemMap | Map<ID, Apttus_Config2__LineItem__c> |
Returns all line items with all their field values. |
Code Sample
The following sample enables you to increment the quantity of standalone products. You can also provide new start and end dates for the products. If you define LineAction as Increment, new assets are created and, if you define LineAction as Increment and Merge, existing assets are updated.