Compshack,
I am not sure whether its me or it the explanation. While trying to understand the functionality of attachment,I am not clear on addattachment and putattacment.
For e.g. for AddAttachment:
&retcode = AddAttachment(URL.MYFTP, ATTACHSYSFILENAME, "", ATTACHUSERFILE, 0); ( In peoplebooks example )
My question is when the above peoplecode is fired which direction is the file moving from.
Lets say the appserver machine name is myappserver. And the URL.MYFTP points to a ftp server.
Will the file be transfered from ftp server to appserver or the other way ?
And what is the difference between AddAttachment and GetAttachment ?
Title | Under | Posted on |
---|---|---|
Component interface Error: no rows exist for the specified keys | PeopleSoft Technical | 03/15/2019 - 3:54am |
ADD 24 months starting from current month.(peoplesoft) | PeopleSoft Functional | 07/29/2018 - 8:44pm |
TRC values dropdown | PeopleSoft Technical | 04/04/2018 - 12:54am |
how to find missing sequence in GRID and print the mising sequence number while saving through peoplecode | PeopleSoft Technical | 09/11/2017 - 4:49am |
GetAttachment function to transfer a file from the file server to the application sever.
PutAttachment function to transfer a file from the application sever to the file server.
AddAttachment function to transfer a file from one server to another.
The example above is using AddAttachment, so you can only use it to transfer files bewtween servers and not application server.
check out my post using the PutAttachment to transfer a file from app server to file server.
Give back to the community and help it grow!
* Help with unanswered forum questions and issues
* Register or login to share your knowledge at your own blog
AddAttachment function to transfer a file from one server to another.
But then an application server is also a file server. Is it not ?
What does betwene 2 servers mean ?
Is it 2 different server other than web and file server ?