Announcements for Payroll and OTL can now be found in the Announcements - Payroll and OTL - EBS (MOSC) subcategory. Follow to be sure you don't miss a thing!
Facing challenges while adding address line 2 along with address line 1 in Paychecks
While testing on the address line 2 for US and PR, we found that the limit on a particular column in the table (the address line is defined as a column inside the table) keeps varying based on the data.
Case (a): Address line is a combination of upper case and lower case. Here, again based on the number of chars that are upper/lower case the length can vary.
Case (b): Address line is alphanumeric.
Case (c): Address line is only upper or only lower case letters.
Based on the analysis, we see that the maximum length that can be accommodated on the Address lines will vary dynamically and restricting the data to a particular length may fail in some cases and shift the MICR line. We can handle the case restriction by converting the upper case to lower case but the alphanumeric values still causes issues. Even if we try to look into the data in the production till now and come to a conclusion, in the near future there might be some rehires for whom it might not hold good.