The development team is encountering an issue in our development environment when we are trying to transact in Fluid Position Data.
The issue is when we save a new row in position through the fluid position data, the row is saved in the fluid record PS_POSITION_DATA_E but not in the classic record PS_POSITION_DATA. We already validated that this is working as expected in the demo (delivered) environment, but when we made some changes in according to the requirement, we are experiencing this issue.
We can see some logged CI exception messages through the peoplecode trace, but we cannot see where we can find the consolidated messages or even if the classic CI (CI_POSITION_DATA) was actually called by the fluid CI (CI_POSITION_DATA_FL).
Does anyone experienced this when implementing the Fluid Position Data in their end?