Flagging-Microflow

0
Hi all, I want to flag a lane based on end date (E.g: contract x is coming to the end and I would like my users to see that).  Do you know how to do this kind of microflows ?   Many thanks in advance..  
asked
2 answers
0

You could call a Microflow in the AfterStartup option of the Project Settings 

In that microflow, you could put some logic to populate a message table and then display that table on the main page of the app.

Daniel

 

answered
0

Hey Bernardo,

in a datagrid you should be able to easily do this by using the Grid Cell Styler https://appstore.home.mendix.com/link/app/106254/

Hope that helps.

answered