Click or drag to resize

SaveMailLogicCreateRecordWithDocument Method

Creates new record with document data.

Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMail
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public Record CreateRecordWithDocument(
	ODataService ctx,
	File file,
	Record primaryRecord,
	SaveMailDocument document
)

Parameters

ctx  ODataService
ODataService context.
file  File
Case to save record.
primaryRecord  Record
If provided and setup is to save as appendices it will save document under this record.
document  SaveMailDocument
Document to save.

Return Value

Record
Record with document data from source object.
See Also