cancel
Showing results for 
Search instead for 
Did you mean: 

Restrict a action/event (Transfer) based on event effective date

former_member65316
Active Participant
0 Kudos

Hello Everyone

This query is regarding successfactors employee central, I am trying to restrict transactions on an event "Transfer" based on its effective date (Past dated transaction).

Is it possible to restrict the transactions on past dated event with business rule.

If possible, could you please help me with the detailed steps to be followed considering either of the procedures.

Thanks and Regards

Arun Suresh

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Dear Arun,

Yes, it is possible. You can raise an error message if someone tries to save a past dated record.

You will need to create a rule like below with Job Information as base object-

If 'Job Information.Event Reason.Event is equal to Transfer' and 'Job Information.Event Date is before Today()'
Then Raise Error Message.

Set it as a onSave rule in Job Information in BCUI.

Hope it will help.

Regards,

Udit Khera

former_member65316
Active Participant
0 Kudos

Dear Udit Khera

Thanks for the needful. Your concern is much more appreciated.

Business rule suggested by you is working as per the requirement.

Thanks & Regards

Arun Suresh

Answers (0)