Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics RMS (Archived)

RMS v2 + Hotfix 40 / Reason Code on No Sale transactions, which SQL table stored on?

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi folks,

I have RMS v2 + Hotfix 40, I need to run a report on No Sale transactions, I found the No Sale transactions on the Journal table as TransactionType = 13, but the Journal table does not have a ReasonCodeID field to store the reason code for the no sale transaction, any idea where I can find it?

*This post is locked for comments

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: RMS v2 + Hotfix 40 / Reason Code on No Sale transactions, which SQL table stored on?

    Good thought! Didn't think about that! Found table, NonTenderTransaction ;)

  • Verified answer
    archelle16 Profile Picture
    archelle16 1,735 on at
    RE: RMS v2 + Hotfix 40 / Reason Code on No Sale transactions, which SQL table stored on?

    from programmers point of view, you can then search for tables where it contains ReasonCodeId column

    SELECT      c.name  AS 'ColumnName'

               ,t.name AS 'TableName'

    FROM        sys.columns c

    JOIN        sys.tables  t   ON c.object_id = t.object_id

    WHERE       c.name LIKE '%ReasonCodeId%'

    ORDER BY    TableName

               ,ColumnName;

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

Congratulations 2024 Spotlight Honorees

Kudos to all of our 2024 community stars! 🎉

Meet the Top 10 leaders for December

Congratulations to our December super stars! 🥳

Start Your Super User Journey

Join the ranks of our community heros! 🦹

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,458 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans