Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
composer require "creativestyle/magesuite-schedule" ^1.0.0

Admin settings

 

...

This section is highly project-specific.
In a basic implementation, they allow defining when and to which connectors a given request should be sent.

  • Name: The name of the scheduler

  • Scheduler (cron syntax): Determines when a particular request should be sent

  • Order File Name: The name of the order export file (in the changed can be changed to anything else), uploaded will be uploaded to FTP / SFTP servers or sent as an attachment in the e-mail.

  • Connectors: Determines to which connectors request should be sent

Depending on your needs, an additional field may be added to allow you to select the structure of the data to be sent to a particular system or additional data validation.
For example, we can add a field where file format can be specified (this is useful when there are many files on an external server and only files with the right name should be downloaded).Basic config can be found under Stores -> Configuration -> MageSuite -> Schedule

...

Field

Options

Is Enabled

 Yes/No 

Method

  • Cron 

  • RabbitMQ 

 

Backend

Note

In progress

Frontend

...