AutoStore: Processing Date Values
Simply put, dates represent fundamental pieces of document metadata. In this article, we'll look at processing date values with the VB/JScript process component in AutoStore. To illustrate why this can be useful, consider the following scenario. A document needs to be routed to a folder. One of the folders in the destination path is characterized by the year. In the capture form, an entire date value is collected, but only its year is needed for that subfolder. Would we ask the user to input only the year separately? Of course, why should we? We already have the desired date. The year would just needs to be extracted. Perhaps we already have a mechanism to get what we need. To know for sure, it's important to understand what that date actually represents. For example: Capture Date Many AutoStore components offer valuable date parts in the Available RRTs list. Their respective values reflect the current date or time. However, not all components provide these RRTs, ...