afterSaveOutputFile(context)
Function Declaration |
|
Type |
Interface function |
Description |
Runs a custom logic after the output file is saved in the File Cabinet For example, you can use this function to update a custom record with the status Completed and the ID of the output file. |
Returns |
|
Input Parameters |
field: String, Number, request: FileProcessingRequestParams |
Related Topics
- File Builder Interface Functions
- afterGetPendingRequest(context)
- getPendingRequestFailure(context)
- processSourceData(context)
- processSourceFailure(context)
- beforeProcessRow(context)
- afterProcessRow(context)
- beforeSaveOutputFile(context)
- beforeSaveOutputFileWithOpt(context)
- customizeQuery(context)
- customizeSearch(context)
- customizeFieldValue(context)