We are loading a file then passing the data from the file to the landmark transaction node to submit a Transfer request. That all seems to be correct but when I look at the transfer results the position fields are showing as 0. And there is no error being reported or any transaction happening. The employee is not transferred from their original position and there is no error.
Example LMTxn string
_dataArea="averittexpress_tst_hcm" & _module="hr" & _objectName="WorkAssignment" & _actionName="Transfer" & _actionOperator="NONE" & _actionType="CreateUpdateDelete" & _runAsUser="" & _authenticatedUser="" & _pageSize="100" & _relationName="" & _setName="" & _asOfDate="" & _effectiveDate="20190311" & HROrganization="1" & Employee="100103257" & WorkAssignment="1" & EmployeeName="Richard" & NewPosition="1516" & RequestedBy="Stephanie S*****" & PayRate="12" & PayRateCurrency="USD" & WorkAssignment_action_comment="test" & CurrentPosition="240" & Location="CHI" & RequisitionNumber="CHI-282E77" & PayRateType="1" & HROrganizationUnit="3253" & PreferredJobTitle="<!preferrredJobTitle>" & DirectSupervisor="294" & WorkAssignment_effective_date="20190311"
Results:
Activity completed: LMTxn1800
LMTxn1800_errorCode = 0
LMTxn1800_informationCode = 0
LMTxn1800_PayRate = 12.000000
LMTxn1800_WorkAssignment_action_comment =
LMTxn1800_WorkAssignment = 1
LMTxn1800_PayRateType = 1
LMTxn1800_NewPosition = 0
LMTxn1800_RequisitionNumber = CHI-282E77
LMTxn1800_Employee = 100103257
LMTxn1800_HROrganizationUnit = 3253
LMTxn1800_HROrganization = 1
LMTxn1800_CurrentPosition = 0
LMTxn1800_WorkAssignment_effective_date = 20190311
LMTxn1800_RequestedBy =
LMTxn1800_EmployeeName = RICHARD XXXXXXXXX
LMTxn1800_PayRateCurrency = USD
LMTxn1800_DirectSupervisor = 294
LMTxn1800_Location = CHI
The Transfer work unit created from this also does not produce an error but the employee is not being transferred, nothing is happening. Was working 2 days ago. Also have similar issue for new hires and the middle Initial field is being passed a value but results show as empty.
I don't believe this issue has to do with the process flow as it was working correctly before but a possible change to the form or fields to have caused this? No idea where to go from here, any help would be appreciated!
V11 MT (go live 3/25 hopefully!)