Phillip Morris - Adjust File Naming Convention

Issue No: ST-1751
Created 7/21/2020 4:56:40 PM
Type Suggestion
Priority Minor
Status Closed
Resolution Fixed
Fixed Version 19.1, 20.1
Description This issue relates to i21 Help Desk ticket. Click the link below to go to Help Desk ticket.   [HDTN-248548 - Scan Data submission got overwritten|https://helpdesk.irely.com/iRelyi21live/#/HD/Ticket/?ticket=HDTN-248548]       * Objective ** Prevent uploaded files from being overwritten before they are processed by using a more unique naming convention for Phillip Morris and RJ Reynolds. * Requirements ** When File Format = PM Morris *** Current FTP File Name is: AccountChain#.csv. **** Example: 53573.csv *** Change FTP File Name to: AccountChain#_YYYYMMDD.csv **** Where YYYYMMDD is derived from Generate Screen > End Date **** Example: 53573_20200718.csv *** After Successful FTP, the file should be copied to Archive Folder and appended with a System Run Date/TimeStamp of YYYYMMDDHHMMSS **** Example: 53573_20200718_20200721170601.csv ** When File Format = RJ Reynolds *** Change FTP File Name to: **** CompanyTitle + ReportEndDate(yyyyMMdd) **** Where YYYYMMDD is derived from Generate Screen > End Date **** Example: FreedomOil_20200731 *** After Successful FTP, the file should be copied to Archive Folder and appended with a System Run Date/TimeStamp of YYYYMMDDHHMMSS **** CompanyTitle + ReportEndDate(yyyyMMdd) + TodayTimestamp(yyyyMMddHHmmss) **** Example:FreedomOil_20200731_20200801090153