Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

State

Logging fuctionality will gather the data about status changing with detailed information:

  • previous state
  • current state
  • date and time
  • worker

Data model should have mentioned fields and relation 1-1 to Order.

Data records won't be edited by users.

Creating

Logging will also register information about creating new record. In such case:

  • previous state = "new"
  • current state = "pending"
  • date and time
  • worker - if record is created by ERP connector, worker = special user defined in connector parameters.

  

  • No labels