Skip to content

Commit 7831bd6

Browse files
Merge pull request #11120 from BobvanHogen/patch-4
Update prerequisites and add project ID section for release 2512
2 parents d433cca + 5bfc206 commit 7831bd6

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

content/en/docs/marketplace/platform-supported-content/modules/siemens/capital-connector.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The Capital connector is licensed under the [Apache V2.0 License](https://www.ap
1717

1818
### Prerequisites
1919

20-
* Studio Pro version 10.24.3 or above
20+
* Studio Pro version 10.24.8 or above
2121
* A Capital instance, with licensed Capital Integration Server (CIS) enabled and running
2222

2323
### Dependencies {#dependencies}
@@ -67,9 +67,13 @@ In the **Filtering** category of the toolbox, you can find microflows that allow
6767

6868
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/`.
6969

70-
### Capital object IDs
70+
### Capital Object IDs
7171

72-
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.
72+
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.
73+
74+
### Capital Project IDs
75+
76+
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.
7377

7478
## Resources
7579

0 commit comments

Comments
 (0)