Archiflow artifacts

The following schema describes Archiflow artifacts and how they are mapped in Platform:

Basically, what Platform allows to do is:

  • read a list of cards, where each field of a card is showed as a grid cell

  • download/upload/preview a document linked to card, starting from a grid row

  • insert, update, delete cards, through the standard grid toolbar buttons

  • read a card, where each field of a card is showed as a form control

  • download/upload/preview a document linked to card, starting from a specific form control

  • insert, update, delete such a card, through the standard form toolbar buttons

  • manage programmatically all these operations, starting from server-side javascript functions, within a server-side javascript action

Last updated