Description
|
- Opens widget of document type.
- Search for document according to defined criteria.
- Return of desired access information for the first document.
- Close widget.
- If no entry, message for return code.
|
Input
parameter
|
wdg_mod
string |
Widget type {"list", "form} |
act_mod
string |
Interaction type{"bat"} |
doc_type
sel_fld_nam
stringlist |
Name of fields for selection |
sel_fld_val
stringlist |
Value of fields for selection |
|
Output
parameter
|
n
string |
Number of records found |
owner
string |
Owner of record (Full-text) |
group
string |
Group of owners (Full-text) |
res_stat
string |
Reservation status of data record
-1 : not reserved
0 : reserved, access
1 : reserved, no access |
access
string |
Access of current user
(´d´,´w´,´r´ oder ´ ´) |
|