AppCenter Set Property

Kalipso - Form - Actions - Actions Description - Group Code - AppCenter Set Property

Sets a property of the AppCenter modules.

Action available for the following operating systems:

Parameters

  • Property - The property to set:

    • User ID

    • Automatic Open Form Event

    • Automatic Close Form Event

  • Value <string> - The new value for the property.

The User ID can be used to track events associated to the same user. Pay attention to user privacy when using this. Thian anonymous GUID generated at startup, used only to make associations for events with belonging to the same user.

The Automatic Open Form Event and Automatic Close Form Event are the names of the events to send when a form If not set, no event will be generated automatically. If set, every time a form is open or closed in your project an event will be sent to AppCenter Anaytics with the event na 2 properties will also be sent associated, the Name of the form and the Description if not empty. If you clear this value, the corresponding event will no longer be sent. If you set this value, the current form open event will not be logged, since the form is already open, but you can send tcalling AppCenter Log Event action. The first form of the project will also not log the OpenForm or CloseForm events, but you can also log them yourself by Event action.

Last updated