Hi
I want to check that if condition is not true in If condition that
Posting Date should be >= GetRangeMin(Posting date) and GetRangeMax <= (Posting Date). then it should display message.
Thanks
*This post is locked for comments
Hi
I want to check that if condition is not true in If condition that
Posting Date should be >= GetRangeMin(Posting date) and GetRangeMax <= (Posting Date). then it should display message.
Thanks
*This post is locked for comments
You can find this condition in Codeunit 13, where it checks posting date is in range of allowed posting date for user.
As Mohana mentioned you could use IF NOT. Could you tell us what is your requirement and you condition does not look right to me.
IF I am not wrong you want something like this:
IF ((Posting Date >= GetRangeMin(Posting date)) AND (GetRangeMax(Posting Date) <= Posting Date)) THEN
MESSAGE('HELLO');
IF NOT (your condition) THEN
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... 291,280 Super User 2024 Season 2
Martin Dráb 230,235 Most Valuable Professional
nmaenpaa 101,156