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

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Suggested Answer

How to get transferid in inventtrans table

(0) ShareShare
ReportReport
Posted on by 20

Hi,

I want to get transfer number column in the inventtrans table. Which table and field should I join in order to achieve this?

Thanks

I have the same question (0)
  • Suggested answer
    Martin Dráb Profile Picture
    239,381 Most Valuable Professional on at

    The relation is stored in InventTransOriginTransfer* tables. Rather then dealing with those tables by yourself, consider something this:

    InventTransferLine transferLine = inventTrans.inventTransOrigin.originator() as InventTransferLine;
    if (transferLine)
    {
        info(transferLine.TransferId);
    }

  • prashanthr Profile Picture
    20 on at

    But I need the statusissue column also from inventtranstable

  • Martin Dráb Profile Picture
    239,381 Most Valuable Professional on at

    I don't understand your new problem. I thought you already have InventTrans, therefore you already have StatusIssue column as well.

  • prashanthr Profile Picture
    20 on at

    Hi,

    I want something like this.

    select a.ITEMID,a.STATUSISSUE,a.QTY,b.TRANSFERID from InventTrans as a join "b table" on a."keyfield"=b."keyfield"

    I need the "b" table name and keyfield to join both tables.

    Thanks

  • Suggested answer
    Martin Dráb Profile Picture
    239,381 Most Valuable Professional on at

    As I told you in my first reply, the relation is stored in multiple tables with names starting with InventTransOriginTransfer. For example. threre is InventTransOriginTransfer. Depending on your business requirements, you need to select either one of them or all.

    You can join them with InventTrans via InventTransOrigin fields.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

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

#1
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 694

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 646 Super User 2026 Season 1

#3
CP04-islander Profile Picture

CP04-islander 337

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans