Tag: ER origins

  • Extending Electronic Reporting Sources: Integration with OneDrive (II/II)

    Extending Electronic Reporting Sources: Integration with OneDrive (II/II)

    To implement the logic, we will create the following classes: TST2 One DriveInbound File: This class defines a custom inbound file and implements the interface ERIImportFile. TST2 One DriveInbound FileSource: This class is intended to read and import files. However, we will use it primarily to call TST2 OneDriveAPI, ensuring a better separation of concerns.…

  • Extending Electronic Reporting Sources: Integration with OneDrive (I)

    Extending Electronic Reporting Sources: Integration with OneDrive (I)

    In this series, I will explain how to extend ER (Electronic Reporting) sources to import from non-default origins (beyond the default options like manual imports or SharePoint). This will also enable us to program batch jobs for continuous integrations. Specifically, I will guide you step by step on how to integrate with a third-party OneDrive,…