cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

E-Recruiting Email Verification Link

Former Member
0 Kudos
340

Hi Experts,

I have customized our e-recruiting logon screen as well as the application cockpit by including a banner and editing some texts.

Now the problem is that when an external candidate registers and receives the email verification link, he is still being redirected to the old logon screen.

I followed the program and discovered that a BAdI is not being called (kindly refer to the screenshot below):

I assume that the missing piece here is that the lv_wd_config_id which is supposed to contain the customized config ID of our new e-recruiting screen is not being passed.

Is there a way to resolve this issue?

Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

yes, you should implement the badi and return your config ID

Former Member
0 Kudos

Hi, Andy!

Thanks for the reply.

May I know how to implement this badi?

Former Member
0 Kudos

SE18 create a implementation of badi HRRCF00_DET_APPL_CONFIG_STARTP

Make it active and return the custom configuration in your badi

Former Member
0 Kudos

Thanks, Andy!

Answers (0)