diff --git a/content/en/docs/marketplace/platform-supported-content/modules/siemens/capital-connector.md b/content/en/docs/marketplace/platform-supported-content/modules/siemens/capital-connector.md index 3f87292c77b..54a4e30c9b9 100644 --- a/content/en/docs/marketplace/platform-supported-content/modules/siemens/capital-connector.md +++ b/content/en/docs/marketplace/platform-supported-content/modules/siemens/capital-connector.md @@ -17,7 +17,7 @@ The Capital connector is licensed under the [Apache V2.0 License](https://www.ap ### Prerequisites -* Studio Pro version 10.24.3 or above +* Studio Pro version 10.24.8 or above * A Capital instance, with licensed Capital Integration Server (CIS) enabled and running ### Dependencies {#dependencies} @@ -67,9 +67,13 @@ In the **Filtering** category of the toolbox, you can find microflows that allow For details on defining a filter, refer to the REST API documentation of your Capital instance. This is available by accessing `{protocol}://{host}:{port}/restapidocs/`. -### Capital object IDs +### Capital Object IDs -Some operations take an object ID as parameter. Many Capital objects have a `BaseID` attribute. For those that do not have this attribute, please use the ID getter microflow available in the toolbox. This takes the link attribute available on the associated metadata object, and returns the ID of the parent object. +Some operations take an object ID as parameter. Many Capital objects have a `BaseID` attribute. For those that do not have this attribute, use the ID getter microflow available in the toolbox. This takes the link attribute available on the associated metadata object, and returns the ID of the parent object. + +### Capital Project IDs + +The project ID is sometimes required as input for a REST operation. If you do not have the project ID, but you do have a metadata link attribute from a Capital object, you can use the exposed `Get project id for Capital object` microflow. ## Resources