Hi all,
I have below requirement.
One PDF file is Copied under appserver and this file needs to be open when the User cliks on the Hyp[er link on the page .for this i have Placed pushbutton on the page and wriiten the below code in field cahnge event
Hi
Thanks for your answers, but i'm not being able to make it work :(
&Filepath="D:\psoft\hr88\dev\appserv\prcs\HR88DEV\log_output\SQR_sHRI0094_170783\"
&Filename='ZHRI009.PDF'
&RETCODE = ViewAttachment(&Filepath, &FileName, &Filename);
I get:
&RETCODE = 7 (Cannot locate destination system for ftp)
In peoplebooks it has given that viewattachment(URL,SYSFILENAME,USERFILENAME)
my file is copied in appserver ..how to give path for the URL?
Iam able to access the above given path ..in browser but if i give the same path in viewattachment function ,it is not going there and getting return code 7
Please help me on this issue..it is an urgent requirment
Thanks in advance
Sudha...
| 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 |
First of all you need to create a URL. URL can be created at
Home>PeopleTools>Administration>Utilities>URL.
In URL path give path of pdf form on app server.
Post new comment