Versions Compared

Key

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

...

You can omit the search since it's automatically performed when loading the product list. The loading of the product list can be configured to trigger again once the user has completed utilizing the search feature. Refer to the usage guide for a detailed understanding of how these functions operate.

Standard flow

...

(simple setup)

You has to do Page setup first. Then the only thing you would need to do is call the function for loading the receipt with the order number. More info here

Pros:

  • Can see a visual representation of current status

  • Can download files belonging to the product

  • Visual representation of order information

  • Can send and receive messages from suppliers

  • Does not have to implement API-calls for files, status and order info

...

  • No customization

  • User has to continually check status

Custom flow

...

(advanced setup, must implement api calls)

You has to have to do Page setup first.

Order files:

You would need to poll this endpoint to receive files for the whole order:

...

  • Have to poll API changes

  • Have to make visual presentation

  • Has to implement some logic for this

Next step: Infoland Flex - Javascript components