Skip to main content

Notifications

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

  • Suggested answer
    Martin Dráb Profile Picture
    232,866 Most Valuable Professional on at
    RE: How to get transferid in inventtrans table

    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.

  • prashanthr Profile Picture
    20 on at
    RE: How to get transferid in inventtrans table

    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

  • Martin Dráb Profile Picture
    232,866 Most Valuable Professional on at
    RE: How to get transferid in inventtrans table

    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
    RE: How to get transferid in inventtrans table

    But I need the statusissue column also from inventtranstable

  • Suggested answer
    Martin Dráb Profile Picture
    232,866 Most Valuable Professional on at
    RE: How to get transferid in inventtrans table

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

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Jonas ”Jones” Melgaard – Community Spotlight

We are honored to recognize Jonas "Jones" Melgaard as our April 2025…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 294,099 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 232,866 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Product updates

Dynamics 365 release plans