GeolocationProximityAlert Data Type

Official Content
This documentation is valid for:

This SDT is needed to set up Proximity Alerts for Smart Device applications. 

Fields

Name Type Description
Name Character(50) Specify the Name of the Alert
Description Character(50) Description of the Alert
GeoLocation Geolocation Center of the region which will fire the Alert.
Radius Numeric(4.0) a user moves within or beyond a set distance from a geo location.
ExpirationTime DateTime Date and time for the alert to expire. The Alert will not be fired after this.
ActionName (optional) Character(50)

Action to execute if the Alert is fired.
If specified, the specified action is raised and the GetCurrentProximityAlert can be used in the event associated with the action.
If no action is specified a message with the Description of the alert is the default behavior.

See Also

HowTo: Use Geolocation Proximity Alerts