Skip to content

Commit 666aa5a

Browse files
committed
chore: document supported pending issue target types
1 parent ac7aa0d commit 666aa5a

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

pending_issue.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,21 @@ This message is sent by an external message published to GARAIO REM. Set the rec
3131
Notes
3232

3333
* (1) Defaults to application user for given app_id
34-
* (2) You may pass the class name and the reference of a business object. Qualifiying business object classes
35-
* are a descendant of ApplicationRecord
36-
* have a `referenz` attribute
37-
* (3) You'll receive a `PendingIssue.Issue.Closed` when the user closes the issue
34+
* (2) You may pass the class name and the reference of a business object. As of now the following targets are supported:
35+
* `Buchhaltung`
36+
* `Buchung`
37+
* `DauerauftragZahlung`
38+
* `Haus`
39+
* `Kreditorenauftrag`
40+
* `KreditorRechnung`
41+
* `Mietvertrag`
42+
* `Objekt`
43+
* `OffertAnfrage`
44+
* `Organisationseinheit`
45+
* `Person`
46+
* `Textbaustein`
47+
* `Verwaltungseinheit`
48+
(3) You'll receive a `PendingIssue.Issue.Closed` when the user closes the issue
3849

3950
#### Example
4051

0 commit comments

Comments
 (0)