Currently the defaulted tax type when setting up a new vendor is "Not a 1099 Vendor"... We would like to change this default to show as a Miscellaneous 1099 Vendor. Is there a way to do that Without having to utilize the classes?
*This post is locked for comments
1099Type BeforeUserChanged
Private Sub 1099Type_BeforeUserChanged(KeepFocus As Boolean, CancelLogic As Boolean)
1099Type Value = 4
End Sub
I don't have any code and maybe that is my problem. I cannot attach screenshots apparently.
Can you drop your code here? Something is not right.
I made the change in VBA by adding the window and then the Tax Type field to Visual Basic. I expanded the properties and changed the Value for 1099Type from 1 to 4... I can see the change made if I few dynamics from Visual Basic. But once I exit out and launch back over to Dynamics the change is reverting back. I know I am missing a step. Please help!
You would need a small customization in either VBA or VS C#.
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,188 Super User 2024 Season 2
Martin Dráb 230,030 Most Valuable Professional
nmaenpaa 101,156