Peoplesoft

PeopleSoft, How to Disable Advanced Search or Saving Search Criteria for Component

Is there any way to disable the Advanced Search Link or the ability to Save Search Criteria for a component? If so can it be done for specific users? We have a specific userid that we don't want to be able to save search criteria and that option appears after you go to Advanced Search for the Component. I am currently on PeopleTools 8.49.

PeopleSoft Security 8.8

Hi,

We requirement in PS 8.8 regarding Data Security.

We have multiple companies present in an Organization. So, we need to filter the job data based on a company for a log in user.

Suppose if any employee worked for comp's A1 & A2 (we dont have bussiness units created in PS).

if any A1 comp empl login to PS, if he look into th job data he can see only A1 comp related rows for the particular empl.
(i..e. hide the A2 rows).

So this kind of security we need implement globally not for each component (i..e with out using peoplecode).

Any idea's.. suggestions ?

Thanks

Grid question

Hi

we have customized one PI interface Page and ,there are three grids on the page.
Column labels in Two grids are showing Hyperlinks when i open in PIA
But on One grid the Column Labels are not showing up with underline
how to get the Grid Column labes with Underline
Is there any property is there ,where i need to change this on grid

Please help me on this

Thanks,
radha

Peoplesoft version 7.5

Hi Friends,

I am new to peoplesoft 7.5 version.Earlier i worked on 8.48 and 8.49 peopletools.So it is becoming very difficult on work on 7.5.can anyone provide me the documents which can help me working in application designer and peoplecode easily.Currently my requirement is to add 2 fields and the push button.Pressing push button shall display values in the grid based on a view based on 2 tables.Kindly help me in implementing this.
Thanks in Advance.

PeopleSoft 9.1 HRMS Error

Hi All ,

We have installed PeopleTools 8.50 and PeopleSoft 9.1 application both in MS SQL Server 2005 and Oracle 10g(10.2.0.4) in Windows Xp SP2.We are getting some errors in both MS SQl Server and Oracle .The error is like in the Recruiting Module (Navigation Recruiting > Find Job Openings) we are getting an error related to “not a valid month”.Please refer to the below attached screenshots(for both sql and Oracle database).This is occuring when we are clicking on the Search button in the Find Job Openings page.

Please help

Thanks
Suja

PeopleSoft - Setup Manager

Hi All,

As all of you may be aware of the 'Setup Manager' ie, delivered within peopleSoft.In navigation PeopleTools > Setup Manager.

As you may know ,The Setup Manager feature enables you to generate a step-by-step list of tasks that are necessary for you to successfully set up your PeopleSoft system.

So here in Setup Manager when we access the link "Manage Implementation Projects",we can Create the setup tasks for a specific module and the setup tasks will be created by running an application engine program.

BI Publisher

Hi,

I need to change the file name of the report which is generated using BI(XML) Publisher. Generally the name of the generated file is the Report definition name.extension. But, i need to change the name. I tried using Burtsing also. It also prefixes the name of the report definition name to the Name of the file.

Any help will be appreciated.

~Sajal

Add delete method to a CI and expose it to third pary through web service

Hi
I need to create a Delete method in a CI & then expose that as web service to 3rd party. Can any one help on this?

Or is there any other way to delete rows in peoplesoft from third party systems using web service?

Thanks In advance

Database server Machine Name in PeopleSoft

Hi ,

I need to know what is the database server machine name for my Peoplesoft instance.

Thanks,
Rahul Khandelwal

Span of employees under a manager for particular time period

I need to select all the employees under a manager in a particular span of time period. Say I need to select full span of employees who were under "12345" between 01/JAN/2009 to 07/MAR/2009. Employees who were under "12345" only till 05/JAN/2009 and got shifted to another department should also get listed in the output and same case for terminated employee. I am using the below SQL, but its not fetching correct employee. Pls let me know how to achive this.

Select a.emplid, a.supervisor_id from PS_job a
START WITH a.supervisor_id = '12345'
CONNECT BY PRIOR a.emplid = a.supervisor_id