Hi all,
I'm creating an app with a Reservations table that uses a business rule to show an error when End Date > (Created On + 3 days). I've discovered that the Created On value does not populate until the record is saved. Are there any alternatives to getting the "now" time? I've tried calculated columns but I believe those only calculate after a save as well.
I'm considering just creating a "days" integer column that can't be greater than 3, but this would not be as ideal as allowing the user to pick the date. Any feedback or ideas would be awesome!

Report
All responses (
Answers (