F-Script |
![]() |
Wichtigusing "ST-DMASFunctions.FBL"
|
Nr.
|
Argument
|
Typ
|
Beschreibung
|
1
|
dmsDocumentId
|
string
|
DMAS document ID.
|
2
|
boType
|
string
|
BO-Typ
|
3
|
boId
|
string
|
BoId
|
4
|
ooLinkType
|
string
|
LinkType (optional)
|
5
|
ooLinkValid
|
string
|
Date valid from (optinal)
|
6
|
sortBy
|
string
|
Results sorted by given column (optional). Example:
'CreatedTS asc'.
|
var resultName := DMASFunctions_GetDocumentOOLinkList(dmsDocumentId, boType, boId, ooLinkType, ooLinkValidFrom, sortBy)