Question
Capgemini
MX
Last activity: 11 Aug 2022 1:51 EDT
Data transform does not set property even though When is true
I have a DT that sets a property to a certain value when the condition is met, however inside the DT it seems to work but in the UI it just doesn't. When ".FechaInicio" is greater than the current date, the property "DeshabilitarPorFechasInvalidas" must be set to "invalido", otherwise the property is set to "valido"
This seems to work when doing a test on the When action, and sure enough the result is true, so you should set the property to "invalido"
However, in the user interface it appears that this simple principle is not respected, and the property value remains "valido" even though it is set to the same date as in the test.
The DT runs with a "change" event and a "refresh section" action on the "FechaInicio" field