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

Application Source type-Publication Channel

Former Member
0 Likes
260

Hi,

I have a posted one requistion on different channels like external, Internal, Employee referral (Custom) & different third party placement consultant's name.

So when candidates apply through different channels I want to show the source of channels against the canidate in Requisition Assignment Dashboard. Is there any way to display the same & what is the logic to find the source of channels for each candidate who apply against a requisition.

Thanks,

Snita

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

Hello,

Will the candidates be selecting the positing channels manually or you want the system to default the posting channel and then display the source in the Candidates Assignment Overview? I am asking because the standard functionlaity is that the application source will give options to the candidate for selecting and if they do not select anything the system will also not stop them from submitting the application.

NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Snita,

You can add custom fields to the available columns pool in V77RCF_CDCYFLD_C. Then you can assign them to the columns in the assignment screen in V_T77RCF_CDCYLST.

The posting channel can be found in table HRP5122 (field POSTING_CHANNEL).

Regards,

Nicole

Former Member
0 Likes

Hi Nicole,

I am able to add that custom field but want's to know how to call the data of Posting_Channel against each canidate who has applied from different channels for a requisition.

Kindly suggest.

Thanks,

Snita Shaw

NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Snita,

You take the application object and eg. call method CL_HRRCF_CANDIDATE_APPLICATION=>GET_POSTINGS and read for that object the posting channel from HRP5121.

Regards,

Nicole