General informations

Name: GeolocationBasedAction
Label: Geolocation Based Action
Type: Standard Object
Deployed:

Fields (19)
Name Label Type Description
Id Geolocation Based Action ID ID
OwnerId Owner ID LOOKUP
IsDeleted Deleted CHECKBOX
Name Name TEXT(255)
CreatedDate Created Date DATETIME
CreatedById Created By ID LOOKUP
LastModifiedDate Last Modified Date DATETIME
LastModifiedById Last Modified By ID LOOKUP
SystemModstamp System Modstamp DATETIME
LastViewedDate Last Viewed Date DATETIME
LastReferencedDate Last Referenced Date DATETIME
ReferenceRecordId Reference Record ID LOOKUP
Description Description TEXT AREA (LONG)(32000)
TriggerType Trigger Type PICKLIST
Radius Radius (in meters) AUTO NUMBER
InitialTimeInvoked First Time Triggered DATETIME
LastTimeInvoked Last Time Triggered DATETIME
ActionType Action Type PICKLIST
ActionData Action Data TEXT AREA (LONG)(32000)
Fields Details (19)
Name Id
Label Geolocation Based Action ID
Type ID
Required Yes
Name OwnerId
Label Owner ID
Type LOOKUP
Foreign key Yes
Required Yes
Name IsDeleted
Label Deleted
Type CHECKBOX
Required Yes
Default value false
Name Name
Label Name
Type TEXT(255)
Required Yes
Name CreatedDate
Label Created Date
Type DATETIME
Required Yes
Name CreatedById
Label Created By ID
Type LOOKUP
Foreign key Yes
Required Yes
Name LastModifiedDate
Label Last Modified Date
Type DATETIME
Required Yes
Name LastModifiedById
Label Last Modified By ID
Type LOOKUP
Foreign key Yes
Required Yes
Name SystemModstamp
Label System Modstamp
Type DATETIME
Required Yes
Name LastViewedDate
Label Last Viewed Date
Type DATETIME
Name LastReferencedDate
Label Last Referenced Date
Type DATETIME
Name ReferenceRecordId
Label Reference Record ID
Type LOOKUP
Foreign key Yes
Required Yes
Help Text The ID of the record associated with the action.
Name Description
Label Description
Type TEXT AREA (LONG)(32000)
Name TriggerType
Label Trigger Type
Type PICKLIST
Required Yes
Help Text Select the event that triggers the action.
Picklist values GeoFenceEnter GeoFenceExit
Name Radius
Label Radius (in meters)
Type AUTO NUMBER
Required Yes
Help Text Enter a distance between 100 to 5,000 meters. The action is triggered when the mobile worker is within the radius of the associated record.
Name InitialTimeInvoked
Label First Time Triggered
Type DATETIME
Help Text Captures the first time the mobile worker triggered the action.
Name LastTimeInvoked
Label Last Time Triggered
Type DATETIME
Help Text Captures the last time the mobile worker triggered the action.
Name ActionType
Label Action Type
Type PICKLIST
Required Yes
Picklist values QuickAction ViewRecord
Name ActionData
Label Action Data
Type TEXT AREA (LONG)(32000)
Required Yes
Help Text For Quick Action, enter the API name of the quick action, for example, "quickAction": "Global.LogACall". For View Record, enter the ID of the record, for example, "viewRecord": "1WLxx000000003FGAQ".