Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}
{{product.name}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}} in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

{{group.title || group.id}}

{{group.description}}

  1. {{book.title}}

{{group.title}}

Entity API / getRelatedProjects

Operation Information

  • Application Reference: com.hornbill.projectmanager
  • Scope: Entity - Projects
  • Class: Entity
  • Required Privilege Level: user
  • Required Rights: Group E - canViewProjects

Description

This flowcode operation gets basic details of any related projects against the specified application, entity and reference.

Request Parameters

The getRelatedProjects API takes the following input parameters. It is important to note that the parameters must satisfy the requirement of the input validation checks.

Name Type Required Description
application xs:string Yes The application of the related project. E.g. 'com.hornbill.servicemanager'
entity xs:string Yes The application entity of the related project. E.g. 'Requests'
recordId xs:string Yes The record id (primary key) of the related project. E.g. 'IN00000001'

Response Parameters

Name Type Description
outcome xs:string The outcome of the flowcode operation.
projects xs:string A JSON string of details for the related projects.

Code Examples

In This Document