===== Server 01 ===== == ==
action struct_lookup struct_field "system.description" submit "Save into lookup"
===== 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,cost,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]" struct_fieldhidden "maintenance.systempage" "=[""@FORMPAGE_ID@""]" submit "Add Entry" thanks "Please reload the Page!"