Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Unanswered

How to read date shown on top of notes window

(0) ShareShare
ReportReport
Posted on by 186

Hi All,

Pls. advice which table will have the date shown on top of the notes windows.. for purchase receiving's

pastedimage1667894394619v1.png

Categories:
  • David Musgrave MVP GPUG All Star Legend Moderator Profile Picture
    14,042 Most Valuable Professional on at
    RE: How to read date shown on top of notes window

    From a Dexterity level, the field is 'Date' of window Form_Note_X of form Form_Note_X where X can be 1 to 5 depending on which of the five note windows is being used.

  • Tim Wappat Profile Picture
    5,703 on at
    RE: How to read date shown on top of notes window

    This should get you started, the date will be null if no record so use ISNULL({field},'') function to deal with that if you need to.

    SELECT [VENDNAME],

    SY03900.DATE1+SY03900.TIME1 as [DatePlusTime],

    SY03900.DATE1 as [Date],

    TXTFIELD as [Time]

    FROM

    POP10300

    LEFT JOIN SY03900

    ON POP10300.RCPTNOTE_1=SY03900.NOTEINDX

    WHERE POPRCTNM='RCT335508'

    Same for history but different table.

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

Jainam Kothari – Community Spotlight

We are honored to recognize Jainam Kothari as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Martin Dráb Profile Picture

Martin Dráb 601 Most Valuable Professional

#2
Abhilash Warrier Profile Picture

Abhilash Warrier 416

#3
Adis Profile Picture

Adis 384 Super User 2025 Season 1

Product updates

Dynamics 365 release plans