cancel
Showing results for 
Search instead for 
Did you mean: 

Change of Error message to warning message during Requisition creation

Former Member
0 Kudos

Hello All,

When a user with Restricted Recruiter role creates request through WDA and tries to release it ,the system issues a error message that the user is not authorized to make status change.

We want to hide this error message .Unable to find the message id in the code/message class.Can this error be converted to warning(or be hidden) thru config.

The end user should not recieve this error message( we want it to be  generated, but not visible to end user)

Rgds

Akash

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Thanks Nicole

We have hidden that message in the code itself.

Regards

Akash

Answers (1)

Answers (1)

NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Akash,

Restricted recruiters are normal recruiters but without having authorization to change the status of the requisition/position. So if you don't want to have that error, you can just assign them the standard recruiter role because then the restricted recruiter role doesn't make sense at all.

Regards

Nicole

Former Member
0 Kudos

Correct Nicole

I understand the concept of Restricted recruiter not having authorization to release the request.That is what we want to use here.

We have developed custom workflow which will be triggered post using the release button of restricted recruiter.The work flow is working absolutely fine.

Now the only thing ,the authorization error message.If this can be hidden/arrested/converted to warning or even replaced by custom message ,our solution would suffice the requirement.

The end user should not get this message .We are trying to make some changes at coding level.

Any work around possible??

Regards

Akash