Versions Compared

Key

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

...

  • Added archive options to FTP, Email, Socket, Printer and Scheduler Inputs. [JIRA WP-674]

  • Added missing SMTP Security Options to  Error Notification Email Settings. [WP-684]

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

  • Set flag so Get Dictionary Value and Get Directory Value List so they expose their object variables. [WP-687]

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

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

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

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

    • Added extra logging to the Print Queue Input code.

  • 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-694]

  • Added 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 on the clean-up settings (deleted, moved, etc.) defined in the input. [WP-695]

  • Added option to email rules to handle rejected email cleanup for IMAP. [WP-696]

  • 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]

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

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

  • Added enhancement to clean up ABBYY tempfiles, QueuePrintFiles, FTPFiles and directories specified in CleanUpFolders.txt that are older than 5 hrs.

  • Modified Set Dictionary Value and Fill Dictionary Value objects so they will create the dictionary if it doesn’t already exist.

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

  • 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

...