Today Page

Hi all I’m a little stumped on the best route here. To simplify things I have a journal type app. I want a TODAY link on the nav which loads from the Day model the today’s record. Questions 1) can I run some custom pho on page load to create the date record in day model? 2) can I then have custom query on page load to always be the latest entry ( I.e the newly created record ). I welcome a better method!! Not sure if this is a custom page setup or if I can use the already coded View page for my DayResource. Also note this page has two relation managers. I currently have a Day list view with a create today log but is quite like a Today link which people can bookmark and when it loads it’ll create said day if it doesn’t already exist. Any advice would be appreciated. Thank you.
Solution:
This would be a custom page.
Jump to solution
2 Replies
Solution
Dennis Koch
Dennis Koch5mo ago
This would be a custom page.
David | Fortune Validator
Thank you