- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2018 09:26 AM
Hi - We are looking at the hr case creation process and we see it automatically creates the hr profile entries for opened for and subject person fields.
Is it mandatory to have those business rules? If so - is there any way we can hide the message saying HR Profile created? I looked at the hr_profile and hr_utils but there is no way i see that message is coming during the creation of hr profile.
What is your recommendation in syncing hr profile with your erp system?
Solved! Go to Solution.
- Labels:
-
HR Service Delivery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2018 08:25 AM
Thanks for the screenshot, these messages are in the ajax script. You could comment out the messages if you want to turn them off in the COE modules.
hr_caseAjax
// the gs.addInfoMessage you no longer want to display.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2018 06:44 AM
If a case is created for the person on the HR side, they need to have an HR Profile. The message is activated by this client script, you could review and inactivate if you feel it is better to turn off the notifications for your business.
Client Script: Info Message for Opened For HR profile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2018 06:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2018 08:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2018 06:28 AM
Hi Lydia
This worked.
Thanks
Thenn