In GP2013, in the Employee Tax Maintenance screen, we would like to default the Federal Filing Status field to 'Single' instead of 'Married'. Is this possible? Thanks!
*This post is locked for comments
In GP2013, in the Employee Tax Maintenance screen, we would like to default the Federal Filing Status field to 'Single' instead of 'Married'. Is this possible? Thanks!
*This post is locked for comments
Hi Leslie,
That helps clarify where I was having troubles, thank you. I'm guessing that module would be an additional cost, I will ask my third party about it.
Is there a place I can view customizations by others, available to import?
Thanks,
Justin
Hi,
If you only have the customization site license and not the full Modifier/VBA module, you will be able to import a customization written by somebody else, but not create it yourself. If Modifier launches you're in!
Kind regards,
Leslie
Add this Window to Visual Basic and the add the field FederalFilingStatus to the project and go into Visual Basic editor and add this code. After you select the employee ID the status will default to Single.
Private Sub FederalFilingStatus_BeforeGotFocus(CancelLogic As Boolean)
FederalFilingStatus = 2
End Sub
Yes, we are licensed for the Customization Site license. Not sure if something needs to be installed, but are you expecting we should be able to just open up the screen we want to customize and hit 'Alt+F11' and customize from there?
I don't believe so, not that I can tell. Is that required for this type of change?
The simplest way to do that is with Modifer and VBA. Are you licensed for the Customization Site license?