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 |
Workflow email provides mapping of fields where fileattach , filename are need to map. Fileattach has to provide the full path with file location and Filename has to map with the display name in email for attachment.
If you have to pick file from File server then simply you can give the file path from the fileserver.
If you have file in database record as attachment, then get that attachment using getattachment) function and store the file in some fileserver and then provide the exact file path in Workflow email.
Hope it will clear your doubts.