File Import will also be visible to everyone, but once on the view, if they don't have permission, they'll be shown a message stating that fact. You can import files from Zip archive files for Pay Forms (Payment Notifications) and W2 Forms.
User will enter pay date for pay forms and year for w2s.
File Import will also be visible to everyone, but once on the view, if they don't have permission, they'll be shown a message stating that fact. You can import files from Zip archive files for Pay Forms (Payment Notifications) and W2 Forms.
User will enter pay date for pay forms and year for w2s
So a zip file for W2s might contain files named like "district_123456789_w2_2017.pdf"
So, the software needs to know either the SSN or Employee #. In my example, 123456789 is the SSN. The filename is separate by "_" characters, but it could be spaces, dashes, periods ,or some other character. This is what the "Filename delimiter(s): prompt is all about. If they are using any of the default, most common delimiters, they wouldn't have to change this.
In my example, the SSN, once separated by its delimiters, is located in the 2nd "segment" out of 4, so they would choose 2 from the Select filename segment prompt and then SSN from Employee identifier prompt. After clicking Preview Zip Contents, it will upload the selected Zip file and attempt to parse out the SSN from each file and match it with an Employee. The results will show in the grid along with the number of the files that it was able to find an Employee for.