Description
|
|
Delete record in entity list:
- Open mask of entity.
- Select record in list.
No record found:
- Cancel function, return error
Record found:
- if 'res_check is "reset": Before deletion, reset reservation
of record.
- if 'del_mod' is on: empty trash
- Close mask
|
Input parameter
|
ent_nam
wdg_nam
wdg_ext
| string |
activate system fields on list {"on", "off"} |
wdg_mod
| string |
mode of widget {"list","form","bvb"} |
res_check
| string |
reservation check {"reset","off"}
|
act_mod
| string |
mode of interaction {"bat"} |
sel_fld_nam
| stringlist |
names of fields for selection |
sel_fld_val
| stringlist |
values of fields for selection |
del_mod
| string |
flag if content of trash should be deleted {"on",
"off"} |
|
Example
|
|
Delete an item record.
Input parameter:
| ent_nam |
"EDB-ARTICLE" |
| wdg_nam |
"EDB-ART-SLI" |
| wdg_ext |
"off" |
| wdg_mod |
"list" |
| act_mod |
"bat" |
| sel_fld_nam |
"T_MASTER_DAT.PART_ID" |
| sel_fld_val |
"art002" |
| del_mod |
"on" |
|