Please enable JavaScript.
Coggle requires JavaScript to display documents.
start - Coggle Diagram
start
choice=2
Prompt user to enter Machine ID and Timestamp for the production data to be updated
Search for record with specified Machine ID and Timestamp in the file
if the record exists
ask user to choose whether to modify all fields or select specific fields
specific fields
Select the field which will be modefied
Ask the user to enter the new value
done?
2 more items...
all fields
Ask user to enter new values for all fields
Validate input
if input is valid update the information
1 more item...
doesn't exist
Display message: "Record not found"