Search the web
Sign In
New User? Sign Up
peoplesoft-fans · PeopleSoft Discussion Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 32953 - 32982 of 50060   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
32953
Hi all, Can anyone help me ? My question is this,, ,does Peoplesoft have an actual 360-degree ( multi-rater) component as part of it's functionality ? I have...
tp131271
Offline Send Email
Jun 1, 2004
4:38 pm
32954
HI I am peoplesoft developer and have mostly worked on projects with Oracle database. Suddenly,due to departure of key staff, i find myself in a support role...
Amit
bhandari_ami...
Offline Send Email
Jun 1, 2004
4:39 pm
32955
There is a requirement where in we need to FTP the file from File Server to Application Server and vice versa. I am using the PeopleCode Functions...
Channabasavanna Salokye
kaveriganga007
Offline Send Email
Jun 1, 2004
4:39 pm
32956
This is the code I use: if $prcs_process_instance = '' !running thru SQRW let $path = '\\server\psteam\HR\DATA\' !windows UNC else let $path =...
David J. Moehrke
dmurky
Offline Send Email
Jun 1, 2004
4:39 pm
32957
Universal Name works in sqr. It may be a stupid question - Did you put quotes around the output file in the Let statement? Let $OUTPUTFILE =...
Hue Lam
hlam0222
Offline Send Email
Jun 1, 2004
4:39 pm
32958
Fans, question about setting up user defined Assessment rules in Financials 8.8. --> (Setup Financials/Supply Chain --> Product Related --> Receivables -->...
joann.ollila@...
joannnye
Offline Send Email
Jun 1, 2004
4:39 pm
32959
Hi, I am creating a PS Query and useing the like crite.. and facing the error: you cannot use like or not like on non-character. Please help me. Thanks, Manoj...
manoj_rajputus
Offline Send Email
Jun 1, 2004
4:40 pm
32960
We are a Windows 2000 shop. We have the following in our setenv.sqc (except I have changed names for our protection)... #define FILEPREFIX...
indyshea
Online Now Send Email
Jun 1, 2004
4:40 pm
32961
On what type of field are you trying to put this criteria? Corey ... From: "manoj_rajputus" <manoj_rajputus@...> To: <peoplesoft-fans@yahoogroups.com> ...
Corey Elder
elderc
Offline Send Email
Jun 1, 2004
4:56 pm
32962
Make sure that the process scheduler has access to read or write from the network share. ... From: les.richardson@... [mailto:les.richardson@...] Sent:...
Pamela Lantzy
neysalynn
Offline Send Email
Jun 1, 2004
5:57 pm
32963
Hi all, I am new to this group and am currently getting trained in peoplesoft. I am wondering if anyone of you have some study material(kind of pdf document)...
achimoley
Offline Send Email
Jun 1, 2004
6:07 pm
32964
Greetings All, I'm in the process of setting up SSL for Weblogic. Now that I have https working ... how can I redirect http URL to https?? For example: right...
Khan, Vaqar
vkhonour
Offline Send Email
Jun 1, 2004
6:07 pm
32965
We use a Component Interface so don't need to specify the tables. It might be worth looking into so you don't have this problem each time you upgrade tools...
Debra Bongard
debra_bongard
Offline Send Email
Jun 1, 2004
6:08 pm
32966
Yes, we verified everything was correct. We were finally able to solve the problem. As it turns out, the UA was issues an incomplete osql.exe command line. It...
Keith Halman
khalman1
Offline Send Email
Jun 1, 2004
8:49 pm
32967
Community, We are making various queries redundant and were thinking of making them private so that users could not see them. However, we need to also make...
Peter Morris
pobox90210
Offline Send Email
Jun 1, 2004
8:50 pm
32968
We don't have enough information to provide a true answer. What exactly is meant by "subscribed"? Does this mean anytime the user clicks and accesses content...
Nix Vay
nvayupak
Offline Send Email
Jun 1, 2004
8:50 pm
32969
Hi Vagar, I want to get this correct... You are setting up your weblogic and you would like to change your current URL. From my understanding this can all be...
Nix Vay
nvayupak
Offline Send Email
Jun 1, 2004
8:50 pm
32970
Also when you test the access, make sure you sign in using the same user profile, which starts the process scheduler service. ... [Non-text portions of this...
Hue Lam
hlam0222
Offline Send Email
Jun 1, 2004
8:50 pm
32971
You have already found the best place to learn. However you really need access to the application and mentors onsite that know it to really get anywhere. This...
Bryan deSilva
bryan_desilva
Online Now Send Email
Jun 1, 2004
8:50 pm
32972
Can someone suggest me a good reference guide for PeopleSoft HRMS? Thanks,...
hexpsoft
Offline Send Email
Jun 1, 2004
8:50 pm
32973
Here is our standard Book list with our Amazon links. Bryan deSilva Facilitator, PeopleSoft-Fans ... Book links ... PeopleTools 8.1 ...
Bryan deSilva
bryan_desilva
Online Now Send Email
Jun 1, 2004
8:53 pm
32974
We are trying to determine how other organizations with salary plans based on geography default in the salary plan/grade to the position level using a single...
Bob
MOSERRL
Offline Send Email
Jun 1, 2004
10:40 pm
32975
Peter, I don't know how practical this is (how many queries are involved), but you could create a view of some one-rowed table (psclock?) and add this to each ...
Bywater, Robert
Robert.Bywater@...
Send Email
Jun 2, 2004
12:04 am
32976
Peter, I believe you can do what you need using Object Security (renamed to Definition Security in 8). You should be able to leave the queries as public....
White, Denise
hispanofila
Offline Send Email
Jun 2, 2004
1:32 pm
32977
We achieved this by modifying signin.html to include a HTML REDIRECT Logic to go to the HTTPS site. A quick and dirty way to achieve this. R ... you would like...
ps_rob
Offline Send Email
Jun 2, 2004
2:19 pm
32978
Manoj, It can be the case that the field on which u r putting the 'Like' criteria is a non-character field (Date or number). Did u check that? ... From:...
Naga Sudheer Tati
nagasudheer_tati@...
Send Email
Jun 2, 2004
2:20 pm
32979
Hi Manoj, You can use the operator "Like" only for the fields of datatype "character' or "varcharacter or some character datatype. If you use that operator...
Praveen Kumar
praveen_lns
Offline Send Email
Jun 2, 2004
2:21 pm
32980
Hi Thomas, would you be able to share the SQR with the forum? I would like to review it. Thanks. ... but...
rastogidinesh
Offline Send Email
Jun 2, 2004
2:34 pm
32981
Hi, Can some one help me with this please. I have a nVision report with multiple scope and it produces instances but each instance has it's own page numbers (...
goudrn
Offline Send Email
Jun 2, 2004
3:42 pm
32982
We would like to expand the list of Action/Reasons which opens up the "Job Req#" button on the Job Data 1 page. The current Action/Reasons of REH/REH and...
debbiekharvey
Offline Send Email
Jun 2, 2004
6:09 pm
Messages 32953 - 32982 of 50060   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help