Versions Compared

Key

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

Enhancements

  • WP-

...

  • 674 - Added archive options to FTP, Email, Socket, Printer and Scheduler Inputs

  • WP-

...

WP-697 – Added option to set the Read/Unread status on IMAP emails that are Moved to another folder. This applies to normal cleanup or reject cleanup.

...

  • 684 – Added missing SMTP Security Options to  Error Notification Email Settings.

  • WP-685 -  Removed errant variable from displaying in object variables.

  • WP-686 – Fixed a UI mechanics error.

  • WP-687  -  Set flag so Get Dictionary Value and Get Directory Value List so they expose their object vars

  • WP-688 – Added Get Dictionary Count object which returns the number of items in the dictionary.

  • WP-689 - Added Create Vars option to Get Dictionary Value and Get Dictionary Value list where it will dynamically create vars based on the value key(s).

  • WP-691 – PrintQueueFiles directory is now deleted upon service restart.

    • Made change to log code for thread safety in the Print Queue Input code.

    • Added extra logging to the Print Queue Input code.

  • WP-694 – Added the ability to specify the Excel Sheet name when outputting to Excel with the FileData object. If the sheet doesn’t exist, it will add it.

  • WP-695 – Add Rules tab to Email Input where Allowed and Rejected rules can be defined based on To, From, Subject and Body to determine if an email could be processed or skipped. Emails that do not pass, are cleaned up based up the clean up settings (deleted, moved, etc) defined in the input.

WPS – Made change to log code for thread safety in the Print Queue Input code in relation to JIRA WP-691

  • WP-696 – Added option to email rules to handle rejected email cleanup for IMAP

  • WP-697 – Added option to set the Read/Unread status on IMAP emails that are Moved to another folder. This applies to normal cleanup or reject cleanup.

  • WP-697 - Changed order of operation so that the message read state is set before the move is attempted.

  • WP-698 – Made change to Excel Sheet Name field on FileData Output Object so an Expression can be used.

  • Enhanced the Job Done code in Printer Port Input to prevent cross-thread object reference contamination.

WPS – Added extra logging to the Print Queue Input code in relation to JIRA WP-691

WP-691 – PrintQueueFiles directory is now deleted upon service restart.

...

  • Copied the ABBYY and general file cleanup code over from Capture and added to WPS. Now it will clean up ABBYY tempfiles, QueuePrintFiles, FTPFiles and directories specified in CleanUpFolders.txt that are older than 5 hrs.

  • WPS – Added Create Vars option to Get Dictionary Value and Get Dictionary Value list where it will dynamically create vars based on the value key(s). JIRA WP-689

  • WPS – Modified Set Dictionary Value and Fill Dictionary Value objects so they will create the dictionary if it doesn’t already exist. WPS – Added Get Dictionary Count object which returns the number of items in the dictionary JIRA WP-688

  • WPS – Added Server Variable to Settings Screen. These work the same was as the Capture Server Vars Variables do.

  • WPS – Added Dictionary Objects that allow users to easily create table arrays of variable data to use in document processing.

    • Create Dictionary Variable

    • Get Dictionary Value

    • Set Dictionary Value

    • Delete Dictionary Value

    • Get Dictionary Values

    • Fill Dictionary Values

Resolved Issues

  • WP-

...

WP-692 UI Issue with Server API Setting screen

...

  • 683 - WorkPath Standard and WorkPath Desktop – Fixed Table Object that was always null. Checked for this in code and made sure to initiate it if it was null.

  • WP-689 - Fixed logic issue when certain settings are selected in Get Dictionary Object.

  • WP-690 - Fixed modified Get Dictionary Value and Value List Object when “Create Vars from Keys”

...

  • is used to replace spaces in Key Names with

...

  • underscores when creating Variables.

  • WP-

...

WP-687  -  Set flag so Get Dictionary Value and Get Directory Value List so they expose their object vars

...

  • 691 Fixed.

  • WP-692 - Fixed a UI Issue with Server API Setting screen.

  • Fixed issue with uploading files in the REST API Connector when no fields are being sent with it.

  • Fixed issue with Dictionary Objects where

...

  • a user clicking OK did not keep the dialog open

...

  • .

...

WP-684 – Added missing SMTP Security Options to  Error Notification Email Settings.

WP-686 – Fixed a UI mechanics error.

  • WorkPath Standard and WorkPath Desktop – Fixed Table Object that was always null. Checked for this in code and made sure to initiate it if it was null. WP-683