peoplesoft

Has anyone used version control on PeopleSoft?

We are looking at installing version control. We have found three that integrate with PeopleSoft: Phire, Grey Sparling, and Stat. Has anyone used these, and what experiences do you have with them? ...

ASP.NET app running in PeopleSoft IFrame - problem

I have a .NET app running inside a Peoplesoft web portal IFrame. What I need to do is get the URL of the portal (parent) that called my .NET app. So far I've tried to get the URL inside my c# code using Request.Url.AbsoluteUri but this is not working. I'm assuming I will have to do this in JavaScript, or is it possible to get the browse...

How can I speed up queries against huge data warehouse tables with effective-dated data?

So I am querying some extremely large tables. The reason they are so large is because PeopleSoft inserts new records every time a change is made to some data, rather than updating existing records. In effect, its transactional tables are also a data warehouse. This necessitates queries that have nested selects in them, to get the most...

TSQL format the date difference to be "YY years MM months and DD days"

Ok this is a little bit of a strange request. We are trying to get a formatted "age" statement to come out in a report in PeopleSoft, it provides a "TSQL" based builder which is fairly unhelpful. We cannot use stored functions and we cannot edit the entire SQL statement as one thing. All we can do is say field by field what the formula i...

WCF client returns "nothing" as a response to a third party webservice

I have a 3rd party webservice (happens to be a peoplesoft EIP service) that I'm trying to call from .net. I've tried using a service reference and the old web reference to call this service and every time I call it I get a response of "nothing" back from the service. I've ran the service call through SoapUI and it works fine. I've capt...

What is Peoplesoft ? What is the scope for it ?

HI............., I have heard many times that Peoplesoft(ERP) has a great career. I want to know what is Peoplesoft . Is it a framework like DotNet or a language or what ? I have Around 3 yrs of Experience With .net(widows based application ).can i move my career to Peoplesoft... is't fine.... ...

Should any PeopleSoft installation require on-going daily DB scripts to resolve "issues"?

I have very little PeopleSoft experience but have been put in a position to support an install. This question could straddles serverfault but is certainly developer oriented. On a daily basis, we have a PeopleSoft "developer" who writes scripts to fix records/journal entries/approval status etc. To me this screams "bad install" and bo...

Accessing Domino data from PeopleCode

Hello everyone, is there any way to access a Domino server from Peoplecode (PT8.49)? Actually, validating email adresses and sending emails via Domino server are enough, no further functionality is required (no, we cannot use SMTP)... Thanks in advance! Best regards DBa ...

Choice of ESB Architecture

Hello, I am working on a project using MULE ESB. The present scenario in the application I am working is From the first application we are able to send xml msgs to peoplesoft (its acting as the second application) directly but it is not guaranteeing that all the messages will be received at the peoplesoft end .. so we decided using ...

How to send ALL XML messages that were sent when the database was down TO PeopleSoft after database picks up?

Hello, I am working on a project using MULE ESB. The present scenario in the application I am working is From the first application we are able to send xml msgs to peoplesoft (its acting as the second application) directly but it is not guaranteeing that all the messages will be received at the peoplesoft end. so we decided using MUL...

Implementing Timeout Javascript in a PeopleSoft iScript

Regular PeopleSoft components automatically generate a timeout popup window when a user is about to be logged out. iScripts, however, do not. I was about to reverse-engineer the javascript that PeopleSoft automatically generates for components in order to leverage existing code. Before I do, I thought I'd check if anyone else has...