Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics NAV (Archived)

If Condition

Posted on by 3,027

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

  • ManishS Profile Picture
    ManishS 6,578 on at
    RE: If Condition

    You can find this condition in Codeunit 13, where it checks posting date is in range of allowed posting date for user.

  • Suggested answer
    Suresh Kulla Profile Picture
    Suresh Kulla 43,745 on at
    RE: If Condition

    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.

  • Zaid Tariq Profile Picture
    Zaid Tariq 2,266 on at
    RE: If Condition

    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'); 

  • Verified answer
    Mohana Yadav Profile Picture
    Mohana Yadav 59,139 Super User 2024 Season 2 on at
    RE: If Condition

    IF NOT (your condition) THEN

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,235 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans