Blog Network Home > PeopleSoft FieldBook > 'Ask the Expert - Answers'

From the category archives:

Ask the Expert - Answers

Ravi
Can you post some samples of Peoplecode or how we should call a webservice.”
Thank you for posting your question
Please find the sample code for the given requirement.
Assumption made is – all other IB related configurations are taken care by the resource working on the requirement.
Sample Code for Executing webservice from personal data component:
import HX_SERVICES:HX_SyncPersonalData; /* [...]

Ajay Pimpalshende

Function ciGetCIKeys(&inCIName As string, &inKeyType As string, &inExceptionArray As array of Record) Returns array of string;
WinMessage(“before Test Ajay”, 0);
WinMessage(&currentCI, 0);
&GetKeyError = False;
&Session = %Session;
&ciName = “COMPINTFC.” | &inCIName;

Akshata
Hi..I would like to install peoplesoft in my personal comp. Could you please tell how should I go about doing it.
I came accross the site edelivery.oracle.com providing the files for downloading and installation of peoplesoft.But if somebody could guide me on which files are mandatory and can i install only peopletools first ..is the HRMS/CRM [...]

Ravi Jain
How to design / create Parallel Processing AE for Data Import ??
We have to import millions of customer information from legacy system into PeopleSoft CRM. We have developed an AE which uses delivered Application Packages to do that. However, it requires 4.5 days to import 3.2 lac customer info.

anu radha
can anyone plz help with of how to,Created a process to load one time deductions for payroll using Application engine and component interface
Thank you for posting your question

Rahul Bagade
Hi,

I’m facing a problem with the worklist. When I enter a particular
component through the menu navigation, the component launches. But when
I try to enter to the component thro’ a worklist entry, it shows “you
are not authorized for this page”. And this occurs only for a
particular UserId. What might be the problem??

K. S. Rama Naidu Says:
December 17th, 2009 at 5:03 am
I want to display an image as the background for a mail notification, triggered using SendMail through an Application Engine.
The below method works, but with a problem. Any employee who receives this should be granted access to the image folder on the server, which is [...]

Question
Mohul , November 25th, 2009 at 5:13 am
How to execute an external software(exe) from peoplesoft.The s/w is intalled on anothe system which is in network (but not on PS server).It is able to run from Command Prompt but not with PS Exec function.

vinn
I have a xml file with parent child rows
-
1
10
-
2
5
The keyNo in the parent is the key field and I put the Field inheritance on the child table. On using file layout and creating AE from it..it doesn’t load the keyNo field data to child table even though the Field inheritance is set. (same field name [...]

Booshan
Can Anyone let me know the equivalent of %UpdateStats in peoplecode. I know %UpdateStats can be used for object type SQL.
Thank you for posting your Question.
%updateStats is used to update Index table (database table) which stores key row (Like ROWID, INDEXFIELD DATA) information. Once you execute above statement your table & system table are sync. [...]