I found this formula:
AND(
OR (
ISNEW(),
ISCHANGED( CloseDate )),
CloseDate < DATE( YEAR(TODAY()), MONTH(TODAY()), 1) )
this doesn't work when the start date of a fiscal period is say 30 March.
4 respuestas
I found this formula:
AND(
OR (
ISNEW(),
ISCHANGED( CloseDate )),
CloseDate < DATE( YEAR(TODAY()), MONTH(TODAY()), 1) )
this doesn't work when the start date of a fiscal period is say 30 March.