SAP Knowledge Base Article - Public

2632728 - How to automatically post a job requisition using business rule - Recruiting Management

Symptom

This article informs how to automatically post a job requisition right after it is being approved. The process is done using the RCM business rules.

Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental.

Environment

SAP SuccessFactors Recruiting Management

Resolution

When creating and approving a job requisition, you can automatically post the job requisition at the end of the approval process. This article describes the steps to make this configuration.

First, we need to create the rule itself. More information on the rule creation can be found on article 2515173.

  1. Go to admin center > Configure Business Rules;
  2. Select Basic rule and fill the information similar to the image below:

rule 1.jpg

  1. On the next screen, you will first create the if clause. In order to ensure the rule will be triggered when the job requisition gets approved, we created an if clause to validate the system status. Pay attention to select the system status instead of the job requisition status, these are two different fields. The system status refers to the "pre-approved", "approved", and "closed" system status.

rule 2.jpg

  1. After creating the if clause, we will need to create the then clauses. On this example, we will create one clause to create the internal post and another to the external.

A - The first one on our example will be the then clause to create the internal post. As shown below, the number one creates the posting start date. For this information we selected the function "Get Current DateTime()". This function will simple create the posting start date using the current time and date when the job requisition gets approved and the rule triggered.


B - The number two shows the creation of the posting end date. For this date, we used specific functions to have as end date two months after the job req is posted. The first function is the "Create DateTime()", this will just allow the user to create a date using different functions and parameters. The second function "Date Plus()" will calculate the date based on the parameters selected. As based date we used the "Today()" function that will simply get the date when the job requisition is being approved and will add the amount of time that we selected in the parameters below. For this case, we added two months to the based date.

new rule.jpg

  1. Our next step is creating the external posting. For the external posting, we did not provide a posting end date. This parameter is not required for either internal or external posting.

rule 4.jpg

  1. When the rule creation is done, we have to attach this rule to a template. In order to make this configuration go to admin center > Manage Rules in Recruiting. If you are not seeing this option under admin center, check the article 2618607, this article explains more details on the necessary permissions and configurations to access this feature.

This rule will be triggered when a job requisition is saved. The rule needs to be triggered on saving action because this is the rule triggered when approving a job req.

rule 5.jpg

When finishing this configuration, once a job requisition is posted, the internal and external posting will be automatically created.

Pay attention to your business requirements and how to build your if clause. On the presented example, the rule will be triggered any time the save button is hit and if the job requisition is approved and does not have an internal or external post, it will be created. If you just replicate this configuration but you are making some changes to an approved job requisition that is not posted yet, once you hit save, the posts will be created.

If the job requisition is approved and already have internal and external postings, the rule will NOT override the existing postings.

As of now, it's only possible to create business rules to post job requisitions for Internal and External Postings as well as External and Internal Private Postings. It's currently not possible to create the rule to post job requisitions on agencies or Recruiting Posting's job boards.

See Also

2618607 - Manage Rules in Recruiting Management

2515173 - Rules Engine in Recruiting Management

Keywords

SF, Success Factors, RCM, How to automatically post a job requisition using rules, RCM rules, internal posting, external posting, using rules, post requisition after creation, business rule, job posting , KBA , LOD-SF-RCM , Recruiting Management , LOD-SF-RCM-JOB , Job Postings & Requisitions , LOD-SF-RCM-RUL , Recruiting Rule Issues with MDF Platform , How To

Product

SAP SuccessFactors Recruiting all versions