beforeSaveOutputFile(context)
Function Declaration |
|
Type |
Interface function |
Description |
Runs a custom logic that changes the output before saving the file. For example, you can use this function to modify the name, folder, or contents of the output file before saving it in the File Cabinet. |
Returns |
|
Input Parameters |
fileName: String, requestFolderId: number, outputFileContents: String |
Related Topics
- File Builder Interface Functions
- afterGetPendingRequest(context)
- getPendingRequestFailure(context)
- processSourceData(context)
- processSourceFailure(context)
- beforeProcessRow(context)
- afterProcessRow(context)
- beforeSaveOutputFileWithOpt(context)
- afterSaveOutputFile(context)
- customizeQuery(context)
- customizeSearch(context)
- customizeFieldValue(context)