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?
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156