Flt_MePoArchAcknable

SUMMARY

Flt_MePoArchAcknable - Set Acknowledgeable Filter

SYNTAX

Flt_MePoArchAcknable(CursorId)

ARGUMENTS

CursorId
- Connects the Listbox to a resource.

DESCRIPTION

Filters for Data Objects that may be acknowledged.
That are Data Objects not being member of an Acknowledge-Group, or the User-Profile of the logged in user contains the Function-Number the Acknowledge-Group is protected by.

EXAMPLES

Flt_MePoArchAcknable(AFI)


Syntax Notation
[aaa]
aaa is optional (zero or one occurences)
(aaa|bbb)
aaa exclusive or bbb
(aaa)*
aaa may occur indefinitely often or may be omitted
(aaa)+
aaa may occur indefinitely often but at least once
(aaa)m..n
aaa may occur from m to n times