Import Format "Factor" expression working twice for Admin Users for FCCS.
Hi All,
We have an import format , where the source amount is getting divided by 1000 (Factor = 0.001) and then getting loaded into FCCS.
Ex. Source amount =12345678 , Target amount = (12345678/1000) = 12345.678
This is working fine for All users except Admin Users.
For Admin users , the amount is getting divided by 1000 twice and getting loaded to FCCS. But in data management workbench , the amount show as 12345.678 (i.e., divided by 1000 only once) , however in FCCS its loaded as 12.345678 (i.e., divided by 1000 again). I validated the data using Forms and SmartView.
Can someone tell what is causing this issue?
After I enabled "Enable security for admin users" , the issue got resolved. i.e., Now for admin users as well , amount is getting divided by 1000 only once.