public boolean validateWrite()
{
boolean ret;
ret = super();
if(this.yourDateField > SystemDateGet())
{
ret = checkFailed("your message here");
}
return ret;
}
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,570 Super User 2024 Season 2
Martin Dráb 228,683 Most Valuable Professional
nmaenpaa 101,148