API Function Issue - Using Global vs Local Variable
Query Environment
We are using the following environment
- Platform: IBM CLM v6.0.2
- Patch: iFix14
Query Context
We are compelling a script on DNG v6.0.2 for the following purpose:
- Count the number of artifacts within a module that meet some specific criteria
- Artifact criteria can be: “has a link (i.e. mitigates)” and “has an attribute value (i.e. OK)”
- We are invoking the API Function “RM.Data.GetLinkedArtifacts” to check the links for a given Artefact
Query Issues
We are facing couple of issues when using the API function “RM.Data.GetLinkedArtifacts”
- Issue 01: Inability to use a "Global Variable" inside function “RM.Data.GetLinkedArtifacts”
- Issue 02: Inability to extract result to write to an attribute when using a "Local Variable" in the function “RM.Data.GetLinkedArtifacts”
Query Questions
Are you able to assist with the following questions:
- Question 01: Is there a way to use a “Global Variable” to store the result to the API function “RM.Data.GetLinkedArtifacts”?
- Question 02: Is there a way to read/extract the value from the API function “RM.Data.GetLinkedArtifacts” when using “Local Variable”?