cancel
Showing results for 
Search instead for 
Did you mean: 

BUSINESS RULE

Hello All,

I have a question regarding Business Rule, If any changes happens to users First name then it should trigger to Manager, and if any changes happens to the Last name it should trigger to HR Manager. So Could you guys please help me to write business rule for this requirement.

Thanks

mastanamma

Accepted Solutions (0)

Answers (2)

Answers (2)

nageshpolu
Contributor
0 Kudos

Here is an example. All the best!

nlgro023
Active Contributor
0 Kudos

So you'd write a basic rule on the personal information object that does the check:
OR --> firstname not equal to null
lastname not equal to null

THEN

Set wfconfig to the workflow that contains the HR Manager (not sure if you want them to approve or just get informed as that would affect the config of the workflow)