Section | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
...
Tip |
---|
Download and install this example EOB workflow which includes a fully-mapped W-4. |
...
- Drag and Drop an Image control from the palette, and upload an image of the IRS logo or the top of the W-4 form to give your users a frame of reference when they are filling out this form.
Drag a Message Control into the form. In the Message Property, type
Code Block Please complete the information below. A Federal W-4 Form will be generated. You will have the opportunity to review the form before submitting.
Change the Type to Bordered. On the Style tab, select Bold.
- Drag and drop a Section control to your form and name it Filing Status
Drag a radio control into that section. Name it Federal Filing Status. Enter these options:
Code Block Single_or_Married_filing_seperately=Single or Married filing seperately Married_filing_jointly=Married filing jointly (or qualifying widow(er)) Head_of_Household=Head of Household (Check only if you're unmarried and pay more than half the costs of keeping up a home for yourself and a qualifying individual.)
Check the Required property.
- Drag in another section and name it Step 2: Multiple Jobs.
Drag a checkbox control into the Step 2: Multiple Jobs section. Name it Multiple Jobs or Spouse works, and add just a single option:
Code Block Only_2_Jobs=If there are only two jobs total, you may check this box. Do the same on From W-4 for the other job. This option is accurate for jobs with similar pay; otherwise, more tax than necessary may be withheld.
Drag in another section and name it Step 3: Claim Dependents.
- Drag two quantity controls inside that section, named "Number of Qualifying Children Under Age 17" and "Number of Other Dependents".
- Drag three number controls inside that same section. Uncheck the Required and Enabled properties (we will set them using rules later, and this is what we'll map to the W-4.) Label them "Dependent Child Calculation", "Other Dependent Calculation", and "Claim Dependents Total" (name Step3TOTAL used in rule below).
...
- Log in as the designer. Click on the Spaces tab.
- Click Add to create a new space, type a Space ID and Space Name, and then click Create. You will be directed to the space designer.
- Since we set the state of the Employee On Boarding workflow to Production in a previous step, it will automatically be included, along with the Task List as menu items in the newly created space.
- Verify that the left panel is hidden. If not, click the icon to hide it.
- Select regular for the form width from the Min Width dropdown on the Property pane.
- If your tenant is in the cloud, click the Save and Exit icon and proceed to the Test the Employee On Boarding workflow section.
- If you are using an in-house installation,
- Click the menu edit icon. Replace the <localhost:8082> in the urls for the Task List and the Employee On Boarding workflow with your server name and port. If you are concerned about portability to another system, make the URL's relative by removing the protocol, server and port information.
- Click the Save and Exit icon to save the changes and proceed to the Test the Employee On Boarding workflow section.
...