web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
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

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

I have the same question (0)
  • Verified answer
    archelle16 Profile Picture
    1,743 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;

  • Community Member Profile Picture
    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 ;)

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics RMS (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans