Is it possible to make the "Credit Card Deposit" as the default payment type when I open the Sales Payment Entry screen. Is it possible to configure this inside of GP? I am trying to do this through Visual Studio ADDID this doesnt seem to work.
Code I have so far :
Initialize() Implements
IDexterityAddIn.Initialize
AddHandler DynamicsModified.Forms.SopPaymentEntry.SopPaymentEntry.OpenAfterOriginal, AddressOf SopPayment_Open
End Sub
Private Sub SopPayment_Open(ByVal sender As Object, ByVal e As EventArgs)
DynamicsModified.Forms.SopPaymentEntry.SopPaymentEntry.PaymentType.Value = 4
End
*This post is locked for comments