Skip to main content

Create a ripple to notify the admin when any employee has a new salary

Ripple to notify a user when the Salary field is updated.

J
Written by Joshua Shooter
Updated over a month ago

To create a background ripple to check when an employee a salary change, you need to create a query to pull the required data. To create a ripple process, you need to follow the below steps in the exact order:

  1. Create a query.

  2. Create the ripple process.

  3. Link the ripple to the query.


Create the query

The first step to build this ripple, is to create a query by following the steps below.

  1. Click Access Button image then click HR Admin.

  2. Click Queries then click the plus + icon.

  3. From the right-hand column, select Salary details.

  4. In the right-hand selection pane, select:

    • Salary Created Date

    • Salary Updated Date

  5. Click Next, and click Salary Created Date.

  6. Add a filter as Equals To and add Today.

  7. Then click Salary Updated Date.

  8. Add a filter as Equals To and add Today.

  9. Click Next, add a description and name the query.

  10. Click Next.

πŸ“ŒNote: ​​​​​​​Set the relation between the two filters to OR.

Now, you can close the query and follow the next step. You will use this query later in the process.


Create the ripple process

Once you've created the query, you need to create the ripple.

  1. Click Access Button image then click HR Admin.

  2. Go to Settings and select Ripple.

  3. Click the plus + button, then select the ripple type as Background.

  4. Give the ripple a name and write a description.

  5. Click Add Step:

    • elect Email the write the contents of the email.

    • Address the email to the relevant employees.

    • Click Save, to save the step.

  6. Set the ripple as Active, then click Save.



Link the query to the ripple

Since you are already on the ripples table screen, follow the steps below.

  1. Next to the ripple you created, click the star icon then click Add New Item.

  2. Create a name for the item, then select the relevant query.

  3. Enter the number of days to repeat the ripple as 1.

  4. Click Save.

Did this answer your question?