Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Microsoft Dynamics GP (Archived)

gp addin purchase order enhancements

(0) ShareShare
ReportReport
Posted on by

Hi,

I need to add a new option for Dyn GP, this is part of my code:

ParentTagMnuTrx = MenusForVisualStudioTools.Functions.GetTagByName.Invoke(0, "Command_Purchasing", "CL_Purchasing_Setup");
MessageBox.Show("Parent Tag:" + Convert.ToString(ParentTagMnuTrx));
ResId = MenusForVisualStudioTools.Functions.GetFormResId.Invoke(2277, "CPOP_Setup_Maintenance");
MessageBox.Show("Res Id:" + Convert.ToString(ResId));
BellowTagMnuTrx = MenusForVisualStudioTools.Functions.GetTagByName.Invoke(2277, "Command_Purchasing", "CPOP_Setup_Maintenance");
MessageBox.Show("Bellow Tag: " + Convert.ToString(BellowTagMnuTrx));
this.MnuListTrx = MenusForVisualStudioTools.Functions.RegisterWithSecurity.Invoke(ParentTagMnuTrx, "test POP", "test POP", 0, 0, false, false, false, BellowTagMnuTrx, false, false, 2277, ResId);
MessageBox.Show("Menu Id: " + Convert.ToString(MnuListTrx));

Note: 2277 belongs to the product "purchase order enhancements".

I need to put my test option bellow of CPOP_Setup_Maintenance but my variables BellowTagMnuTrx  and MnuListTrx  results < 0.

Please Help Me!!!!

*This post is locked for comments

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

Jainam Kothari – Community Spotlight

We are honored to recognize Jainam Kothari as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard >

Featured topics

Product updates

Dynamics 365 release plans