Options
All
  • Public
  • Public/Protected
  • All
Menu

Class that defines input for creating documents.

Hierarchy

  • CreateSalesforceDocumentInput

Index

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(): object
  • Method to form EPC request to create multiple Salesforce document records.

    Returns object

    • returns EPC request.
    • epcRequest: object
      • entities: undefined[]

Generated using TypeDoc