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;
DCP_PC_WRK.EMAIL_SUBJECTTEXT.Value = MsgGetText(30304, 22, "no text");
DCP_PC_WRK.EMAILTEXT.Value = MsgGetExplainText(30304, 22, "no text", &Link, &BU, &PID, &IID, &Type, &Cat, &Amt);
&Event = "BusEvent." | "PPNE Review";
| Title | Under | Posted on |
|---|---|---|
| MD5 - SHA checksum of a file. | PeopleSoft Technical | 02/07/2012 - 5:29am |
| nVision Tabular Report through PIA with prompts | PeopleSoft Technical | 02/02/2012 - 10:07pm |
| Can we create an AE to mass update Position - Jobcode data? | PeopleSoft Technical | 01/18/2012 - 3:11am |
| Pay Components on job data can be defaulted and setup based on the rules? | PeopleSoft Functional | 01/05/2012 - 4:58am |
Post new comment