cancel
Showing results for 
Search instead for 
Did you mean: 

e_recruiting Applicant management-- add columns to Candidate Selection scre

Former Member
0 Kudos

Hi

We would like to see the date of an action (either planned or complete) on the Candidate Selection --> Assignments screen, so that recruiters can at a glance see when an action is planned, or when it was completed. Is there any way of tailoring the view to include the action date on that screen?

Regards

Rob

Edited by: Rob Sesink Clee on Oct 16, 2008 7:28 PM

Accepted Solutions (1)

Accepted Solutions (1)

romanweise
Active Contributor
0 Kudos

Hello Rob,

changing the table columns of the assignments table to the requisition is only possible by making a modification as the "personalization" only allows to hide and reorder the first 6 columns.

This modification is not that difficult and I already did for customers which had the same requirement. Basically you have to change the get_column_definitions method to add the column (this might be necessary on sveral points as the table is used in several modes) and you have to add some code in the render_cell_start to gather additional information or if you want to toggle between due_date and date_executed depending on the activity status.

The class you have to change depends on the release of e-recruiting you are using. Up to a certain point in release 300 the controller works as the iterator for the table view. Since the introduction of the "personalization" the iterator has been moved to a separete class which should be referenced in an attribute of the controller class which is called iterator. Although the controller still implments the iterator interface these methods are no longer processed in release 600.

If you need more detailed help please specify the release you are currently using.

Best regards

Roman Weise

Answers (3)

Answers (3)

Former Member
0 Kudos

Roman

Thanks for the help; the solution worked splendidly!

Regards

Rob

Former Member
0 Kudos

When on Assignments, you can select a candidate and then click on 'Process Activities'. This will at a glance show the candidate activities, when they were created, changed and completed etc. Unless you want to see the activities for the candidate on the assignment screen itself - please clarify.

Former Member
0 Kudos

You can create dashboard. It is std delivered in the recruiters start page