Renew Registration Subscription

0
I want to create logic that show a renewal registration message if the payment date has exceeded  a year. How to do this? Is there any ready template, module or even widget that count Date and Time Type?
asked
2 answers
3

Hi,

 

Please refer the below URLs for date comparison.

https://docs.mendix.com/refguide/add-date-function-calls/

https://docs.mendix.com/refguide/between-date-function-calls/

https://docs.mendix.com/refguide/end-of-date-function-calls/

 

Thanks & Regards,

Manikandan K

answered
0

Hi Nada,

 

It would be a Microflow where you retrieve the latest subscription of the current user and then check if it is 1 year ago the subscription date was recorded.

 

 

 

Go Make It

 

 

answered