Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics GP (Archived)

gp addin purchase order enhancements

Posted on by Microsoft Employee

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

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,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,235 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans