how do i encrypt an oprid's password using app eng peoplecode?
i tried: encrypt_password oprid; <<< did not work
i found some info here in doing a trace: -trace 7 -toolstracepc 4044 (if you know the app engine pgm)
what if i'm trying to determine the app engine programs involved in DELETE USER PROFILE, or even all the programs.
I did some traces and i get the record people code involved but not finding whats doing all the deletes.
Hello,
I am new to PeopleSoft dev.
I am have a test screen i am using to build this with a simple button. When I click the button i have the following code firing:
Local NDC_EX_CONUS:NDC_EX_CONUS &teeter;
Local number &steeter;
&teeter = &aConusData [2];
WinMessage(&steeter);
SQLExec(&teeter.WriteEXLocation(3));
WinMessage("ga ga : " | &steeter);
WinMessage("Length of array of conus extracts: " | &aConusData.Len);
The error I get is happening at the SQLExec. Here is what the writeexlocation method code is:
method WriteEXLocation
Hi,
Can any body tell me , how to fetch data from buffer.
I fetched 4 fields on a scroll which is at level 1.
among them 2 fields are from Record 1 and 2 fields are from Record2.
and Record1.field2 is a prompt which is display control field.
and record2. field1 and field2 are related fields..which are showing the related values..
Now , I need to fetch all these four values and put in another scroll , which is also at level1.
can any body give me some clue or code about it.
Sending mail using PT_MCF_MAIL:MCFOutboundEmail();
We are using the following code to send a mail
import PT_MCF_MAIL:*;
Local PT_MCF_MAIL:MCFOutboundEmail &email = create PT_MCF_MAIL:MCFOutboundEmail();
------------------------------------------
&email.Recipients = "test_mail"; /*incorrect mail id*/
or
&email.Recipients = "srinivas@1234.com"; /*incorrect domain id*/
----------------------------------------------
&email.From = "";
&email.BCC = "";
&email.Subject = "Test mail";
&email.ReplyTo = "";
&email.ContentType = "text/html";
Hi,
I am trying to hide a cancel button in a DOMODEL page. Any one pls help me
Thanks,
Hari
Hi All,
Is there anyway to update a file text using an appengine.In the attachment text file,i need to erase the lines starting with "N1" and "PER" and update the number count in the line starting with "SE"(the number between the stars) and update the file.Im getting error while using Get Position and SetPosition. Any Help Appreciated..
Thanks,
Ashok K.
Hi All,
Im designing a page in Peoplesoft with an object HTML Area.Im able to expand the root and 1st level child nodes.When im trying to expand 1st level child im getting the child leaves along with a repeated 1st level child node as
First | Previous | Next | Last | Left | Right
-ERPA_AK_AE_6
-Records
+Records
ERPA_AK_APP_6
Where ERPA_AK_APP_6 is the Record present in the Project ERPA_AK_AE_6.Im fetching the records from the project using "CreateSQL".Im trying so that the 1st level child node(Record) should not expand again.Please help me..
Hello. I'm new to Peoplesoft and new to this community. I am trying to hide a row within a grid. I found this code on this site:Local Rowset &Level1;
&Level1 = GetLevel0()(1).GetRowset(Scroll.PERSON_ADDRESS);
For &i = 1 To &Level1.ActiveRowCount
&AddrType = FetchValue(Scroll.PERSON_ADDRESS, &i, PERSON_ADDRESS.ADDRESS_TYPE);
If &AddrType <> "HOME" Then
&Level1(&i).Visible = False;
End-If;
End-For;
I'm confused on where to place this code. Could someone help please?
Thanks
Hi
I need to consume a third party web service, one its method's input parameter is a byte array. I tried lot of ways to crack this, but i couldn't make it. Can any one please suggest me how to do this?....
Thanks in advance
| Title | Under | Posted on |
|---|---|---|
| How to run nvision report through portal | PeopleSoft Technical | 08/31/2010 - 4:45am |
| Any1 here who can help? | PeopleSoft Technical | 08/31/2010 - 2:12am |
| How to create matrix layout | PeopleSoft Technical | 08/27/2010 - 2:22am |
| UnCaught C++ Exception | PeopleSoft Technical | 08/10/2010 - 9:05am |
Recent comments
1 day 1 hour ago
1 day 3 hours ago
1 day 3 hours ago
2 days 7 hours ago
2 days 7 hours ago
2 days 12 hours ago
3 days 1 hour ago
1 week 3 hours ago
1 week 4 hours ago
1 week 4 hours ago