Home

GoERP Guides

This document serves as a container of all possible template assembly options.

It mostly answers the questions like:

  • How to display components in UI?
  • How to fill components with the data?
  • How to properly bind input objects to the forms?
  • How to use delete action?
  • And so on.

Deprecation

Following is a list of functions that are deprecated. These should not be used when creating new applications and should be replaced when refactoring existing applications.

Function Description Alternative
Model type data sources All data sources that do not follow the following pattern: .Data.{API}.Api.{Name}…
Except .Data.AutomatApi that is goerp internal api and ErplyApi.ConfigurationList that is composed by goerp
Use dynamic api data sources instead
staticFileLink helper Used to generate full links to assets, this is replaced by .Tools.StaticLink. The old one does not support custom domain links and wasm builds. .Tools.StaticLink

The document separated into following sections: