---
title: "GetStudiesSubjectList (Opus Funktion) ToDo"
---
### Beschreibung

Gibt eine Liste von Fächern ID für einen User zurück.

### Argumente

| Name | Typ | Beschreibung |
| --- | --- | --- |
| AddressRoleID | [integer](https://manuals.swissmains.com/display/smtschool/integer) | AddressRoleID |
| PlanningPeriodID | [integer](https://manuals.swissmains.com/display/smtschool/integer) | PlanningPeriodID |
| ClassID(optional) | integer | ClassID(optional) |

### Rückgabewert

Es wird ein Arrays zurückgegeben.

ID Liste sortiert

### Beispiel

```
La_StudiesSubjectList = GetStudiesSubjectList(Ai_AddressRoleID, Ai_PlanningPeriodID, Ai_ClassID);
```

### Siehe auch

---
