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

Announcements

News and Announcements icon
Community site session details

Community site session details

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

how get Invoice no on inward gate entry report

(0) ShareShare
ReportReport
Posted on by 6

Image

for this Purchase Order BIPL-00152 , invoice id is DEL8644

Image

how to get this on inward gate entry report , please help , totally stuck on it , attached code for every case as well

switch (gateEntry.ReferenceDocumentType)
        {
            case InventSiteGateRefDocType_IN::PurchaseOrder :
            case InventSiteGateRefDocType_IN::PurchaseReturnOrder :
            case InventSiteGateRefDocType_IN::ReturnableGatePass :
            case InventSiteGateRefDocType_IN::ReturnableGatePassReturn :
                gateEntryHeaderFooterTmp.ReferencePartyId = VendTable::find(gateEntry.ReferencePartyId).name();
                break;

            case InventSiteGateRefDocType_IN::SalesOrder :
            case InventSiteGateRefDocType_IN::SalesReturnOrder :
                gateEntryHeaderFooterTmp.ReferencePartyId = CustTable::find(gateEntry.ReferencePartyId).name();
                break;

            case InventSiteGateRefDocType_IN::StockTransferIn :
            case InventSiteGateRefDocType_IN::StockTransferOut :
            case InventSiteGateRefDocType_IN::SubContract :
            case InventSiteGateRefDocType_IN::SubContractReturn :
                gateEntryHeaderFooterTmp.ReferencePartyId = InventLocation::find(gateEntry.ReferencePartyId).Name;
                break;
        }

I have the same question (0)
  • Suggested answer
    Bharani Preetham Peraka Profile Picture
    3,634 Moderator on at

    Hi, please check the field names in the UI and check the relation if there is any form in the backend using VS and ssms so that based on the unique key you can get the record.

    Please let us know if you face any issue in finding that.

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders

These are the community rock stars!

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

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 265 Most Valuable Professional

#3
Subra Profile Picture

Subra 262

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans