CallRetrieve object on landingspage.

0
Hi all, I have some difficulties to show objects on a landingspage. With a microflow callretrieve I want to show only the object with the start and end date in the current month.   Page where the object should be visable   However, when I add an object, it doesn't show on my landingspage. I have checked things like visibility/user roles, microflow etc.   Can it be that I need to connect document with Toolbox/Onderwerp? by reference set selecter? Maybe someone can help me with this one.     some history: https://forum.mendix.com/link/questions/115707    NewEdit page where I added the object    
asked
1 answers
4

Hi Julian,

I have added my answer to the question https://forum.mendix.com/link/questions/115871

[StartDate>='[%BeginOfCurrentMonth%]' and EndDate <='[%EndOfCurrentMonth%]']

Thanks!

answered