Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. When the room does not exist in KFS, create an object id in KFS using java.util.UUID.randomUUID().toString() and set the version number to 1.
  2. When the room status in Aim is “DISPOSED”, the set the active indicator in KFS to “N”, otherwise set it to “Y”.
  3. When the room exists in KFS, just update the row with the supplied data, otherwise insert a new row using the supplied data.
  4. Create a formatted report file to list all transactions.  The first line of the file is a header, contains the process date and report title, the second line contains the column headings, and the last line of the file is “***End of Report ***”.
  5. Send an email to inventorycontrol@uconn.edu with the input JSON in the body and the formatted report as an attachment.

...