4
There are often times when there is a need to ensure that a record is not dated before or after the current date, for example Dates of Birth. At the moment (as far as I am aware), it is only possible to control this either by using JavaScript or by adding a Real-time workflow. It would be great if we could set a business rule that alerted if a date is before or after 'Now()'
Category: General
STATUS DETAILS
Needs Votes

Comments

M

d365 should have these functions on business rules and we should use them to compare dates or set date value

getdate()
dateadd()
datediff()
getmonth()
getyear()

Category: General