Describe the bug
The configuration parameter "GoLiveDate" is not taken into account in the "payrollProcessingLogic.gsh". The Script is looking for the "ADPGoLiveDate" (old?) parameter. This results in the iFlow in deployment error as below-
Error Details
javax.script.ScriptException: java.lang.Exception: java.lang.NullPointerException: while trying to invoke the method java.lang.String.length() of a null object loaded from local variable 'text'@ line 16 in payrollProcessingLogic.gsh, cause: java.lang.NullPointerException: while trying to invoke the method java.lang.String.length() of a null object loaded from local variable 'text'
To Reproduce
Steps to reproduce the behavior:
Go to 'SAP SuccessFactors Employee Central with Third-Party Payroll Vendor'
Click on 'Configure the iFlow with parameters for SuccessFactors and SFTP details'
Deploy the iFlow
See error
Expected behavior
With all required configurable parameters provided, there should not be any deployment error.
Screenshots
Desktop (please complete the following information):
OS: Windows 10
Browser Edge/ Chrome
Version 115/115
Additional context
This just might be the reference to old ADP based variables, as this package is now generalized for any payroll providers.
Describe the bug The configuration parameter "GoLiveDate" is not taken into account in the "payrollProcessingLogic.gsh". The Script is looking for the "ADPGoLiveDate" (old?) parameter. This results in the iFlow in deployment error as below- Error Details javax.script.ScriptException: java.lang.Exception: java.lang.NullPointerException: while trying to invoke the method java.lang.String.length() of a null object loaded from local variable 'text'@ line 16 in payrollProcessingLogic.gsh, cause: java.lang.NullPointerException: while trying to invoke the method java.lang.String.length() of a null object loaded from local variable 'text'
To Reproduce Steps to reproduce the behavior:
Expected behavior With all required configurable parameters provided, there should not be any deployment error.
Screenshots
Desktop (please complete the following information):
Additional context This just might be the reference to old ADP based variables, as this package is now generalized for any payroll providers.