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, ...
Answered

eConnect POP Document Creation

(0) ShareShare
ReportReport
Posted on by 787

So I have had a production integration for many years now. Using eConnect to port Excel sheets over into GP for new Purchase Order documents. Using a C# project. Now there is a new requirement, in terms of what fields to port over into the new GP POP document. 

The endusers want to populate the Contract Number and Confirm With fields that appear in the Purchasing Vendor Detail Entry form. Which can be accessed in the client UI when the enduser clicks on the right arrow next to the Vendor ID in the POP header. 

Wondering how to accomplish this using eConnect in my C# project. Currently I have defined the taPoLine_ItemsTaPoLine[] eConnect class member for the POP lines and the taPoHdr eConnect class member for the POP header. But I don't see where the Purchasing Vendor Detail Entry form comes into play in relation to the PO Header in eConnect.

Any suggestions?

Categories:
I have the same question (0)
  • Greg Kujawa Profile Picture
    787 on at

    Looking at the fields in the POP10100 SQL table I see the POPCONTNUM represents the Contract Number field. And CONFIRM1 represents the Confirm With field. But I don't see the POPCONTNUM field exposed in eConnect as a class member. 

  • Richard Wheeler Profile Picture
    75,852 Moderator on at

    Can you build your code for these fields and add this code to the taPoLine_ItemsTaPoLine post script?

  • Greg Kujawa Profile Picture
    787 on at

    These particular fields are associated with the POP header, not the POP lines. And these header values are what appear on the PO hardcopy that's printed.

  • Greg Kujawa Profile Picture
    787 on at

    Here is a reference document I was referring to --> dyndeveloper.com/eConnectField.aspx. I was able to connect the CONFIRM1 field, so that now is populated. It's just the POPCONTNUM field that seems to be missing as far as I can tell.

  • Verified answer
    Almas Mahfooz Profile Picture
    11,009 User Group Leader on at

    Hi Greg,

    Just alter taPoHdrPost with update script

    update POP10100  set POPCONTNUM='12345' where PONUMBER= @I_vPONUMBER

    and in taPoHdr there is node for confirm 1 field with name @I_vCONFIRM1

  • Suggested answer
    Greg Kujawa Profile Picture
    787 on at

    Perfect! Added that custom script to the taPoHdrPost stored proc and it works flawlessly. Thanks so much!

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 689

#2
André Arnaud de Calavon Profile Picture

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

#3
Syed Haris Shah Profile Picture

Syed Haris Shah 308 Super User 2026 Season 1

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans