Class | Description | |
---|---|---|
DataFileToPC | Moves a Data File from the Pc to the ftp server | |
DeleteLetterFile | Deletes a Letter File from the FTP Server | |
EmailReports | Sends the reports generated by a job to a list of e-mail addresses. | |
FileToPC | Moves a file from the SYM Server to the local PC | |
LetterFileToPC | Moves a Letter File from the Pc to the ftp server | |
PCToDataFile | Moves a file from Pc to ftp server. Existing files on ftp server with the same names will be overridden | |
PCToEditFile | Moves a file from Pc (ftp server) to Symitar Edit File | |
PCToFile | Moves a file from the Local PC to the SYM Server | |
PCToLetterFile | Moves a file from Pc to SYM Server. Existing files with the same names will be overridden | |
ReportFileToPC | Moves Local Report Files to the ftp server | |
RunJobFile | Runs a JobFile on the Symitar System.
If the job file has parameters, you can supply the values for the parameters using Workflow variables or JAMS Parameters. When a job file parameter is encountered, we look for a Workflow variables named "SymParam1". If that variable does not exist, we look for a JAMS Parameter named "SymParam1". If that does not exist, we take the default value for the job file parameter. The next job file parameter will go through the same sequence with the name "SymParam2". | |
SymActivity | A base class for Sym activities. You do not use this class directly. | |
SymConfig | A SymConfig activity hosts other Sym activities to make it easier to set property values for all of the contained activities. |