Enterprise Resource Planning Blogs by Members
Gain new perspectives and knowledge about enterprise resource planning in blog posts from community members. Share your own comments and ERP insights today!
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
15,944

The sequence object allow you to take full control of many functions within SuccessFactors. One of the most useful things you can do with it is, for example, when you want to assign specific codes to positions according to different countries or legal entities. When creating a new position into Employee Central, copanies should ideally employ some logic into the code that will be assigned to it. This is specially important if a certain company wants to assign a certain logic to position codes depending on which legal entity or country the position will be assigned to. In order to avoid confusion or having to refer to a list with the correct order outside of SuccessFactors, a rule with an inbuilt sequence needs to be configured.

The purpose of this post is to share some of my knowledge about how to get the system to follow a chosen sequential logic when automatically assigning a code to an object such as a new position, for example. I will show you how to create a sequence (and how do they work) as well as how to build a business rule that will use the sequence created to get the desired effects. Finally, I will be showing you how to place the business rule into the position object and how the finished product looks like.

Let's say you want to assign position code numbers according to four legal entities located in two different countries; two in the United States (LE_US_01/2) and two in the United Kingdom (LE_UK_01/2).

Suppose that the client wants the position codes to start with the number 3 and that the country codes are 18 for the US and 19 for the UK. The client also wants each legal entity to start with a different number so you assing LE_US_01 and LE_UK_01 to start with the number 5 and LE_US_02 and LE_UK_02 to start with the number 6. So the logic will be as follows;

       EC     Country     LE

        3           18          5

        3           18          6

        3           19          5

        3           19          6

Therefore the code of the first position created into the system in the legal entity 01 in the US would be 31850001 and so on. However you don't want the client to keep referring back to a list in a separate spreadsheet to know what was the last code used and what the actual order was - the system will have to do the dirsty work itself.

First, a sequence will have to be created for each legal entity. Go to Admin Center -> Employee Files -> Manage Data. In the top right hand corner, select Create New -> Sequence:

The "external code" and "name fields" are just explanatory fields that can be freely completed.

In the "start" field, the first number of the sequence must be entered. Please note that this is the number from which the first position that will be created in the system will start from. In the current example (and possibly in every case) some positions were already uploaded into the system from the legacy system, hence the high startin number. You will need to search what is the next available number and place the next one in the sequence in here. Note the number 3 indicating a position number, the number 18 for US and number 5 for legal entity 01. For the other countries and legal entities, this number will change accordantly.

In the "step" field you define the sequence that will take place. For example; if 2 is selected then the system will go from 100 to 102 then 104 and so on. This is particularly useful if you want to assign odd numbers to a group of employees and even numbers to another. In this case, however, a normal sequence will be assigned (one by one).

In the "current" view field, the system is informing you of the latest number used. This is only used as a reference point for the future.

The same logic should then be followed for the remaining legal entities.

Next you will need to create the rule that will make this sequence work. Go to Admin Center -> Company Settings -> Configure Business Rules.

Select "Create New" and then "Basic". Complete the fields on the right hand side and select Position as the base object.

The rule should look like this:

You can see that in the "If" logic the desired company is selected and in the "Then" logic the desired sequence is selected.

Now you can proceed to do the same for all other legal entities.

This is not enough, however. You now need to attribute this rule into the position object so that it will know what to do next time a position is added to one of those legal entities. Otherwise the rule will be loose in the system.

Go to Admin Center -> Company Settings -> Configure Object Definitions. Then search for Object Definitions -> Position. At the bottom of the page, in the "Rules" section, select the function in which the rule will apply to and save the rule there.

Now you're done! Let's now test the sequence to see if it really works.

Go to Manage Positions and create a new position under the desired legal entity.

Upon saving, the first number on the sequence created previously will be automatically assigned!
The system automatically assigned the 3 for position, 18 for United States and 5 for legal entity 01. The client won't need to manually check those things and can rest assured all is taken care of.

This shows how well the sequence object works and that it can be useful in a number of different scenarios. As long as those three steps are followed - creation of sequences, placing of the sequences into a business rule and attributing the rule to the position object - the possibilities of this functionality are endless. In this article I have used legal entities as an example but that works with virtually anything.

8 Comments
Former Member
0 Kudos
This was helpful information, greatly appreciated.

Just one question can one create corporate ID number for 30 employees whose information i can upload into the system via an upload? If so how can i do this?

Appreciate response
Former Member
0 Kudos
I have answered myself I will do a basic import with all the other files in sequence..

Thank you though for the above information
Former Member
0 Kudos
Hi everyone, Any one knows any option to make auto Generated External code in Department Object or Division ? Thanks
0 Kudos
I am also trying to find more info on that.
gattara
Explorer
0 Kudos
Hi,

this is helpfull information, however  can ranges be pre-defined to skip each other for employee id's? For example, set an initial range from 1-10, then, once it hit’s 10, have the sequence skip to 90-100.

 

It is to avoid conflicting with pensioner's id.

 

Thank you
JesusPineda
Explorer
0 Kudos
Hi, how i desactivate this secuence?

Thanks a lot.

JPM
0 Kudos
Hello Jesus,

you can disable the rule which use this sequence. go to the object in 'Object Definition' (if the sequence concern an object) or in 'Manage business Configuration' (if it's on the employee profil as userID). find the trigger field (it's usualy on init so at it the end of the definition) and desactivate the rule.

if you want to be clean delete the rule and the sequence after doing this respectivly in 'manage business rule' and 'manage data'

 

hope it's helping you

Mehdi
annietay
Discoverer
0 Kudos
Hi,

 

May I seek advise on how to set up the rule to be able to reset sequence for each new year?

 

Thank you!
Labels in this area