Options
All
  • Public
  • Public/Protected
  • All
Menu

Class that defines input for creating documents.

Hierarchy

  • CreateSalesforceDocumentInput

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

files

files: any[]

List of uploaded files.

folderId

folderId: any

Folder id to upload documents to.

Methods

formDocumentObject

  • formDocumentObject(file: any): any
  • Creates a Document object and maps values from the passed input

    Parameters

    • file: any

    Returns any

    • returns Document object

getInputMap

  • getInputMap(): { epcRequest: { entities: any[] } }
  • Method to form EPC request to create multiple Salesforce document records.

    Returns { epcRequest: { entities: any[] } }

    • returns EPC request.
    • epcRequest: { entities: any[] }
      • entities: any[]

Generated using TypeDoc