Versions Compared

Key

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

...

It will help to visualize precisely which contents are the most contributed in the application, which are the most seen, which user has interacted with which contents, etc.

...

Those events are automatically handled by the application in objects triggers and in the standard back-office pages (BOV3). Projects developers may need to log extra events in their front-offices or in custom back-office page. This can be done thanks to the LogEvent API (see dedicated section).

In addition to the standard contextual parameters, this configuration uses the following parameters

...

  • insert in the case of creation of a new instance of the object

  • update in the case of modification of an instance of the object

  • delete in the case of deleting an instance from the object

  • view when the user accesses the fileview action of the object

  • download when the user uploads the native resource of a DAM content object

...

More action may be used in your application (see dedicated section)

statusuid

The UID of the status if available

...

A custom parameter will always be retrieved with event.params.extra.VARIABLE_NAME.

...

The uid suffix at the end of the parameter name is automatically added by the application on child and child multiple properties.