Thursday, 28 February 2008

Windows XP Text Search

To configure Windows XP to search all files no matter what the file type, obtain the latest service pack for Windows XP (currently SP2) and then turn on the Index file types with unknown extensions option.

If you use this method, Windows XP searches all file types for the text that you specify.

This can affect the performance of the search functionality. To do this:

Click Start, and then click Search (or point to Search, and then click For Files or Folders).

Click Change preferences, and then click With Indexing Service (for faster local searches).

Click Change Indexing Service Settings (Advanced). Note that you do not have to turn on the Index service.

On the toolbar, click Show/Hide Console Tree.

In the left pane, right-click Indexing Service on Local Machine, and then click Properties.

On the Generation tab, click to select the Index files with unknown extensions check box, and then click OK.

Close the Indexing Service console.

Thursday, 29 November 2007

Pay Rates on Compensation page dont appear

Check to ensure
a) Companies in COMPANY_TBL have COUNTRY field filled in
b) DFLT_FREQUENCY table is populated for the COUNTRY linked to the COMPANY on JOB record.

Tuesday, 13 November 2007

Workflow emails:link redirection after signon


With PeopleTools 8.4x onwards, the enableDirectLink property is no longer required. This means that when a user clicks on a link from a workflow email, peoplesoft should redirect user to the linked page automatically. This should happen even if the user is not logged on and has to enter userid and password on usual signon page. However, for this to happen, the "Allow Public Access" checkbox must be unchecked on the Web Profile that is currently being used.

Wednesday, 18 July 2007

CI_JOB_DATA_HIRE component interface no longer available in 8.9

CI_JOB_DATA_HIRE component interface no longer available in 8.9

The CI for JOB_DATA_HIRE is no longer available from version 8.9 onwards. PeopleSoft's Hire process has changed and now uses 2 components therefore it is not possible to have one single CI to hire employees. The solution is to use CI_PERSONAL_DATA and CI_JOB_DATA_EMP. However, the drawback is that you need to know the EMPLID that has been generated by first CI. The solution is to use a global variable and set it when new EMPLID is assigned.