Creates new record with document data.
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMail
Assembly: Scanjour.Workflow4.ActivityLibrary_23.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.3.0.0.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public Record CreateRecordWithDocument( ODataService ctx, File file, Record primaryRecord, SaveMailDocument document )
Parameters
- ctx
- Type: ODataService
ODataService context. - file
- Type: File
Case to save record. - primaryRecord
- Type: Record
If provided and setup is to save as appendices it will save document under this record. - document
- Type: Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMailSaveMailDocument
Document to save.
Return Value
Type: RecordRecord with document data from source object.
See Also