Skip to main content

Notifications

Announcements

No record found.

Finance | Project Operations, Human Resources, ...
Suggested answer

How to get transferid in inventtrans table

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
    Martin Dráb 230,198 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
    prashanthr 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
    Martin Dráb 230,198 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
    prashanthr 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
    Martin Dráb 230,198 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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,198 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans