> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Dependency graph

> Dependency graph

This element displays the dependencies in a project graphically.

Also known as **AcyclicGraph** element.

## Configuration

| Setting           | Description |
| :---------------- | :---------- |
| createRelationUrl | URL         |
| editRelationUrl   | URL         |

## Functions

### setFieldValue(String action, Map values)

Adds either a node or a dependency.

**addNode:**

| Value       | Description                               |
| :---------- | :---------------------------------------- |
| dependentOf | a comma-separated list of nodes (Integer) |
| id          | ID of node                                |
| htmlContent | HTML formatted contents of node           |
| color       | HTML color value for node                 |

**addDependency:**

| Value       | Description                 |
| :---------- | :-------------------------- |
| dependentOf | ID of target node (Integer) |
| relationId  | ID of self                  |


## Related topics

- [Application environments](/en/developer-portal/getting-started/app-envir.md)
- [Create a custom logger](/en/onsite/logging/create-custom-logger.md)
- [Overview](/en/api/nuget/index.md)
- [NetServer configuration](/en/onsite/web-config/index.md)
- [Request relations](/en/request/learn/request-relations.md)
- [Permissions and security in SuperOffice for Teams](/integrations/superoffice-for-teams/security.md)
- [SuperOffice.WebApi.Data.EMailConnectionInfo](/en/api/reference/webapi/SuperOffice.WebApi.Data.EMailConnectionInfo.md)
