Notifications for Form W-4 completions

A Team Member's completed Form W-4 provides information for the employer to withhold the correct federal income tax from the Team Member's pay. To notify HR when a Team Member completes a Form W-4, you can create a report and subscribe the relevant users to it, or create a Salesforce Flow to send emails to the relevant users.

Create a report

You can create a report to identify the Form W-4 files in your system and their completion dates:

  1. Select the App Launcher and then select Reports.

  2. Select New Report.

  3. From the Category sidebar, select All.

  4. Select Search Report Types and enter "file". Select File and Content Report.

  5. For the File and Content Report type, select Start Report.

  6. In the Report Builder, select Add column and select a field you want to appear in the report. Repeat for other fields you want to appear on the report.

    For example: File Name, Created By, Published Date

  7. In the sidebar in the Report Builder, select Filters.

  8. Select the Show Me filter, then select All Files from the picklist, and select Apply.

  9. Select the Published Date filter, then select the Range picklist and choose the time range you want to use for the report, and select Apply.

  10. Select Add filter... and select File Name.

  11. In the Filter by File Name dialog, select Operator and choose contains. Enter "W-4" in the text field and select Apply.

  12. Select Save & Run.

  13. On the Save Report dialog, complete the details as follows:

    Field What to enter
    Report Name

    A name for the report.

    For example: Completed W-4 Forms

    Report Unique Name

    Automatically completed based on the Report Name.

    Must be unique

    Report Description Optional. A description of the purpose of the report.
    Folder Select Select Folder to choose where to store the report.
  14. Select Save.

    Sage People saves the report, runs it, and displays the results. If no Form W-4s have been completed yet, the report does not return any results.

  15. Select the down arrow next to the Edit button and select Subscribe.

  16. On the Edit Subscription dialog, define the frequency for the report notifications and select the users who you want to subscribe to this report. When you have completed the details, select Save.

Create a Flow to send email notifications

To use a Flow to send notifications, you first need to define an email template for the notification email, and an email alert for the Flow.

  1. Create an email template. If you want to use merge fields, use the Symmetry Transaction fields.

  2. Create an email alert: 

    1. Go to Setup and in Quick Find enter Email Alerts.

    2. Select New Email Alert.

    3. Complete the fields as follows:

      Field What to enter
      Description A description for the email alert. Displayed in the list of email alerts.
      Unique Name Automatically completed based on Description. Must be unique, start with a letter, and use letters, numbers, and underscores only.
      Object Picklist. Select Symmetry Transaction.
      Email Template Select Lookup and then find and select the template you created in an earlier step.
      Recipient Type Picklist. Select the type of recipient, such as User or Public Group. After selecting the recipient type, you can select from the available recipients and add them to the selected recipients.
      Additional Emails Optional. If you want to add more recipients by email address, enter up to five email addresses.
      From Email Address Picklist. Select the email address to use as the From address in the email notification.
    4. Select Save.

  3. Go to Setup and in Quick Finder enter Flows.

  4. Select New Flow.

  5. On the New Flow dialog, select Record-Triggered Flow and select Create.

  6. On the Configure Start dialog, select Object and start typing symmetry. Select Symmetry Transaction.

  7. In the Configure Trigger section, select when A record is created or updated.

  8. In the Set Entry Conditions section:

    1. Select Field and select spustaxforms__Completed__c.

    2. Select Operator and select Equals.

    3. Select Value and select $GlobalConstantTrue.

  9. For When to Run the Flow for Updated Records, select Every time a record is updated and meets the condition requirements.

  10. For Optimize the Flow for: select Actions and Related Records.

  11. Select Done.

    Sage People displays the Flow Builder canvas.

  12. On the Flow Builder canvas, select Add element between the Start and End elements.

  13. On the Add Element dialog, select Send Email Alert.

  14. On the New Action dialog, select Action and select the email alert you created in earlier steps.

  15. Complete the Label field and add an optional description.

  16. In the Set Input Values section, select the Record ID field, select $Record and then select Id.

  17. Select Done.

  18. On the Flow Builder canvas, select Save.

  19. Enter a Flow Label. Flow API Name is completed automatically based on the Flow Label. Then select Save.

  20. On the Flow Builder canvas, select Debug to test the Flow. When you are satisfied, select Activate.