So this is a continuation of https://community.dynamics.com/gp/f/32/t/96807, since it was open for 5 years with no answer I thought I'd give more info and hope for a solution.
I have a 2 csv’s one with base codes (not based on any others like hourly), one with dependent codes (like OT based on hourly).
I run the base one first, all ran fine (606 of them 3 codes per 202 ppl).
However when I try to run the codes that are based on other codes like overtime, I randomly get a SUTA error (see below), and the really weird thing is it happens every other doc. I’ve even put the SUTA state in my source (as well as a constant), neither works still complains even though I’m passing it. Also checked to be sure the employee has a suta state in upr00100 (as that was mentioned in the other post), they all do.
DOC 185 ERROR: Pay code 'ORIENH' requires a SUTA state.
DOC 187 ERROR: Pay code 'ORIENH' requires a SUTA state.
DOC 189 ERROR: Pay code 'ORIENH' requires a SUTA state.
DOC 191 ERROR: Pay code 'ORIENH' requires a SUTA state.
DOC 193 ERROR: Pay code 'ORIENH' requires a SUTA state.
GP2016 Here is the very simple mapping.
Here is what the csv has (just a few records of course).
EMPID,PAYCD,BASEDON,SUTA,PAYPERIOD
AHMH,ORIENH,HOURLY,CO,2
ALIM,ORIENH,HOURLY,CO,2
ALLB,ORIENH,HOURLY,CO,2
ALTF,ORIENH,HOURLY,CO,2
*This post is locked for comments