Project Accounting Timesheet ROUND distribution
Thank you
But either case, I can see that you could run into MC distributions slightly out of balance due to the MC conversion not quite coming out balanced.
This would seem to be an eConnect issue in that it isn’t handling any potential ROUND distribution.
From the SmartConnect standpoint, the only resolution that I see is you would have to run a SQL statement yourself as an after document task to sum the distributions.
Then if you detect an out of balance condition, then you’d have to then insert the ROUND distributions into the table yourself.
you might also consider discussing this issue with Microsoft econnect support as they might have an already implemented workaround for you.
Patrick, the distributions are coming from the project accounting project setup that the timesheet is entered for. It is in the MC conversion that the small variance (usually one cent) occurs. When timesheets are entered manually into PA, the ROUND distribution is automatically calculated. Somehow, when the timesheets come in from an integration, the ROUND distribution isn’t added (and can’t be added manually on those transactions).
When I mentioned that you would manually insert the ROUND distribution, I was thinking that most likely you’d have to do a direct table INSERT to the distribution table.
So not ideal, no. But since SmartConnect doesn’t control the distributions, there isn’t anything else we can do from the eOne side. You’d need the proc fixed by Microsoft or a workaround proc to resolve this if you didn’t want to try to do it yourself.