Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics GP forum
Unanswered

Add Payment Priority to Payables Transaction Inquiry Screen

Posted on by 75,730

Is it possible to add Payment Priority to the Payables Transaction Inquiry Screen? Using Forms Modifier will not work because Payment Priority is a global field and you cannot add global fields to a form. Using VS C# I can capture the value using:

        public static PmTransactionInquiryForm PmTransactionInquiryForm = Dynamics.Forms.PmTransactionInquiry;
        public static PmTransactionInquiryForm.PmTransactionInquiryWindow PmTransactionInquiryWindow = PmTransactionInquiryForm.PmTransactionInquiry;

and

     string payPriority = string.Empty;

     payPriority = PmTransactionInquiryWindow.PaymentPriority.Value;

but how do I get it to appear on the form without opening another window? I suppose I could open another window and set the properties of the window so it appears to be part of the Payables Transaction Inquiry Screen. Did I just answer my own question?

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

Anton Venter – Community Spotlight

Kudos to our October Community Star of the month!

Announcing Our 2024 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Dynamics 365 Community Newsletter - September 2024

Check out the latest community news

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,558 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 228,645 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Product updates

Dynamics 365 release plans