Offline email when a date <= 30 days is reached in a table?

  • Patrick
    Participant
      2 years, 9 months ago #34431

      Hello everyone
      I would like to send an email automatically when a date <= 30 days is reached in a table. Are there possibilities to run some kind of job on the server so that it also works offline?

      Thank you

      Offline action

      Jennifer Häfner
      Moderator
        Has successfully completed the online course Intermediate (200)
        Has successfully completed the online course Advanced (300)
        Has successfully completed the online course Basics (100)
        Has successfully completed the online course Advanced (310)
        Has successfully completed the online course Advanced (320)
        Has successfully completed the Intermediate Certification
        Has successfully completed the Advanced Certification
      2 years, 9 months ago #34439
      Up
      1
      Down
      ::

      Hi Patrick,

      You can run a Server-Side Business Object as a job on the Simplifier server, as it is described here: https://community.simplifier.io/doc/current-release/integrate/jobs-overview/

      Inside the Server-Side Business Object, you can check the dates of the stored data. Then, you can use the Email API to send mails: https://community.simplifier.io/doc/current-release/applications/business-objects/create-business-objects/business-object-api/#1595936660592-f4a3a811-c99f

       

      Jobs are always running on the Simplifier server. However, you are saying that you need some kind of offline functionality? Can you elaborate on your use case?

      Patrick
      Participant
        2 years, 9 months ago #34441
        Up
        0
        Down
        ::

        Hi Jenifer,
        Thank you for the detailed answer. I’ll take a look at the links right away and try to implement it.
        I want to monitor a TÜV date with this app. The email should be sent out as soon as the TÜV inspection date is <= 30 days.
        The whole thing should also work if the app has not been started for a long time. That’s what I meant by offline functionality.

        Greetings from Berlin
        Patrick
        (Translated with a translator)

      Viewing 3 posts - 1 through 3 (of 3 total)

      You must be logged in to reply to this topic.