Trying to use BN531 to stop a Defined Contribution benefit but I am getting "Cannot change with Stop function code." Can someone help me with what the bnbatch should look like?
Fc,Company,Employee,PlanType,PlanCode,PayRate,PctAmtFlag,StartDate,PreAftFlag,EmpPreCont,StopDate
S,1,100101,DC,4032,0,P,01012019,P,0,10122019
01012019 is the start date on the existing record and 10122019 is the stop date I want to use.
The following record works to change data:
Fc,Company,Employee,PlanType,PlanCode,PayRate,PctAmtFlag,StartDate,PreAftFlag,EmpPreCont,StopDate A,1,200201,DC,4032,004,P,10122019,P,004,
Thank you!