MobileCRM.Services.GeoFenceRecord - Resconet/JSBridge GitHub Wiki
MobileCRM.Services.GeoFenceRecord Object
[v17.1] Represents geo-fence definition record.
Properties
Property | Type | Description |
---|---|---|
eventTypeMask | number | Defines numeric mask for geo fence events (Enter = 1, Exit = 2, Both = 3). |
id | String | Unique id of geo-fence record. If it is associated with some entity record, it must have form logicalname:id (e.g. appointment:4595AA3E-9873-4DC4-B723-C94DE27B82BE). |
name | String | Human-readable name of record used for notifications. |
latitude | number | Latitude of geo-fence center. |
longitude | number | Longitude of geo-fence center. |
radius | number | Geo-fence radius in meters. |
expiration | number | Geo-fence expiration in seconds. |