Announcements
No record found.
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
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); }
But I need the statusissue column also from inventtranstable
I don't understand your new problem. I thought you already have InventTrans, therefore you already have StatusIssue column as well.
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.
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.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Giorgio Bonacorsi 694
André Arnaud de Cal... 646 Super User 2026 Season 1
CP04-islander 337