Approval Issue in MFP Application
Hi All,
We are facing an issue in MFP application. When the users approve a plan, it is showing the incorrect date in 'Subclass last approval date' measure. The following is the rule for this measure.
Subclass last approval date = if (Subclass Approval Boolean, now, ignore)
When user approved on 20221220, the measure got updated to 20221017. We checked the RPAS_TODAY variable, it is 20221220. It is not updating the current date; time alone is getting updated. Will 'now' keyword refer to some other date or any file value? Could you please help us with the solution to get current RPAS date?