PeopleSoft Technical

PeopleSoft technical posts such as PeopleCode, Application Engine, PeopleTools, SQR and so on...

How to use variables in nvision layout

Hi,

How can i use variables (eg:%RTT%,%LYN% etc) in nvision layout.

Thanks in advance.
Deepa.

How to run nvision report through portal

Hi,

How can i run nvision report through portal.Please provide me steps.

Thanks in advance.
Deepa.

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;

How to create matrix layout

Hi,

How to create matrix layout and produce a report through ps nvision.

Thanqs in advance
Deepa.

Regarding Peoplesoft Installation

Hi Every one,

Anyone help me out of installation steps of peoplesoft.

Advanced Thanks to everyone.

Regards,
Ansar

How many secondary pages can we have in a level?

How many secondary pages can we have in a level?

Can we have a sub page in secondary page? Is it possible?

How many keys we can have it in a record?

How many keys we can have it in a record?

If any one knows pls help me. Also if it is limited to a certain number y is it so?

Regards,
Hari.A

peoplecode action in ae program

Hi,

My requirement is to calculate other fields based on 1 field in peoplecode action in ae program.if i run the program i'm unable to get calculated values.
Below is my code in peoplecode action.

Local number &SAL, &HR, &TA, &TOT;

&SAL = EXO_AEPC_AET.BANK_SAL;
If &SAL > 10000 Then
&HR = 1000 * 0.3;
&TA = 1000 * 0.5;
&TOT = &HR + &TA+&SAL;
Else
&HR = 100;
&TA = 200;
&TOT = 300;
End-If;
EXO_AEPC_AET.BANK_HRA = &HR;
EXO_AEPC_AET.BANK_TA = &TA;
EXO_AEPC_AET.BANK_TOT = &TOT;

How to run a ps query through nvision

Hi,

How can i run my own query through nvision. Provide me the steps.

Thanks,
Deepa.

accepting the values from runcontrol table through sqr program while running in process scheduler

Hi,

My requirement is to accept values from runcontrol table through sqr program while running the program in process sheduler.Give me 1 simple eg. program .

Thanks in advance,
Deepa.

Unanswered Forum Posts