agent-docs 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Salesforce Revenue Cloud: Transaction Management
|
|
2
2
|
|
|
3
|
-
> v1.0.
|
|
3
|
+
> v1.0.1 | Editions: Enterprise, Unlimited, Developer (Lightning Experience)
|
|
4
4
|
|
|
5
5
|
## Quick Reference
|
|
6
6
|
|
|
@@ -559,13 +559,17 @@ Contains information about asset create/update from
|
|
|
559
559
|
**Important:** Included in `CreateAssetOrderEvent` message; cannot subscribe
|
|
560
560
|
directly.
|
|
561
561
|
|
|
562
|
-
**Fields:**
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
562
|
+
**Fields:**
|
|
563
|
+
|
|
564
|
+
| Field | Type | Description |
|
|
565
|
+
| -------------- | --------- | ----------------------------------------------- |
|
|
566
|
+
| `AssetId` | Reference | Created/updated asset ID (nillable) |
|
|
567
|
+
| `ErrorCode` | String | Error type reference code (nillable) |
|
|
568
|
+
| `ErrorMessage` | String | Error information (nillable) |
|
|
569
|
+
| `EventUuid` | String | Platform event message UUID (nillable) |
|
|
570
|
+
| `IsSuccess` | Boolean | Request success status (default: false, v61.0+) |
|
|
571
|
+
| `OrderItemId` | Reference | Order item ID used in request (v61.0+) |
|
|
572
|
+
| `ReplayId` | String | Event stream position (nillable) |
|
|
569
573
|
|
|
570
574
|
**Supported Subscribers:** Apex Triggers, Flows, Processes, Pub/Sub API,
|
|
571
575
|
Streaming API (CometD)
|