peoplecode peoplesoft

Issue with multiple grids on a single level in peoplesoft

Hi ,
I am new to peoplesoft.

I am doing a task in which I have to use multiple grids in the same page with the same main record.

these grids have different functionality and I have to write different peoplecode for each of them on a single event in a component.

How to distinguish between these grids.
Like I have tried giving labels but dont know how to write peoplecode for that.
Can you plz help?

I want to add a hyperlink to a peoplesoft delivered search page in peoplesoft

Hi All,

Can anybody please suggest me on the below requiremnet
I want to add a Hyperlink on the upper right corner side of the delivered search page .so when the user clicks on this link ,it will take to the page where it has correponding details for that row.
I know we can do this by customizing our own search page but i want know Whether we can do this with delivered functionality or not

Its an urgent requirment. your reply would be appriciated very much.

Thanks in advance
Sudha....

Any1 here who can help?

Good morning Guys,

I have a requirement in my project where in if reviewer is not mapped the a mail should triggered to a default workflow administrator .can any1 help?

Code is as below:

If None(DCP_PC_PPNE_SET.DCP_PPNE_REVIEWER.Value)Then
If None(DCP_PC_PPNE_SET.DCP_PPNE_WF_ADMIN)Then

/*Trigger mail to Default Worklow Administrator*/
is it ok or i shall put something else
DCP_PC_WRK.OPRID.Value="";
Else
DCP_PC_WRK.OPRID.Value=DCP_PC_PPNE_SET.DCP_PPNE_REVIEWER.Value;
Else
DCP_PC_WRK.OPRID.Value=DCP_PC_PPNE_SET.DCP_PPNE_REVIEWER.Value;
End-if;

value is not displaying the Grid

I have grid which has a derived work record and dummy field from a view. This Grid is at level 2. Now based on the condtions i am assigning values to the derived but for first field which is Plan_type is not populating in the grid but rest of the fields are populating in the Grid.

Using Exec function to list files in a directory on UNIX and copying them into a file

Hi All,
I have a requirement where in I need to list all files in a directory on Unix server to be displayed to the peoplesoft user online.The user select the Server(NT or UNIX) and directory name from where he wants to view the file .
I am using the EXEC function to list the files from the directory and then moving them to a file. I will read the file through a application engine process and then move the contents to a record which i will display to the user on the grid.

Prompt Table

I would like to know if it is possible and how to dynamically change a Prompt Table based on a page name.

Embed External page into peoplesoft

Hi All,

Is there any way to embed external page(asp page) into peoplesoft page without using iframes.

Thanks In Advance
Karthik

How to disable or hide the component proprites.

Hi All,

Is it possible to hide or disable the return to search button in the page. due to some reasons I dont want some users to view that button. So is it possible to hide these component proprites only for some rows in the page. but I want to select the button(return to search option) in the component internet proprites , because for few pages I need to show that button.

thanks