====== Server 01 ====== ===== Supplier Contact: ===== ---- struct list ---- schema: systemsupplier cols: main contact, email, phone header: "Name: ", "- Mail: "," - Phone: " sepbyheaders: yes filter: name = $STRUCT.system.supplier$ ---- ===== Maintenance ===== ---- struct table---- cols: date, type, description, comment, user schema: maintenance filter: system = $STRUCT.system.internal number$ sort: ^date csv: 0 ---- ===== Add Maintenance =====
action struct_lookup struct_field "maintenance.date" =%Y-%m-%d struct_field "maintenance.type" struct_field "maintenance.description" struct_field "maintenance.comment" ! struct_field "maintenance.user" struct_fieldhidden "maintenance.system" "=[""@FORMPAGE_ID@"",0]" submit "Add Enty" thanks "Please reload the Page!"